Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
e5c4a94f
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看板
提交
e5c4a94f
编写于
4月 26, 2023
作者:
C
code4lala
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
regenerate linux-aarch64
Signed-off-by:
N
code4lala
<
fengziteng2@huawei.com
>
上级
a98b861d
变更
8
展开全部
隐藏空白更改
内联
并排
Showing
8 changed file
with
2433 addition
and
2411 deletion
+2433
-2411
build_all_generated/linux-aarch64/Makefile
build_all_generated/linux-aarch64/Makefile
+1670
-1664
build_all_generated/linux-aarch64/Makefile.in
build_all_generated/linux-aarch64/Makefile.in
+6
-2
build_all_generated/linux-aarch64/configdata.pm
build_all_generated/linux-aarch64/configdata.pm
+15
-5
build_all_generated/linux-aarch64/crypto/aes/aesv8-armx.S
build_all_generated/linux-aarch64/crypto/aes/aesv8-armx.S
+3
-1
build_all_generated/linux-aarch64/crypto/buildinf.h
build_all_generated/linux-aarch64/crypto/buildinf.h
+1
-1
build_all_generated/linux-aarch64/include/openssl/x509v3.h
build_all_generated/linux-aarch64/include/openssl/x509v3.h
+1
-1
build_all_generated/linux-aarch64/pod2htmd.tmp
build_all_generated/linux-aarch64/pod2htmd.tmp
+735
-735
build_all_generated/linux-aarch64/util/wrap.pl
build_all_generated/linux-aarch64/util/wrap.pl
+2
-2
未找到文件。
build_all_generated/linux-aarch64/Makefile
浏览文件 @
e5c4a94f
因为 它太大了无法显示 source diff 。你可以改为
查看blob
。
build_all_generated/linux-aarch64/Makefile.in
浏览文件 @
e5c4a94f
此差异已折叠。
点击以展开。
build_all_generated/linux-aarch64/configdata.pm
浏览文件 @
e5c4a94f
...
...
@@ -8550,6 +8550,7 @@ our %unified_info = (
"crypto/bn/libcrypto-lib-bn_srp.o",
"crypto/bn/libcrypto-lib-bn_word.o",
"crypto/bn/libcrypto-lib-bn_x931p.o",
"crypto/bn/libcrypto-lib-rsa_sup_mul.o",
"crypto/bn/libcrypto-shlib-armv8-mont.o",
"crypto/bn/libcrypto-shlib-bn_add.o",
"crypto/bn/libcrypto-shlib-bn_asm.o",
...
...
@@ -8584,6 +8585,7 @@ our %unified_info = (
"crypto/bn/libcrypto-shlib-bn_srp.o",
"crypto/bn/libcrypto-shlib-bn_word.o",
"crypto/bn/libcrypto-shlib-bn_x931p.o",
"crypto/bn/libcrypto-shlib-rsa_sup_mul.o",
"crypto/bn/liblegacy-lib-armv8-mont.o",
"crypto/bn/liblegacy-lib-bn_asm.o"
],
...
...
@@ -20981,6 +20983,7 @@ our %unified_info = (
"crypto/bn/libcrypto-shlib-bn_srp.o",
"crypto/bn/libcrypto-shlib-bn_word.o",
"crypto/bn/libcrypto-shlib-bn_x931p.o",
"crypto/bn/libcrypto-shlib-rsa_sup_mul.o",
"crypto/buffer/libcrypto-shlib-buf_err.o",
"crypto/buffer/libcrypto-shlib-buffer.o",
"crypto/camellia/libcrypto-shlib-camellia.o",
...
...
@@ -22726,6 +22729,9 @@ our %unified_info = (
"crypto/bn/libcrypto-lib-bn_x931p.o" => [
"crypto/bn/bn_x931p.c"
],
"crypto/bn/libcrypto-lib-rsa_sup_mul.o" => [
"crypto/bn/rsa_sup_mul.c"
],
"crypto/bn/libcrypto-shlib-armv8-mont.o" => [
"crypto/bn/armv8-mont.S"
],
...
...
@@ -22828,6 +22834,9 @@ our %unified_info = (
"crypto/bn/libcrypto-shlib-bn_x931p.o" => [
"crypto/bn/bn_x931p.c"
],
"crypto/bn/libcrypto-shlib-rsa_sup_mul.o" => [
"crypto/bn/rsa_sup_mul.c"
],
"crypto/bn/liblegacy-lib-armv8-mont.o" => [
"crypto/bn/armv8-mont.S"
],
...
...
@@ -26789,6 +26798,7 @@ our %unified_info = (
"crypto/bn/libcrypto-lib-bn_srp.o",
"crypto/bn/libcrypto-lib-bn_word.o",
"crypto/bn/libcrypto-lib-bn_x931p.o",
"crypto/bn/libcrypto-lib-rsa_sup_mul.o",
"crypto/buffer/libcrypto-lib-buf_err.o",
"crypto/buffer/libcrypto-lib-buffer.o",
"crypto/camellia/libcrypto-lib-camellia.o",
...
...
@@ -30278,8 +30288,8 @@ unless (caller) {
use File::Copy;
use Pod::Usage;
use lib '/
mnt/data/f00574894/openssl/openssl3.0.7/openssl-linux-aarch64
/util/perl';
use OpenSSL::fallback '/
mnt/data/f00574894/openssl/openssl3.0.7/openssl-linux-aarch64
/external/perl/MODULES.txt';
use lib '/
tmp/third_party_openssl
/util/perl';
use OpenSSL::fallback '/
tmp/third_party_openssl
/external/perl/MODULES.txt';
my $here = dirname($0);
...
...
@@ -30306,7 +30316,7 @@ unless (caller) {
);
use lib '.';
use lib '/
mnt/data/f00574894/openssl/openssl3.0.7/openssl-linux-aarch64
/Configurations';
use lib '/
tmp/third_party_openssl
/Configurations';
use gentemplate;
open my $buildfile_template_fh, ">$buildfile_template"
...
...
@@ -30323,8 +30333,8 @@ unless (caller) {
my $prepend = <<'_____';
use File::Spec::Functions;
use lib '/
mnt/data/f00574894/openssl/openssl3.0.7/openssl-linux-aarch64
/util/perl';
use lib '/
mnt/data/f00574894/openssl/openssl3.0.7/openssl-linux-aarch64
/Configurations';
use lib '/
tmp/third_party_openssl
/util/perl';
use lib '/
tmp/third_party_openssl
/Configurations';
use lib '.';
use platform;
_____
build_all_generated/linux-aarch64/crypto/aes/aesv8-armx.S
浏览文件 @
e5c4a94f
...
...
@@ -2914,7 +2914,7 @@ aes_v8_xts_decrypt:
.
align
4
.
Lxts_dec_tail4x
:
add
x0
,
x0
,#
16
ld1
{
v0
.4
s
},[
x0
],#
16
tst
x21
,#
0xf
eor
v5
.16
b
,
v1
.16
b
,
v4
.16
b
st1
{
v5
.16
b
},[
x1
],#
16
eor
v17
.16
b
,
v24
.16
b
,
v17
.16
b
...
...
@@ -2923,6 +2923,8 @@ aes_v8_xts_decrypt:
eor
v31
.16
b
,
v26
.16
b
,
v31
.16
b
st1
{
v30
.16
b
,
v31
.16
b
},[
x1
],#
32
b.eq
.
Lxts_dec_abort
ld1
{
v0
.4
s
},[
x0
],#
16
b
.
Lxts_done
.
align
4
.
Lxts_outer_dec_tail
:
...
...
build_all_generated/linux-aarch64/crypto/buildinf.h
浏览文件 @
e5c4a94f
...
...
@@ -11,7 +11,7 @@
*/
#define PLATFORM "platform: linux-aarch64"
#define DATE "built on: Wed
Feb 22 02:56:39
2023 UTC"
#define DATE "built on: Wed
Apr 26 06:57:30
2023 UTC"
/*
* Generate compiler_flags as an array of individual characters. This is a
...
...
build_all_generated/linux-aarch64/include/openssl/x509v3.h
浏览文件 @
e5c4a94f
...
...
@@ -177,7 +177,7 @@ typedef struct GENERAL_NAME_st {
OTHERNAME
*
otherName
;
/* otherName */
ASN1_IA5STRING
*
rfc822Name
;
ASN1_IA5STRING
*
dNSName
;
ASN1_
TYPE
*
x400Address
;
ASN1_
STRING
*
x400Address
;
X509_NAME
*
directoryName
;
EDIPARTYNAME
*
ediPartyName
;
ASN1_IA5STRING
*
uniformResourceIdentifier
;
...
...
build_all_generated/linux-aarch64/pod2htmd.tmp
浏览文件 @
e5c4a94f
此差异已折叠。
点击以展开。
build_all_generated/linux-aarch64/util/wrap.pl
浏览文件 @
e5c4a94f
...
...
@@ -9,7 +9,7 @@ use File::Spec::Functions;
BEGIN
{
# This method corresponds exactly to 'use OpenSSL::Util',
# but allows us to use a platform specific file spec.
require
'
/
mnt/data/f00574894/openssl/openssl3.0.7/openssl-linux-aarch64
/util/perl/OpenSSL/Util.pm
';
require
'
/
tmp/third_party_openssl
/util/perl/OpenSSL/Util.pm
';
OpenSSL::
Util
->
import
();
}
...
...
@@ -20,7 +20,7 @@ my $std_openssl_conf = catdir($there, 'apps/openssl.cnf');
my
$unix_shlib_wrap
=
catfile
(
$there
,
'
util/shlib_wrap.sh
');
if
(
$ARGV
[
0
]
eq
'
-fips
')
{
$std_openssl_conf
=
'
/
mnt/data/f00574894/openssl/openssl3.0.7/openssl-linux-aarch64
/test/fips-and-base.cnf
';
$std_openssl_conf
=
'
/
tmp/third_party_openssl
/test/fips-and-base.cnf
';
shift
;
my
$std_openssl_conf_include
=
catdir
(
$there
,
'
providers
');
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录