Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
5f0b4448
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看板
体验新版 GitCode,发现更多精彩内容 >>
提交
5f0b4448
编写于
1月 20, 2015
作者:
A
Andy Polyakov
提交者:
Matt Caswell
1月 22, 2015
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
bn/rsaz_exp.c: make it indent-friendly.
Reviewed-by:
N
Tim Hudson
<
tjh@openssl.org
>
上级
2dc57eb5
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
13 addition
and
9 deletion
+13
-9
crypto/bn/rsaz_exp.c
crypto/bn/rsaz_exp.c
+13
-9
未找到文件。
crypto/bn/rsaz_exp.c
浏览文件 @
5f0b4448
...
@@ -63,10 +63,14 @@ void rsaz_1024_red2norm_avx2(void *norm,const void *red);
...
@@ -63,10 +63,14 @@ void rsaz_1024_red2norm_avx2(void *norm,const void *red);
# define ALIGN64
/* not fatal, might hurt performance a little */
# define ALIGN64
/* not fatal, might hurt performance a little */
#endif
#endif
ALIGN64
static
const
BN_ULONG
one
[
40
]
=
ALIGN64
static
const
BN_ULONG
one
[
40
]
=
{
{
1
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
};
1
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
ALIGN64
static
const
BN_ULONG
two80
[
40
]
=
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
{
0
,
0
,
1
<<
22
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
};
};
ALIGN64
static
const
BN_ULONG
two80
[
40
]
=
{
0
,
0
,
1
<<
22
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
};
void
RSAZ_1024_mod_exp_avx2
(
BN_ULONG
result_norm
[
16
],
void
RSAZ_1024_mod_exp_avx2
(
BN_ULONG
result_norm
[
16
],
const
BN_ULONG
base_norm
[
16
],
const
BN_ULONG
exponent
[
16
],
const
BN_ULONG
base_norm
[
16
],
const
BN_ULONG
exponent
[
16
],
...
@@ -74,9 +78,9 @@ void RSAZ_1024_mod_exp_avx2(BN_ULONG result_norm[16],
...
@@ -74,9 +78,9 @@ void RSAZ_1024_mod_exp_avx2(BN_ULONG result_norm[16],
{
{
unsigned
char
storage
[
320
*
3
+
32
*
9
*
16
+
64
];
/* 5.5KB */
unsigned
char
storage
[
320
*
3
+
32
*
9
*
16
+
64
];
/* 5.5KB */
unsigned
char
*
p_str
=
storage
+
(
64
-
((
size_t
)
storage
%
64
));
unsigned
char
*
p_str
=
storage
+
(
64
-
((
size_t
)
storage
%
64
));
unsigned
char
*
a_inv
,
*
m
,
*
result
,
unsigned
char
*
a_inv
,
*
m
,
*
result
;
*
table_s
=
p_str
+
320
*
3
,
unsigned
char
*
table_s
=
p_str
+
320
*
3
;
*
R2
=
table_s
;
/* borrow */
unsigned
char
*
R2
=
table_s
;
/* borrow */
int
index
;
int
index
;
int
wvalue
;
int
wvalue
;
...
@@ -270,8 +274,8 @@ void RSAZ_512_mod_exp(BN_ULONG result[8],
...
@@ -270,8 +274,8 @@ void RSAZ_512_mod_exp(BN_ULONG result[8],
{
{
unsigned
char
storage
[
16
*
8
*
8
+
64
*
2
+
64
];
/* 1.2KB */
unsigned
char
storage
[
16
*
8
*
8
+
64
*
2
+
64
];
/* 1.2KB */
unsigned
char
*
table
=
storage
+
(
64
-
((
size_t
)
storage
%
64
));
unsigned
char
*
table
=
storage
+
(
64
-
((
size_t
)
storage
%
64
));
BN_ULONG
*
a_inv
=
(
BN_ULONG
*
)(
table
+
16
*
8
*
8
)
,
BN_ULONG
*
a_inv
=
(
BN_ULONG
*
)(
table
+
16
*
8
*
8
)
;
*
temp
=
(
BN_ULONG
*
)(
table
+
16
*
8
*
8
+
8
*
8
);
BN_ULONG
*
temp
=
(
BN_ULONG
*
)(
table
+
16
*
8
*
8
+
8
*
8
);
unsigned
char
*
p_str
=
(
unsigned
char
*
)
exponent
;
unsigned
char
*
p_str
=
(
unsigned
char
*
)
exponent
;
int
index
;
int
index
;
unsigned
int
wvalue
;
unsigned
int
wvalue
;
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录