Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
399f94bf
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看板
提交
399f94bf
编写于
9月 13, 2007
作者:
A
Andy Polyakov
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Commentary updates.
上级
1fa29843
变更
5
隐藏空白更改
内联
并排
Showing
5 changed file
with
9 addition
and
5 deletion
+9
-5
crypto/sha/asm/sha1-ppc.pl
crypto/sha/asm/sha1-ppc.pl
+1
-0
crypto/sha/asm/sha1-x86_64.pl
crypto/sha/asm/sha1-x86_64.pl
+1
-1
crypto/sha/asm/sha256-armv4.pl
crypto/sha/asm/sha256-armv4.pl
+5
-3
crypto/sha/asm/sha512-ppc.pl
crypto/sha/asm/sha512-ppc.pl
+1
-0
crypto/sha/asm/sha512-s390x.pl
crypto/sha/asm/sha512-s390x.pl
+1
-1
未找到文件。
crypto/sha/asm/sha1-ppc.pl
浏览文件 @
399f94bf
...
...
@@ -18,6 +18,7 @@
# -m64 -m32
# ----------------------------------
# PPC970,gcc-4.0.0 +76% +59%
# Power6,xlc-7 +68% +33%
$output
=
shift
;
...
...
crypto/sha/asm/sha1-x86_64.pl
浏览文件 @
399f94bf
...
...
@@ -27,7 +27,7 @@
# gcc 3.4 32-bit asm cycles/byte
# Opteron +45% +20% 6.8
# Xeon P4 +65% +0% 9.9
# Core2 +60% +10%
8.8
# Core2 +60% +10%
7.0
$output
=
shift
;
...
...
crypto/sha/asm/sha256-armv4.pl
浏览文件 @
399f94bf
...
...
@@ -7,9 +7,11 @@
# details see http://www.openssl.org/~appro/cryptogams/.
# ====================================================================
# SHA256 block procedure for ARMv4.
# SHA256 block procedure for ARMv4.
May 2007.
# Performance is ~2x better than gcc 3.4 generated code.
# Performance is ~2x better than gcc 3.4 generated code and in "abso-
# lute" terms is ~2250 cycles per 64-byte block or ~35 cycles per
# byte.
$ctx
=
"
r0
";
$t0
=
"
r0
";
$inp
=
"
r1
";
...
...
@@ -165,7 +167,7 @@ $code.=<<___;
tst lr,#1
moveq pc,lr @ be binary compatible with V4, yet
bx lr @ interoperable with Thumb ISA:-)
.size sha256_block_data_order,.-sha
1
_block_data_order
.size sha256_block_data_order,.-sha
256
_block_data_order
.asciz "SHA256 block transform for ARMv4, CRYPTOGAMS by <appro\@openssl.org>"
___
...
...
crypto/sha/asm/sha512-ppc.pl
浏览文件 @
399f94bf
...
...
@@ -16,6 +16,7 @@
# -m64 -m32 | -m64 -m32
# --------------------------------------+-----------------------
# PPC970,gcc-4.0.0 +50% +38% | +40% +410%(*)
# Power6,xlc-7 +150% +90% | +100% +430%(*)
#
# (*) 64-bit code in 32-bit application context, which actually is
# on TODO list. It should be noted that for safe deployment in
...
...
crypto/sha/asm/sha512-s390x.pl
浏览文件 @
399f94bf
...
...
@@ -12,7 +12,7 @@
# April 2007.
#
# sha256_block_data_order is reportedly >3 times faster than gcc 3.3
# generated code (must
to
be a bug in compiler, as improvement is
# generated code (must be a bug in compiler, as improvement is
# "pathologically" high, in particular in comparison to other SHA
# modules). But the real twist is that it detects if hardware support
# for SHA256 is available and in such case utilizes it. Then the
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录