Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
665dc392
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,发现更多精彩内容 >>
提交
665dc392
编写于
10月 11, 2002
作者:
R
Richard Levitte
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Step 7 of move of engines: Engines should not depend on private
OpenSSL header files.
上级
4bdacff2
变更
16
隐藏空白更改
内联
并排
Showing
16 changed file
with
20 addition
and
25 deletion
+20
-25
engines/e_4758_cca.c
engines/e_4758_cca.c
+1
-2
engines/e_4758_cca_err.c
engines/e_4758_cca_err.c
+1
-1
engines/e_aep.c
engines/e_aep.c
+1
-1
engines/e_aep_err.c
engines/e_aep_err.c
+1
-1
engines/e_atalla.c
engines/e_atalla.c
+2
-2
engines/e_atalla_err.c
engines/e_atalla_err.c
+1
-1
engines/e_cswift.c
engines/e_cswift.c
+2
-2
engines/e_cswift_err.c
engines/e_cswift_err.c
+1
-1
engines/e_ncipher.c
engines/e_ncipher.c
+1
-2
engines/e_ncipher_err.c
engines/e_ncipher_err.c
+1
-1
engines/e_nuron.c
engines/e_nuron.c
+2
-2
engines/e_nuron_err.c
engines/e_nuron_err.c
+1
-1
engines/e_sureware.c
engines/e_sureware.c
+1
-4
engines/e_sureware_err.c
engines/e_sureware_err.c
+1
-1
engines/e_ubsec.c
engines/e_ubsec.c
+2
-2
engines/e_ubsec_err.c
engines/e_ubsec_err.c
+1
-1
未找到文件。
engines/e_4758_cca.c
浏览文件 @
665dc392
...
@@ -56,7 +56,6 @@
...
@@ -56,7 +56,6 @@
#include <stdio.h>
#include <stdio.h>
#include <openssl/crypto.h>
#include <openssl/crypto.h>
/* #include <openssl/pem.h> */
/* #include <openssl/pem.h> */
#include "cryptlib.h"
#include <openssl/dso.h>
#include <openssl/dso.h>
#include <openssl/x509.h>
#include <openssl/x509.h>
#include <openssl/objects.h>
#include <openssl/objects.h>
...
@@ -71,7 +70,7 @@
...
@@ -71,7 +70,7 @@
#include "vendor_defns/hw_4758_cca.h"
#include "vendor_defns/hw_4758_cca.h"
#endif
#endif
#include "
hw
_4758_cca_err.c"
#include "
e
_4758_cca_err.c"
static
int
ibm_4758_cca_destroy
(
ENGINE
*
e
);
static
int
ibm_4758_cca_destroy
(
ENGINE
*
e
);
static
int
ibm_4758_cca_init
(
ENGINE
*
e
);
static
int
ibm_4758_cca_init
(
ENGINE
*
e
);
...
...
engines/e_4758_cca_err.c
浏览文件 @
665dc392
...
@@ -60,7 +60,7 @@
...
@@ -60,7 +60,7 @@
#include <stdio.h>
#include <stdio.h>
#include <openssl/err.h>
#include <openssl/err.h>
#include "
hw
_4758_cca_err.h"
#include "
e
_4758_cca_err.h"
/* BEGIN ERROR CODES */
/* BEGIN ERROR CODES */
#ifndef OPENSSL_NO_ERR
#ifndef OPENSSL_NO_ERR
...
...
engines/e_aep.c
浏览文件 @
665dc392
...
@@ -84,7 +84,7 @@ typedef int pid_t;
...
@@ -84,7 +84,7 @@ typedef int pid_t;
#define AEP_LIB_NAME "aep engine"
#define AEP_LIB_NAME "aep engine"
#define FAIL_TO_SW 0x10101010
#define FAIL_TO_SW 0x10101010
#include "
hw
_aep_err.c"
#include "
e
_aep_err.c"
static
int
aep_init
(
ENGINE
*
e
);
static
int
aep_init
(
ENGINE
*
e
);
static
int
aep_finish
(
ENGINE
*
e
);
static
int
aep_finish
(
ENGINE
*
e
);
...
...
engines/e_aep_err.c
浏览文件 @
665dc392
...
@@ -60,7 +60,7 @@
...
@@ -60,7 +60,7 @@
#include <stdio.h>
#include <stdio.h>
#include <openssl/err.h>
#include <openssl/err.h>
#include "
hw
_aep_err.h"
#include "
e
_aep_err.h"
/* BEGIN ERROR CODES */
/* BEGIN ERROR CODES */
#ifndef OPENSSL_NO_ERR
#ifndef OPENSSL_NO_ERR
...
...
engines/e_atalla.c
浏览文件 @
665dc392
...
@@ -58,7 +58,7 @@
...
@@ -58,7 +58,7 @@
#include <stdio.h>
#include <stdio.h>
#include <openssl/crypto.h>
#include <openssl/crypto.h>
#include
"cryptlib.h"
#include
<openssl/buffer.h>
#include <openssl/dso.h>
#include <openssl/dso.h>
#include <openssl/engine.h>
#include <openssl/engine.h>
...
@@ -72,7 +72,7 @@
...
@@ -72,7 +72,7 @@
#endif
#endif
#define ATALLA_LIB_NAME "atalla engine"
#define ATALLA_LIB_NAME "atalla engine"
#include "
hw
_atalla_err.c"
#include "
e
_atalla_err.c"
static
int
atalla_destroy
(
ENGINE
*
e
);
static
int
atalla_destroy
(
ENGINE
*
e
);
static
int
atalla_init
(
ENGINE
*
e
);
static
int
atalla_init
(
ENGINE
*
e
);
...
...
engines/e_atalla_err.c
浏览文件 @
665dc392
...
@@ -60,7 +60,7 @@
...
@@ -60,7 +60,7 @@
#include <stdio.h>
#include <stdio.h>
#include <openssl/err.h>
#include <openssl/err.h>
#include "
hw
_atalla_err.h"
#include "
e
_atalla_err.h"
/* BEGIN ERROR CODES */
/* BEGIN ERROR CODES */
#ifndef OPENSSL_NO_ERR
#ifndef OPENSSL_NO_ERR
...
...
engines/e_cswift.c
浏览文件 @
665dc392
...
@@ -58,7 +58,7 @@
...
@@ -58,7 +58,7 @@
#include <stdio.h>
#include <stdio.h>
#include <openssl/crypto.h>
#include <openssl/crypto.h>
#include
"cryptlib.h"
#include
<openssl/buffer.h>
#include <openssl/dso.h>
#include <openssl/dso.h>
#include <openssl/engine.h>
#include <openssl/engine.h>
...
@@ -84,7 +84,7 @@
...
@@ -84,7 +84,7 @@
#endif
#endif
#define CSWIFT_LIB_NAME "cswift engine"
#define CSWIFT_LIB_NAME "cswift engine"
#include "
hw
_cswift_err.c"
#include "
e
_cswift_err.c"
static
int
cswift_destroy
(
ENGINE
*
e
);
static
int
cswift_destroy
(
ENGINE
*
e
);
static
int
cswift_init
(
ENGINE
*
e
);
static
int
cswift_init
(
ENGINE
*
e
);
...
...
engines/e_cswift_err.c
浏览文件 @
665dc392
...
@@ -60,7 +60,7 @@
...
@@ -60,7 +60,7 @@
#include <stdio.h>
#include <stdio.h>
#include <openssl/err.h>
#include <openssl/err.h>
#include "
hw
_cswift_err.h"
#include "
e
_cswift_err.h"
/* BEGIN ERROR CODES */
/* BEGIN ERROR CODES */
#ifndef OPENSSL_NO_ERR
#ifndef OPENSSL_NO_ERR
...
...
engines/e_ncipher.c
浏览文件 @
665dc392
...
@@ -59,7 +59,6 @@
...
@@ -59,7 +59,6 @@
#include <stdio.h>
#include <stdio.h>
#include <string.h>
#include <string.h>
#include "cryptlib.h"
#include <openssl/crypto.h>
#include <openssl/crypto.h>
#include <openssl/pem.h>
#include <openssl/pem.h>
#include <openssl/dso.h>
#include <openssl/dso.h>
...
@@ -84,7 +83,7 @@
...
@@ -84,7 +83,7 @@
#endif
#endif
#define HWCRHK_LIB_NAME "hwcrhk engine"
#define HWCRHK_LIB_NAME "hwcrhk engine"
#include "
hw
_ncipher_err.c"
#include "
e
_ncipher_err.c"
static
int
hwcrhk_destroy
(
ENGINE
*
e
);
static
int
hwcrhk_destroy
(
ENGINE
*
e
);
static
int
hwcrhk_init
(
ENGINE
*
e
);
static
int
hwcrhk_init
(
ENGINE
*
e
);
...
...
engines/e_ncipher_err.c
浏览文件 @
665dc392
...
@@ -60,7 +60,7 @@
...
@@ -60,7 +60,7 @@
#include <stdio.h>
#include <stdio.h>
#include <openssl/err.h>
#include <openssl/err.h>
#include "
hw
_ncipher_err.h"
#include "
e
_ncipher_err.h"
/* BEGIN ERROR CODES */
/* BEGIN ERROR CODES */
#ifndef OPENSSL_NO_ERR
#ifndef OPENSSL_NO_ERR
...
...
engines/e_nuron.c
浏览文件 @
665dc392
...
@@ -58,7 +58,7 @@
...
@@ -58,7 +58,7 @@
#include <stdio.h>
#include <stdio.h>
#include <openssl/crypto.h>
#include <openssl/crypto.h>
#include
"cryptlib.h"
#include
<openssl/buffer.h>
#include <openssl/dso.h>
#include <openssl/dso.h>
#include <openssl/engine.h>
#include <openssl/engine.h>
...
@@ -67,7 +67,7 @@
...
@@ -67,7 +67,7 @@
#ifndef OPENSSL_NO_HW_NURON
#ifndef OPENSSL_NO_HW_NURON
#define NURON_LIB_NAME "nuron engine"
#define NURON_LIB_NAME "nuron engine"
#include "
hw
_nuron_err.c"
#include "
e
_nuron_err.c"
static
const
char
*
NURON_LIBNAME
=
NULL
;
static
const
char
*
NURON_LIBNAME
=
NULL
;
static
const
char
*
get_NURON_LIBNAME
(
void
)
static
const
char
*
get_NURON_LIBNAME
(
void
)
...
...
engines/e_nuron_err.c
浏览文件 @
665dc392
...
@@ -60,7 +60,7 @@
...
@@ -60,7 +60,7 @@
#include <stdio.h>
#include <stdio.h>
#include <openssl/err.h>
#include <openssl/err.h>
#include "
hw
_nuron_err.h"
#include "
e
_nuron_err.h"
/* BEGIN ERROR CODES */
/* BEGIN ERROR CODES */
#ifndef OPENSSL_NO_ERR
#ifndef OPENSSL_NO_ERR
...
...
engines/e_sureware.c
浏览文件 @
665dc392
...
@@ -51,12 +51,9 @@
...
@@ -51,12 +51,9 @@
====================================================================*/
====================================================================*/
#include <stdio.h>
#include <stdio.h>
#include "cryptlib.h"
#include <openssl/crypto.h>
#include <openssl/crypto.h>
#include <openssl/pem.h>
#include <openssl/pem.h>
#include <openssl/dso.h>
#include <openssl/dso.h>
#include "eng_int.h"
#include "engine.h"
#include <openssl/engine.h>
#include <openssl/engine.h>
#ifndef OPENSSL_NO_HW
#ifndef OPENSSL_NO_HW
...
@@ -69,7 +66,7 @@
...
@@ -69,7 +66,7 @@
#endif
#endif
#define SUREWARE_LIB_NAME "sureware engine"
#define SUREWARE_LIB_NAME "sureware engine"
#include "
hw
_sureware_err.c"
#include "
e
_sureware_err.c"
static
int
surewarehk_ctrl
(
ENGINE
*
e
,
int
cmd
,
long
i
,
void
*
p
,
void
(
*
f
)());
static
int
surewarehk_ctrl
(
ENGINE
*
e
,
int
cmd
,
long
i
,
void
*
p
,
void
(
*
f
)());
static
int
surewarehk_destroy
(
ENGINE
*
e
);
static
int
surewarehk_destroy
(
ENGINE
*
e
);
...
...
engines/e_sureware_err.c
浏览文件 @
665dc392
...
@@ -60,7 +60,7 @@
...
@@ -60,7 +60,7 @@
#include <stdio.h>
#include <stdio.h>
#include <openssl/err.h>
#include <openssl/err.h>
#include "
hw
_sureware_err.h"
#include "
e
_sureware_err.h"
/* BEGIN ERROR CODES */
/* BEGIN ERROR CODES */
#ifndef OPENSSL_NO_ERR
#ifndef OPENSSL_NO_ERR
...
...
engines/e_ubsec.c
浏览文件 @
665dc392
...
@@ -60,7 +60,7 @@
...
@@ -60,7 +60,7 @@
#include <stdio.h>
#include <stdio.h>
#include <openssl/crypto.h>
#include <openssl/crypto.h>
#include
"cryptlib.h"
#include
<openssl/buffer.h>
#include <openssl/dso.h>
#include <openssl/dso.h>
#include <openssl/engine.h>
#include <openssl/engine.h>
...
@@ -74,7 +74,7 @@
...
@@ -74,7 +74,7 @@
#endif
#endif
#define UBSEC_LIB_NAME "ubsec engine"
#define UBSEC_LIB_NAME "ubsec engine"
#include "
hw
_ubsec_err.c"
#include "
e
_ubsec_err.c"
#define FAIL_TO_SOFTWARE -15
#define FAIL_TO_SOFTWARE -15
...
...
engines/e_ubsec_err.c
浏览文件 @
665dc392
...
@@ -60,7 +60,7 @@
...
@@ -60,7 +60,7 @@
#include <stdio.h>
#include <stdio.h>
#include <openssl/err.h>
#include <openssl/err.h>
#include "
hw
_ubsec_err.h"
#include "
e
_ubsec_err.h"
/* BEGIN ERROR CODES */
/* BEGIN ERROR CODES */
#ifndef OPENSSL_NO_ERR
#ifndef OPENSSL_NO_ERR
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录