Skip to content

Commit cff21c1

Browse files
justsmthaws-lc-sys-bindings-generator
and
aws-lc-sys-bindings-generator
authored
Bump aws-lc-sys to v0.28.1 (#782)
* Bump aws-lc-sys to v0.28.1 * Symbols from macos-14-xlarge * Symbols from ubuntu-latest * Symbols for powerpc-unknown-linux-gnu * Symbols for arm-unknown-linux-gnueabi * Symbols for armv7-unknown-linux-gnueabihf * Symbols for i686-unknown-linux-gnu * Symbols for aarch64-unknown-linux-gnu * Symbols for aarch64-unknown-linux-musl * Symbols for x86_64-unknown-linux-musl * Symbols for powerpc64le-unknown-linux-gnu * Symbols from macos-13 * Symbols from x86_64-pc-windows-msvc * Symbols from i686-pc-windows-msvc * Symbols from aarch64-pc-windows-msvc * Symbols from x86_64-pc-windows-gnu * Generated headers * Generated bindings from ubuntu-latest * Generated bindings from macos-14-xlarge * Generated bindings from macos-13 * Generated bindings for riscv64gc-unknown-linux-gnu * Generated bindings for aarch64-unknown-linux-musl * Generated bindings for aarch64-unknown-linux-gnu * Generated bindings for x86_64-unknown-linux-musl * Generated bindings for i686-unknown-linux-gnu * Generated bindings for aarch64-linux-android * Generated bindings for i686-pc-windows-msvc * Generated bindings for x86_64-pc-windows-gnu * Collected source files from macos-14-xlarge * Generated bindings for aarch64-pc-windows-msvc * Collected source files from ubuntu-latest * Generated bindings for x86_64-pc-windows-msvc * Collected source files from macos-13 * Collected source files for x86_64-unknown-linux-musl * Collected source files for i686-unknown-linux-gnu * Collected source files for aarch64-unknown-linux-gnu * Collected source files for aarch64-unknown-linux-musl * Collected NASM files * Collected source files for riscv64gc-unknown-linux-gnu --------- Co-authored-by: aws-lc-sys-bindings-generator <[email protected]>
1 parent 03a18db commit cff21c1

File tree

79 files changed

+34265
-34267
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+34265
-34267
lines changed

aws-lc-fips-sys/builder/main.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,7 @@ pub(crate) fn get_generated_include_path(manifest_dir: &Path) -> PathBuf {
106106
}
107107

108108
pub(crate) fn get_aws_lc_fips_sys_includes_path() -> Option<Vec<PathBuf>> {
109-
option_env("AWS_LC_FIPS_SYS_INCLUDES")
110-
.map(|v| std::env::split_paths(&v).collect())
109+
option_env("AWS_LC_FIPS_SYS_INCLUDES").map(|v| std::env::split_paths(&v).collect())
111110
}
112111

113112
#[allow(dead_code)]

aws-lc-sys/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "aws-lc-sys"
33
description = "AWS-LC is a general-purpose cryptographic library maintained by the AWS Cryptography team for AWS and their customers. It іs based on code from the Google BoringSSL project and the OpenSSL project."
4-
version = "0.28.0"
5-
links = "aws_lc_0_28_0"
4+
version = "0.28.1"
5+
links = "aws_lc_0_28_1"
66
authors = ["AWS-LC"]
77
edition = "2021"
88
repository = "https://github.com/aws/aws-lc-rs"

aws-lc-sys/builder/cc_builder/aarch64_apple_darwin.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
// SPDX-License-Identifier: Apache-2.0 OR ISC
3-
// Mon Mar 31 12:15:33 UTC 2025
3+
// Fri Apr 18 19:00:12 UTC 2025
44

55
use crate::cc_builder::Library;
66

aws-lc-sys/builder/cc_builder/aarch64_unknown_linux_gnu.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
// SPDX-License-Identifier: Apache-2.0 OR ISC
3-
// Mon Mar 31 12:20:00 UTC 2025
3+
// Fri Apr 18 19:04:28 UTC 2025
44

55
use crate::cc_builder::Library;
66

aws-lc-sys/builder/cc_builder/aarch64_unknown_linux_musl.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
// SPDX-License-Identifier: Apache-2.0 OR ISC
3-
// Mon Mar 31 12:20:14 UTC 2025
3+
// Fri Apr 18 19:04:39 UTC 2025
44

55
use crate::cc_builder::Library;
66

aws-lc-sys/builder/cc_builder/i686_unknown_linux_gnu.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
// SPDX-License-Identifier: Apache-2.0 OR ISC
3-
// Mon Mar 31 12:20:09 UTC 2025
3+
// Fri Apr 18 19:04:34 UTC 2025
44

55
use crate::cc_builder::Library;
66

aws-lc-sys/builder/cc_builder/riscv64gc_unknown_linux_gnu.rs

+23-23
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
// SPDX-License-Identifier: Apache-2.0 OR ISC
3-
// Thu 10 Apr 2025 01:06:21 PM UTC
3+
// Fri Apr 18 19:04:17 UTC 2025
44

55
use crate::cc_builder::Library;
66

@@ -19,15 +19,15 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
1919
"crypto/asn1/a_mbstr.c",
2020
"crypto/asn1/a_object.c",
2121
"crypto/asn1/a_octet.c",
22-
"crypto/asn1/asn1_lib.c",
23-
"crypto/asn1/asn1_par.c",
24-
"crypto/asn1/asn_pack.c",
2522
"crypto/asn1/a_strex.c",
2623
"crypto/asn1/a_strnid.c",
2724
"crypto/asn1/a_time.c",
2825
"crypto/asn1/a_type.c",
2926
"crypto/asn1/a_utctm.c",
3027
"crypto/asn1/a_utf8.c",
28+
"crypto/asn1/asn1_lib.c",
29+
"crypto/asn1/asn1_par.c",
30+
"crypto/asn1/asn_pack.c",
3131
"crypto/asn1/f_int.c",
3232
"crypto/asn1/f_string.c",
3333
"crypto/asn1/posix_time.c",
@@ -89,30 +89,30 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
8989
"crypto/dh_extra/dh_asn1.c",
9090
"crypto/dh_extra/params.c",
9191
"crypto/digest_extra/digest_extra.c",
92-
"crypto/dsa/dsa_asn1.c",
9392
"crypto/dsa/dsa.c",
94-
"crypto/ecdh_extra/ecdh_extra.c",
95-
"crypto/ecdsa_extra/ecdsa_asn1.c",
93+
"crypto/dsa/dsa_asn1.c",
9694
"crypto/ec_extra/ec_asn1.c",
9795
"crypto/ec_extra/ec_derive.c",
9896
"crypto/ec_extra/hash_to_curve.c",
97+
"crypto/ecdh_extra/ecdh_extra.c",
98+
"crypto/ecdsa_extra/ecdsa_asn1.c",
9999
"crypto/engine/engine.c",
100100
"crypto/err/err.c",
101101
"crypto/evp_extra/evp_asn1.c",
102-
"crypto/evp_extra/p_dh_asn1.c",
103102
"crypto/evp_extra/p_dh.c",
104-
"crypto/evp_extra/p_dsa_asn1.c",
103+
"crypto/evp_extra/p_dh_asn1.c",
105104
"crypto/evp_extra/p_dsa.c",
105+
"crypto/evp_extra/p_dsa_asn1.c",
106106
"crypto/evp_extra/p_ec_asn1.c",
107107
"crypto/evp_extra/p_ed25519_asn1.c",
108108
"crypto/evp_extra/p_hmac_asn1.c",
109109
"crypto/evp_extra/p_kem_asn1.c",
110110
"crypto/evp_extra/p_methods.c",
111111
"crypto/evp_extra/p_pqdsa_asn1.c",
112-
"crypto/evp_extra/print.c",
113112
"crypto/evp_extra/p_rsa_asn1.c",
114-
"crypto/evp_extra/p_x25519_asn1.c",
115113
"crypto/evp_extra/p_x25519.c",
114+
"crypto/evp_extra/p_x25519_asn1.c",
115+
"crypto/evp_extra/print.c",
116116
"crypto/evp_extra/scrypt.c",
117117
"crypto/evp_extra/sign.c",
118118
"crypto/ex_data.c",
@@ -148,14 +148,14 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
148148
"crypto/pem/pem_xaux.c",
149149
"crypto/pkcs7/bio/cipher.c",
150150
"crypto/pkcs7/bio/md.c",
151-
"crypto/pkcs7/pkcs7_asn1.c",
152151
"crypto/pkcs7/pkcs7.c",
152+
"crypto/pkcs7/pkcs7_asn1.c",
153153
"crypto/pkcs7/pkcs7_x509.c",
154154
"crypto/pkcs8/p5_pbev2.c",
155155
"crypto/pkcs8/pkcs8.c",
156156
"crypto/pkcs8/pkcs8_x509.c",
157-
"crypto/poly1305/poly1305_arm.c",
158157
"crypto/poly1305/poly1305.c",
158+
"crypto/poly1305/poly1305_arm.c",
159159
"crypto/poly1305/poly1305_vec.c",
160160
"crypto/pool/pool.c",
161161
"crypto/rand_extra/deterministic.c",
@@ -182,10 +182,10 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
182182
"crypto/trust_token/trust_token.c",
183183
"crypto/trust_token/voprf.c",
184184
"crypto/x509/a_digest.c",
185-
"crypto/x509/algorithm.c",
186185
"crypto/x509/a_sign.c",
187-
"crypto/x509/asn1_gen.c",
188186
"crypto/x509/a_verify.c",
187+
"crypto/x509/algorithm.c",
188+
"crypto/x509/asn1_gen.c",
189189
"crypto/x509/by_dir.c",
190190
"crypto/x509/by_file.c",
191191
"crypto/x509/i2d_pr.c",
@@ -194,10 +194,10 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
194194
"crypto/x509/rsa_pss.c",
195195
"crypto/x509/t_crl.c",
196196
"crypto/x509/t_req.c",
197-
"crypto/x509/t_x509a.c",
198197
"crypto/x509/t_x509.c",
199-
"crypto/x509/v3_akeya.c",
198+
"crypto/x509/t_x509a.c",
200199
"crypto/x509/v3_akey.c",
200+
"crypto/x509/v3_akeya.c",
201201
"crypto/x509/v3_alt.c",
202202
"crypto/x509/v3_bcons.c",
203203
"crypto/x509/v3_bitst.c",
@@ -219,25 +219,25 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
219219
"crypto/x509/v3_purp.c",
220220
"crypto/x509/v3_skey.c",
221221
"crypto/x509/v3_utl.c",
222-
"crypto/x509/x509_att.c",
223222
"crypto/x509/x509.c",
223+
"crypto/x509/x509_att.c",
224224
"crypto/x509/x509_cmp.c",
225-
"crypto/x509/x509cset.c",
226225
"crypto/x509/x509_d2.c",
227226
"crypto/x509/x509_def.c",
228227
"crypto/x509/x509_ext.c",
229228
"crypto/x509/x509_lu.c",
230-
"crypto/x509/x509name.c",
231229
"crypto/x509/x509_obj.c",
232230
"crypto/x509/x509_req.c",
233-
"crypto/x509/x509rset.c",
234231
"crypto/x509/x509_set.c",
235-
"crypto/x509/x509spki.c",
236232
"crypto/x509/x509_trs.c",
237233
"crypto/x509/x509_txt.c",
238234
"crypto/x509/x509_v3.c",
239235
"crypto/x509/x509_vfy.c",
240236
"crypto/x509/x509_vpm.c",
237+
"crypto/x509/x509cset.c",
238+
"crypto/x509/x509name.c",
239+
"crypto/x509/x509rset.c",
240+
"crypto/x509/x509spki.c",
241241
"crypto/x509/x_algor.c",
242242
"crypto/x509/x_all.c",
243243
"crypto/x509/x_attrib.c",
@@ -249,8 +249,8 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
249249
"crypto/x509/x_sig.c",
250250
"crypto/x509/x_spki.c",
251251
"crypto/x509/x_val.c",
252-
"crypto/x509/x_x509a.c",
253252
"crypto/x509/x_x509.c",
253+
"crypto/x509/x_x509a.c",
254254
"generated-src/err_data.c",
255255
],
256256
};

aws-lc-sys/builder/cc_builder/x86_64_apple_darwin.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
// SPDX-License-Identifier: Apache-2.0 OR ISC
3-
// Mon Mar 31 12:16:21 UTC 2025
3+
// Fri Apr 18 19:00:59 UTC 2025
44

55
use crate::cc_builder::Library;
66

aws-lc-sys/builder/cc_builder/x86_64_unknown_linux_gnu.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
// SPDX-License-Identifier: Apache-2.0 OR ISC
3-
// Mon Mar 31 12:15:25 UTC 2025
3+
// Fri Apr 18 18:59:51 UTC 2025
44

55
use crate::cc_builder::Library;
66

aws-lc-sys/builder/cc_builder/x86_64_unknown_linux_musl.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
// SPDX-License-Identifier: Apache-2.0 OR ISC
3-
// Mon Mar 31 12:19:42 UTC 2025
3+
// Fri Apr 18 19:04:21 UTC 2025
44

55
use crate::cc_builder::Library;
66

aws-lc-sys/builder/main.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,7 @@ pub(crate) fn get_generated_include_path(manifest_dir: &Path) -> PathBuf {
118118
}
119119

120120
pub(crate) fn get_aws_lc_sys_includes_path() -> Option<Vec<PathBuf>> {
121-
optional_env_crate_target("INCLUDES")
122-
.map(|v| std::env::split_paths(&v).collect())
121+
optional_env_crate_target("INCLUDES").map(|v| std::env::split_paths(&v).collect())
123122
}
124123

125124
#[allow(dead_code)]

aws-lc-sys/builder/prebuilt-nasm/aes128gcmsiv-x86_64-disasm.txt

+18-18
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ GFMUL:
3131
000000000000005D: 90 nop
3232
000000000000005E: 90 nop
3333
000000000000005F: 90 nop
34-
aws_lc_0_28_0_aesgcmsiv_htable_init:
34+
aws_lc_0_28_1_aesgcmsiv_htable_init:
3535
0000000000000060: 48 89 7C 24 08 mov qword ptr [rsp+8],rdi
3636
0000000000000065: 48 89 74 24 10 mov qword ptr [rsp+10h],rsi
3737
000000000000006A: 48 89 E0 mov rax,rsp
@@ -74,7 +74,7 @@ L$SEH_end_aesgcmsiv_htable_init:
7474
00000000000000DD: 90 nop
7575
00000000000000DE: 90 nop
7676
00000000000000DF: 90 nop
77-
aws_lc_0_28_0_aesgcmsiv_htable6_init:
77+
aws_lc_0_28_1_aesgcmsiv_htable6_init:
7878
00000000000000E0: 48 89 7C 24 08 mov qword ptr [rsp+8],rdi
7979
00000000000000E5: 48 89 74 24 10 mov qword ptr [rsp+10h],rsi
8080
00000000000000EA: 48 89 E0 mov rax,rsp
@@ -101,7 +101,7 @@ L$SEH_end_aesgcmsiv_htable6_init:
101101
000000000000013D: 90 nop
102102
000000000000013E: 90 nop
103103
000000000000013F: 90 nop
104-
aws_lc_0_28_0_aesgcmsiv_htable_polyval:
104+
aws_lc_0_28_1_aesgcmsiv_htable_polyval:
105105
0000000000000140: 48 89 7C 24 08 mov qword ptr [rsp+8],rdi
106106
0000000000000145: 48 89 74 24 10 mov qword ptr [rsp+10h],rsi
107107
000000000000014A: 48 89 E0 mov rax,rsp
@@ -401,7 +401,7 @@ L$SEH_end_aesgcmsiv_htable_polyval:
401401
000000000000049D: 90 nop
402402
000000000000049E: 90 nop
403403
000000000000049F: 90 nop
404-
aws_lc_0_28_0_aesgcmsiv_polyval_horner:
404+
aws_lc_0_28_1_aesgcmsiv_polyval_horner:
405405
00000000000004A0: 48 89 7C 24 08 mov qword ptr [rsp+8],rdi
406406
00000000000004A5: 48 89 74 24 10 mov qword ptr [rsp+10h],rsi
407407
00000000000004AA: 48 89 E0 mov rax,rsp
@@ -442,7 +442,7 @@ L$SEH_end_aesgcmsiv_polyval_horner:
442442
000000000000050D: 90 nop
443443
000000000000050E: 90 nop
444444
000000000000050F: 90 nop
445-
aws_lc_0_28_0_aes128gcmsiv_aes_ks:
445+
aws_lc_0_28_1_aes128gcmsiv_aes_ks:
446446
0000000000000510: 48 89 7C 24 08 mov qword ptr [rsp+8],rdi
447447
0000000000000515: 48 89 74 24 10 mov qword ptr [rsp+10h],rsi
448448
000000000000051A: 48 89 E0 mov rax,rsp
@@ -509,7 +509,7 @@ L$SEH_end_aes128gcmsiv_aes_ks:
509509
00000000000005FD: 90 nop
510510
00000000000005FE: 90 nop
511511
00000000000005FF: 90 nop
512-
aws_lc_0_28_0_aes256gcmsiv_aes_ks:
512+
aws_lc_0_28_1_aes256gcmsiv_aes_ks:
513513
0000000000000600: 48 89 7C 24 08 mov qword ptr [rsp+8],rdi
514514
0000000000000605: 48 89 74 24 10 mov qword ptr [rsp+10h],rsi
515515
000000000000060A: 48 89 E0 mov rax,rsp
@@ -569,7 +569,7 @@ L$ks256_loop:
569569
00000000000006DD: 90 nop
570570
00000000000006DE: 90 nop
571571
00000000000006DF: 90 nop
572-
aws_lc_0_28_0_aes128gcmsiv_aes_ks_enc_x1:
572+
aws_lc_0_28_1_aes128gcmsiv_aes_ks_enc_x1:
573573
00000000000006E0: 48 89 7C 24 08 mov qword ptr [rsp+8],rdi
574574
00000000000006E5: 48 89 74 24 10 mov qword ptr [rsp+10h],rsi
575575
00000000000006EA: 48 89 E0 mov rax,rsp
@@ -718,7 +718,7 @@ L$SEH_end_aes128gcmsiv_aes_ks_enc_x1:
718718
000000000000093D: 90 nop
719719
000000000000093E: 90 nop
720720
000000000000093F: 90 nop
721-
aws_lc_0_28_0_aes128gcmsiv_kdf:
721+
aws_lc_0_28_1_aes128gcmsiv_kdf:
722722
0000000000000940: 48 89 7C 24 08 mov qword ptr [rsp+8],rdi
723723
0000000000000945: 48 89 74 24 10 mov qword ptr [rsp+10h],rsi
724724
000000000000094A: 48 89 E0 mov rax,rsp
@@ -808,7 +808,7 @@ L$SEH_end_aes128gcmsiv_kdf:
808808
0000000000000ABD: 90 nop
809809
0000000000000ABE: 90 nop
810810
0000000000000ABF: 90 nop
811-
aws_lc_0_28_0_aes128gcmsiv_enc_msg_x4:
811+
aws_lc_0_28_1_aes128gcmsiv_enc_msg_x4:
812812
0000000000000AC0: 48 89 7C 24 08 mov qword ptr [rsp+8],rdi
813813
0000000000000AC5: 48 89 74 24 10 mov qword ptr [rsp+10h],rsi
814814
0000000000000ACA: 48 89 E0 mov rax,rsp
@@ -971,7 +971,7 @@ L$SEH_end_aes128gcmsiv_enc_msg_x4:
971971
0000000000000D4D: 90 nop
972972
0000000000000D4E: 90 nop
973973
0000000000000D4F: 90 nop
974-
aws_lc_0_28_0_aes128gcmsiv_enc_msg_x8:
974+
aws_lc_0_28_1_aes128gcmsiv_enc_msg_x8:
975975
0000000000000D50: 48 89 7C 24 08 mov qword ptr [rsp+8],rdi
976976
0000000000000D55: 48 89 74 24 10 mov qword ptr [rsp+10h],rsi
977977
0000000000000D5A: 48 89 E0 mov rax,rsp
@@ -1224,7 +1224,7 @@ L$SEH_end_aes128gcmsiv_enc_msg_x8:
12241224
000000000000116D: 90 nop
12251225
000000000000116E: 90 nop
12261226
000000000000116F: 90 nop
1227-
aws_lc_0_28_0_aes128gcmsiv_dec:
1227+
aws_lc_0_28_1_aes128gcmsiv_dec:
12281228
0000000000001170: 48 89 7C 24 08 mov qword ptr [rsp+8],rdi
12291229
0000000000001175: 48 89 74 24 10 mov qword ptr [rsp+10h],rsi
12301230
000000000000117A: 48 89 E0 mov rax,rsp
@@ -1684,7 +1684,7 @@ L$128_dec_out:
16841684
0000000000001994: 48 8B 7C 24 08 mov rdi,qword ptr [rsp+8]
16851685
0000000000001999: 48 8B 74 24 10 mov rsi,qword ptr [rsp+10h]
16861686
000000000000199E: F3 C3 rep ret
1687-
aws_lc_0_28_0_aes128gcmsiv_ecb_enc_block:
1687+
aws_lc_0_28_1_aes128gcmsiv_ecb_enc_block:
16881688
00000000000019A0: 48 89 7C 24 08 mov qword ptr [rsp+8],rdi
16891689
00000000000019A5: 48 89 74 24 10 mov qword ptr [rsp+10h],rsi
16901690
00000000000019AA: 48 89 E0 mov rax,rsp
@@ -1725,7 +1725,7 @@ L$SEH_end_aes128gcmsiv_ecb_enc_block:
17251725
0000000000001A1D: 90 nop
17261726
0000000000001A1E: 90 nop
17271727
0000000000001A1F: 90 nop
1728-
aws_lc_0_28_0_aes256gcmsiv_aes_ks_enc_x1:
1728+
aws_lc_0_28_1_aes256gcmsiv_aes_ks_enc_x1:
17291729
0000000000001A20: 48 89 7C 24 08 mov qword ptr [rsp+8],rdi
17301730
0000000000001A25: 48 89 74 24 10 mov qword ptr [rsp+10h],rsi
17311731
0000000000001A2A: 48 89 E0 mov rax,rsp
@@ -1916,7 +1916,7 @@ L$SEH_end_aes256gcmsiv_aes_ks_enc_x1:
19161916
0000000000001D4D: 90 nop
19171917
0000000000001D4E: 90 nop
19181918
0000000000001D4F: 90 nop
1919-
aws_lc_0_28_0_aes256gcmsiv_ecb_enc_block:
1919+
aws_lc_0_28_1_aes256gcmsiv_ecb_enc_block:
19201920
0000000000001D50: 48 89 7C 24 08 mov qword ptr [rsp+8],rdi
19211921
0000000000001D55: 48 89 74 24 10 mov qword ptr [rsp+10h],rsi
19221922
0000000000001D5A: 48 89 E0 mov rax,rsp
@@ -1961,7 +1961,7 @@ L$SEH_end_aes256gcmsiv_ecb_enc_block:
19611961
0000000000001DED: 90 nop
19621962
0000000000001DEE: 90 nop
19631963
0000000000001DEF: 90 nop
1964-
aws_lc_0_28_0_aes256gcmsiv_enc_msg_x4:
1964+
aws_lc_0_28_1_aes256gcmsiv_enc_msg_x4:
19651965
0000000000001DF0: 48 89 7C 24 08 mov qword ptr [rsp+8],rdi
19661966
0000000000001DF5: 48 89 74 24 10 mov qword ptr [rsp+10h],rsi
19671967
0000000000001DFA: 48 89 E0 mov rax,rsp
@@ -2160,7 +2160,7 @@ L$SEH_end_aes256gcmsiv_enc_msg_x4:
21602160
000000000000211D: 90 nop
21612161
000000000000211E: 90 nop
21622162
000000000000211F: 90 nop
2163-
aws_lc_0_28_0_aes256gcmsiv_enc_msg_x8:
2163+
aws_lc_0_28_1_aes256gcmsiv_enc_msg_x8:
21642164
0000000000002120: 48 89 7C 24 08 mov qword ptr [rsp+8],rdi
21652165
0000000000002125: 48 89 74 24 10 mov qword ptr [rsp+10h],rsi
21662166
000000000000212A: 48 89 E0 mov rax,rsp
@@ -2451,7 +2451,7 @@ L$SEH_end_aes256gcmsiv_enc_msg_x8:
24512451
000000000000261D: 90 nop
24522452
000000000000261E: 90 nop
24532453
000000000000261F: 90 nop
2454-
aws_lc_0_28_0_aes256gcmsiv_dec:
2454+
aws_lc_0_28_1_aes256gcmsiv_dec:
24552455
0000000000002620: 48 89 7C 24 08 mov qword ptr [rsp+8],rdi
24562456
0000000000002625: 48 89 74 24 10 mov qword ptr [rsp+10h],rsi
24572457
000000000000262A: 48 89 E0 mov rax,rsp
@@ -2971,7 +2971,7 @@ L$256_dec_out:
29712971
0000000000002F94: 48 8B 7C 24 08 mov rdi,qword ptr [rsp+8]
29722972
0000000000002F99: 48 8B 74 24 10 mov rsi,qword ptr [rsp+10h]
29732973
0000000000002F9E: F3 C3 rep ret
2974-
aws_lc_0_28_0_aes256gcmsiv_kdf:
2974+
aws_lc_0_28_1_aes256gcmsiv_kdf:
29752975
0000000000002FA0: 48 89 7C 24 08 mov qword ptr [rsp+8],rdi
29762976
0000000000002FA5: 48 89 74 24 10 mov qword ptr [rsp+10h],rsi
29772977
0000000000002FAA: 48 89 E0 mov rax,rsp
Binary file not shown.

0 commit comments

Comments
 (0)