Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
7363455f
T
Third Party Openssl
项目概览
OpenHarmony
/
Third Party Openssl
1 年多 前同步成功
通知
9
Star
18
Fork
1
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
T
Third Party Openssl
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
7363455f
编写于
7月 20, 1999
作者:
A
Andy Polyakov
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
MIPS III/IV assembler module is reimplemented.
上级
eaccfe8b
变更
4
展开全部
隐藏空白更改
内联
并排
Showing
4 changed file
with
2068 addition
and
3 deletion
+2068
-3
CHANGES
CHANGES
+3
-0
Configure
Configure
+2
-2
crypto/bn/Makefile.ssl
crypto/bn/Makefile.ssl
+1
-1
crypto/bn/asm/mips3.s
crypto/bn/asm/mips3.s
+2062
-0
未找到文件。
CHANGES
浏览文件 @
7363455f
...
...
@@ -4,6 +4,9 @@
Changes between 0.9.3a and 0.9.4
*) MIPS III/IV assembler module is reimplemented.
[Andy Polyakov]
*) More DES library cleanups: remove references to srand/rand and
delete an unused file.
[Ulf Möller]
...
...
Configure
浏览文件 @
7363455f
...
...
@@ -134,10 +134,10 @@ my %table=(
"irix-gcc","gcc:-O2 -DTERMIOS -DB_ENDIAN::(unknown)::BN_LLONG MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC2 DES_PTR BF_PTR:::",
"irix-cc", "cc:-O2 -use_readonly_const -DTERMIOS -DB_ENDIAN::(unknown)::BN_LLONG DES_PTR DES_RISC2 DES_UNROLL BF_PTR:::",
"irix-mips3-gcc","gcc:-mips3 -O2 -DTERMIOS -DB_ENDIAN::(unknown)::MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC2 DES_PTR BF_PTR SIXTY_FOUR_BIT:::",
"irix-mips3-cc", "cc:-
n32 -mips3 -O2 -use_readonly_const -DTERMIOS -DB_ENDIAN::(unknown)::DES_PTR DES_RISC2 DES_UNROLL BF_PTR SIXTY_FOUR_BIT:
::",
"irix-mips3-cc", "cc:-
O2 -use_readonly_const -DTERMIOS -DB_ENDIAN::(unknown)::DES_PTR DES_RISC2 DES_UNROLL BF_PTR SIXTY_FOUR_BIT:asm/mips3.o
::",
"debug-irix-cc", "cc:-w2 -g -DCRYPTO_MDEBUG -DTERMIOS -DB_ENDIAN::(unknown):::::",
# This is the n64 mode build.
"irix64-mips4-cc", "cc:-64 -
mips4 -O2 -use_readonly_const -DTERMIOS -DB_ENDIAN::(unknown)::DES_RISC2 DES_UNROLL SIXTY_FOUR_BIT_LONG:
::",
"irix64-mips4-cc", "cc:-64 -
O2 -use_readonly_const -DTERMIOS -DB_ENDIAN::(unknown)::DES_RISC2 DES_UNROLL SIXTY_FOUR_BIT_LONG:asm/mips3.o
::",
# HPUX 9.X config.
# Don't use the bundled cc. It is broken. Use HP ANSI C if possible, or
...
...
crypto/bn/Makefile.ssl
浏览文件 @
7363455f
...
...
@@ -20,6 +20,7 @@ BN_ASM= bn_asm.o
#BN_ASM= bn86-elf.o
CFLAGS
=
$(INCLUDES)
$(CFLAG)
ASFLAGS
=
$(CFLAGS)
GENERAL
=
Makefile
TEST
=
bntest.c exptest.c
...
...
@@ -110,7 +111,6 @@ asm/sparcv8plus-gcc.o: asm/sparcv8plus.S
# MIPS 64 bit assember
asm/mips3.o
:
asm/mips3.s
/usr/bin/as
-mips3
-O2
-o
asm/mips3.o asm/mips3.s
# MIPS 32 bit assember
asm/mips1.o
:
asm/mips1.s
...
...
crypto/bn/asm/mips3.s
0 → 100644
浏览文件 @
7363455f
此差异已折叠。
点击以展开。
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录