Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
ba8fb521
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看板
提交
ba8fb521
编写于
8月 02, 2002
作者:
R
Richard Levitte
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Certain flag macros were tested with #if instead if #ifdef...
上级
f6f99618
变更
3
显示空白变更内容
内联
并排
Showing
3 changed file
with
6 addition
and
6 deletion
+6
-6
crypto/bio/b_print.c
crypto/bio/b_print.c
+1
-1
crypto/des/set_key.c
crypto/des/set_key.c
+1
-1
crypto/engine/hw_ubsec.c
crypto/engine/hw_ubsec.c
+4
-4
未找到文件。
crypto/bio/b_print.c
浏览文件 @
ba8fb521
...
@@ -109,7 +109,7 @@
...
@@ -109,7 +109,7 @@
* o ... (for OpenSSL)
* o ... (for OpenSSL)
*/
*/
#if HAVE_LONG_DOUBLE
#if
def
HAVE_LONG_DOUBLE
#define LDOUBLE long double
#define LDOUBLE long double
#else
#else
#define LDOUBLE double
#define LDOUBLE double
...
...
crypto/des/set_key.c
浏览文件 @
ba8fb521
...
@@ -342,7 +342,7 @@ void DES_set_key_unchecked(const_DES_cblock *key, DES_key_schedule *schedule)
...
@@ -342,7 +342,7 @@ void DES_set_key_unchecked(const_DES_cblock *key, DES_key_schedule *schedule)
register
DES_LONG
*
k
;
register
DES_LONG
*
k
;
register
int
i
;
register
int
i
;
#if OPENBSD_DEV_CRYPTO
#if
def
OPENBSD_DEV_CRYPTO
memcpy
(
schedule
->
key
,
key
,
sizeof
schedule
->
key
);
memcpy
(
schedule
->
key
,
key
,
sizeof
schedule
->
key
);
schedule
->
session
=
NULL
;
schedule
->
session
=
NULL
;
#endif
#endif
...
...
crypto/engine/hw_ubsec.c
浏览文件 @
ba8fb521
...
@@ -93,7 +93,7 @@ static int ubsec_rsa_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa);
...
@@ -93,7 +93,7 @@ static int ubsec_rsa_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa);
static
int
ubsec_mod_exp_mont
(
BIGNUM
*
r
,
const
BIGNUM
*
a
,
const
BIGNUM
*
p
,
static
int
ubsec_mod_exp_mont
(
BIGNUM
*
r
,
const
BIGNUM
*
a
,
const
BIGNUM
*
p
,
const
BIGNUM
*
m
,
BN_CTX
*
ctx
,
BN_MONT_CTX
*
m_ctx
);
const
BIGNUM
*
m
,
BN_CTX
*
ctx
,
BN_MONT_CTX
*
m_ctx
);
#ifndef OPENSSL_NO_DSA
#ifndef OPENSSL_NO_DSA
#if NOT_USED
#if
def
NOT_USED
static
int
ubsec_dsa_mod_exp
(
DSA
*
dsa
,
BIGNUM
*
rr
,
BIGNUM
*
a1
,
static
int
ubsec_dsa_mod_exp
(
DSA
*
dsa
,
BIGNUM
*
rr
,
BIGNUM
*
a1
,
BIGNUM
*
p1
,
BIGNUM
*
a2
,
BIGNUM
*
p2
,
BIGNUM
*
m
,
BIGNUM
*
p1
,
BIGNUM
*
a2
,
BIGNUM
*
p2
,
BIGNUM
*
m
,
BN_CTX
*
ctx
,
BN_MONT_CTX
*
in_mont
);
BN_CTX
*
ctx
,
BN_MONT_CTX
*
in_mont
);
...
@@ -113,7 +113,7 @@ static int ubsec_dh_compute_key(unsigned char *key,const BIGNUM *pub_key,DH *dh)
...
@@ -113,7 +113,7 @@ static int ubsec_dh_compute_key(unsigned char *key,const BIGNUM *pub_key,DH *dh)
static
int
ubsec_dh_generate_key
(
DH
*
dh
);
static
int
ubsec_dh_generate_key
(
DH
*
dh
);
#endif
#endif
#if NOT_USED
#if
def
NOT_USED
static
int
ubsec_rand_bytes
(
unsigned
char
*
buf
,
int
num
);
static
int
ubsec_rand_bytes
(
unsigned
char
*
buf
,
int
num
);
static
int
ubsec_rand_status
(
void
);
static
int
ubsec_rand_status
(
void
);
#endif
#endif
...
@@ -663,7 +663,7 @@ static int ubsec_mod_exp_crt(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
...
@@ -663,7 +663,7 @@ static int ubsec_mod_exp_crt(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
}
}
#ifndef OPENSSL_NO_DSA
#ifndef OPENSSL_NO_DSA
#if NOT_USED
#if
def
NOT_USED
static
int
ubsec_dsa_mod_exp
(
DSA
*
dsa
,
BIGNUM
*
rr
,
BIGNUM
*
a1
,
static
int
ubsec_dsa_mod_exp
(
DSA
*
dsa
,
BIGNUM
*
rr
,
BIGNUM
*
a1
,
BIGNUM
*
p1
,
BIGNUM
*
a2
,
BIGNUM
*
p2
,
BIGNUM
*
m
,
BIGNUM
*
p1
,
BIGNUM
*
a2
,
BIGNUM
*
p2
,
BIGNUM
*
m
,
BN_CTX
*
ctx
,
BN_MONT_CTX
*
in_mont
)
BN_CTX
*
ctx
,
BN_MONT_CTX
*
in_mont
)
...
@@ -987,7 +987,7 @@ err:
...
@@ -987,7 +987,7 @@ err:
}
}
#endif
#endif
#if NOT_USED
#if
def
NOT_USED
static
int
ubsec_rand_bytes
(
unsigned
char
*
buf
,
static
int
ubsec_rand_bytes
(
unsigned
char
*
buf
,
int
num
)
int
num
)
{
{
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录