Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
4d1f3f7a
T
Third Party Openssl
项目概览
OpenHarmony
/
Third Party Openssl
1 年多 前同步成功
通知
10
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看板
提交
4d1f3f7a
编写于
1月 05, 2008
作者:
D
Dr. Stephen Henson
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Update perl asm scripts include paths for perlasm.
上级
aff686df
变更
10
隐藏空白更改
内联
并排
Showing
10 changed file
with
20 addition
and
10 deletion
+20
-10
crypto/bf/asm/bf-586.pl
crypto/bf/asm/bf-586.pl
+2
-1
crypto/bn/asm/bn-586.pl
crypto/bn/asm/bn-586.pl
+2
-1
crypto/bn/asm/co-586.pl
crypto/bn/asm/co-586.pl
+2
-1
crypto/cast/asm/cast-586.pl
crypto/cast/asm/cast-586.pl
+2
-1
crypto/des/asm/crypt586.pl
crypto/des/asm/crypt586.pl
+2
-1
crypto/des/asm/des-586.pl
crypto/des/asm/des-586.pl
+2
-1
crypto/md5/asm/md5-586.pl
crypto/md5/asm/md5-586.pl
+2
-1
crypto/ripemd/asm/rmd-586.pl
crypto/ripemd/asm/rmd-586.pl
+2
-1
crypto/whrlpool/asm/wp-mmx.pl
crypto/whrlpool/asm/wp-mmx.pl
+2
-1
crypto/x86cpuid.pl
crypto/x86cpuid.pl
+2
-1
未找到文件。
crypto/bf/asm/bf-586.pl
浏览文件 @
4d1f3f7a
#!/usr/local/bin/perl
#!/usr/local/bin/perl
push
(
@INC
,"
perlasm
","
../../perlasm
");
$
0
=~
m/(.*[\/\\])[^\/\\]+$/
;
$dir
=
$
1
;
push
(
@INC
,"
${dir}
","
${dir}
../../perlasm
");
require
"
x86asm.pl
";
require
"
x86asm.pl
";
require
"
cbc.pl
";
require
"
cbc.pl
";
...
...
crypto/bn/asm/bn-586.pl
浏览文件 @
4d1f3f7a
#!/usr/local/bin/perl
#!/usr/local/bin/perl
push
(
@INC
,"
perlasm
","
../../perlasm
");
$
0
=~
m/(.*[\/\\])[^\/\\]+$/
;
$dir
=
$
1
;
push
(
@INC
,"
${dir}
","
${dir}
../../perlasm
");
require
"
x86asm.pl
";
require
"
x86asm.pl
";
&asm_init
(
$ARGV
[
0
],
$
0
);
&asm_init
(
$ARGV
[
0
],
$
0
);
...
...
crypto/bn/asm/co-586.pl
浏览文件 @
4d1f3f7a
#!/usr/local/bin/perl
#!/usr/local/bin/perl
push
(
@INC
,"
perlasm
","
../../perlasm
");
$
0
=~
m/(.*[\/\\])[^\/\\]+$/
;
$dir
=
$
1
;
push
(
@INC
,"
${dir}
","
${dir}
../../perlasm
");
require
"
x86asm.pl
";
require
"
x86asm.pl
";
&asm_init
(
$ARGV
[
0
],
$
0
);
&asm_init
(
$ARGV
[
0
],
$
0
);
...
...
crypto/cast/asm/cast-586.pl
浏览文件 @
4d1f3f7a
...
@@ -3,7 +3,8 @@
...
@@ -3,7 +3,8 @@
# define for pentium pro friendly version
# define for pentium pro friendly version
$ppro
=
1
;
$ppro
=
1
;
push
(
@INC
,"
perlasm
","
../../perlasm
");
$
0
=~
m/(.*[\/\\])[^\/\\]+$/
;
$dir
=
$
1
;
push
(
@INC
,"
${dir}
","
${dir}
../../perlasm
");
require
"
x86asm.pl
";
require
"
x86asm.pl
";
require
"
cbc.pl
";
require
"
cbc.pl
";
...
...
crypto/des/asm/crypt586.pl
浏览文件 @
4d1f3f7a
...
@@ -6,7 +6,8 @@
...
@@ -6,7 +6,8 @@
# things perfect.
# things perfect.
#
#
push
(
@INC
,"
perlasm
","
../../perlasm
");
$
0
=~
m/(.*[\/\\])[^\/\\]+$/
;
$dir
=
$
1
;
push
(
@INC
,"
${dir}
","
${dir}
../../perlasm
");
require
"
x86asm.pl
";
require
"
x86asm.pl
";
&asm_init
(
$ARGV
[
0
],"
crypt586.pl
");
&asm_init
(
$ARGV
[
0
],"
crypt586.pl
");
...
...
crypto/des/asm/des-586.pl
浏览文件 @
4d1f3f7a
...
@@ -4,7 +4,8 @@
...
@@ -4,7 +4,8 @@
# Svend Olaf Mikkelsen <svolaf@inet.uni-c.dk>
# Svend Olaf Mikkelsen <svolaf@inet.uni-c.dk>
#
#
push
(
@INC
,"
perlasm
","
../../perlasm
");
$
0
=~
m/(.*[\/\\])[^\/\\]+$/
;
$dir
=
$
1
;
push
(
@INC
,"
${dir}
","
${dir}
../../perlasm
");
require
"
x86asm.pl
";
require
"
x86asm.pl
";
require
"
cbc.pl
";
require
"
cbc.pl
";
require
"
desboth.pl
";
require
"
desboth.pl
";
...
...
crypto/md5/asm/md5-586.pl
浏览文件 @
4d1f3f7a
...
@@ -7,7 +7,8 @@
...
@@ -7,7 +7,8 @@
$normal
=
0
;
$normal
=
0
;
push
(
@INC
,"
perlasm
","
../../perlasm
");
$
0
=~
m/(.*[\/\\])[^\/\\]+$/
;
$dir
=
$
1
;
push
(
@INC
,"
${dir}
","
${dir}
../../perlasm
");
require
"
x86asm.pl
";
require
"
x86asm.pl
";
&asm_init
(
$ARGV
[
0
],
$
0
);
&asm_init
(
$ARGV
[
0
],
$
0
);
...
...
crypto/ripemd/asm/rmd-586.pl
浏览文件 @
4d1f3f7a
...
@@ -5,7 +5,8 @@
...
@@ -5,7 +5,8 @@
$normal
=
0
;
$normal
=
0
;
push
(
@INC
,"
perlasm
","
../../perlasm
");
$
0
=~
m/(.*[\/\\])[^\/\\]+$/
;
$dir
=
$
1
;
push
(
@INC
,"
${dir}
","
${dir}
../../perlasm
");
require
"
x86asm.pl
";
require
"
x86asm.pl
";
&asm_init
(
$ARGV
[
0
],
$
0
);
&asm_init
(
$ARGV
[
0
],
$
0
);
...
...
crypto/whrlpool/asm/wp-mmx.pl
浏览文件 @
4d1f3f7a
...
@@ -45,7 +45,8 @@
...
@@ -45,7 +45,8 @@
# non-MMX implementation would actually pay off, but till
# non-MMX implementation would actually pay off, but till
# opposite is proved "unlikely" is assumed.
# opposite is proved "unlikely" is assumed.
push
(
@INC
,"
../../perlasm
");
$
0
=~
m/(.*[\/\\])[^\/\\]+$/
;
$dir
=
$
1
;
push
(
@INC
,"
${dir}
","
${dir}
../../perlasm
");
require
"
x86asm.pl
";
require
"
x86asm.pl
";
&asm_init
(
$ARGV
[
0
],"
wp-mmx.pl
");
&asm_init
(
$ARGV
[
0
],"
wp-mmx.pl
");
...
...
crypto/x86cpuid.pl
浏览文件 @
4d1f3f7a
#!/usr/bin/env perl
#!/usr/bin/env perl
push
(
@INC
,"
perlasm
");
$
0
=~
m/(.*[\/\\])[^\/\\]+$/
;
$dir
=
$
1
;
push
(
@INC
,
"
${dir}
perlasm
",
"
perlasm
");
require
"
x86asm.pl
";
require
"
x86asm.pl
";
&asm_init
(
$ARGV
[
0
],"
x86cpuid
");
&asm_init
(
$ARGV
[
0
],"
x86cpuid
");
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录