Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
689c6f25
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看板
提交
689c6f25
编写于
3月 20, 2005
作者:
N
Nils Larsch
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
add new curves to the loop (with some cleanup from me)
Submitted by: Jean-Luc Duval Reviewed by: Nils Larsch
上级
f4bfd357
变更
1
显示空白变更内容
内联
并排
Showing
1 changed file
with
27 addition
and
26 deletion
+27
-26
apps/speed.c
apps/speed.c
+27
-26
未找到文件。
apps/speed.c
浏览文件 @
689c6f25
...
...
@@ -262,7 +262,8 @@ static int usertime=1;
static
double
Time_F
(
int
s
);
static
void
print_message
(
const
char
*
s
,
long
num
,
int
length
);
static
void
pkey_print_message
(
char
*
str
,
char
*
str2
,
long
num
,
int
bits
,
int
sec
);
static
void
pkey_print_message
(
const
char
*
str
,
const
char
*
str2
,
long
num
,
int
bits
,
int
sec
);
static
void
print_result
(
int
alg
,
int
run_no
,
int
count
,
double
time_used
);
#ifdef HAVE_FORK
static
int
do_multi
(
int
multi
);
...
...
@@ -638,7 +639,7 @@ int MAIN(int argc, char **argv)
NID_sect409r1
,
NID_sect571r1
};
static
char
*
test_curves_names
[
EC_NUM
]
=
static
c
onst
c
har
*
test_curves_names
[
EC_NUM
]
=
{
/* Prime Curves */
"secp160r1"
,
...
...
@@ -1258,10 +1259,10 @@ int MAIN(int argc, char **argv)
BIO_printf
(
bio_err
,
"First we calculate the approximate speed ...
\n
"
);
count
=
10
;
do
{
long
i
;
long
i
t
;
count
*=
2
;
Time_F
(
START
);
for
(
i
=
count
;
i
;
i
--
)
for
(
i
t
=
count
;
it
;
it
--
)
DES_ecb_encrypt
(
buf_as_des_cblock
,
buf_as_des_cblock
,
&
sch
,
DES_ENCRYPT
);
d
=
Time_F
(
STOP
);
...
...
@@ -1361,7 +1362,7 @@ int MAIN(int argc, char **argv)
#ifndef OPENSSL_NO_ECDSA
ecdsa_c
[
R_EC_P160
][
0
]
=
count
/
1000
;
ecdsa_c
[
R_EC_P160
][
1
]
=
count
/
1000
/
2
;
for
(
i
=
R_EC_P
224
;
i
<=
R_EC_P521
;
i
++
)
for
(
i
=
R_EC_P
192
;
i
<=
R_EC_P521
;
i
++
)
{
ecdsa_c
[
i
][
0
]
=
ecdsa_c
[
i
-
1
][
0
]
/
2
;
ecdsa_c
[
i
][
1
]
=
ecdsa_c
[
i
-
1
][
1
]
/
2
;
...
...
@@ -1415,7 +1416,7 @@ int MAIN(int argc, char **argv)
#ifndef OPENSSL_NO_ECDH
ecdh_c
[
R_EC_P160
][
0
]
=
count
/
1000
;
ecdh_c
[
R_EC_P160
][
1
]
=
count
/
1000
;
for
(
i
=
R_EC_P
224
;
i
<=
R_EC_P521
;
i
++
)
for
(
i
=
R_EC_P
192
;
i
<=
R_EC_P521
;
i
++
)
{
ecdh_c
[
i
][
0
]
=
ecdh_c
[
i
-
1
][
0
]
/
2
;
ecdh_c
[
i
][
1
]
=
ecdh_c
[
i
-
1
][
1
]
/
2
;
...
...
@@ -2486,8 +2487,8 @@ static void print_message(const char *s, long num, int length)
#endif
}
static
void
pkey_print_message
(
c
har
*
str
,
char
*
str2
,
long
num
,
int
bits
,
int
tm
)
static
void
pkey_print_message
(
c
onst
char
*
str
,
const
char
*
str2
,
long
num
,
int
bits
,
int
tm
)
{
#ifdef SIGALRM
BIO_printf
(
bio_err
,
mr
?
"+DTP:%d:%s:%s:%d
\n
"
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录