diff options
Diffstat (limited to 'src/lib/libcrypto/hidden')
-rw-r--r-- | src/lib/libcrypto/hidden/openssl/asn1.h | 4 | ||||
-rw-r--r-- | src/lib/libcrypto/hidden/openssl/asn1t.h | 2 | ||||
-rw-r--r-- | src/lib/libcrypto/hidden/openssl/bio.h | 2 | ||||
-rw-r--r-- | src/lib/libcrypto/hidden/openssl/chacha.h | 2 | ||||
-rw-r--r-- | src/lib/libcrypto/hidden/openssl/ec.h | 11 | ||||
-rw-r--r-- | src/lib/libcrypto/hidden/openssl/ecdsa.h | 2 | ||||
-rw-r--r-- | src/lib/libcrypto/hidden/openssl/err.h | 4 | ||||
-rw-r--r-- | src/lib/libcrypto/hidden/openssl/evp.h | 457 | ||||
-rw-r--r-- | src/lib/libcrypto/hidden/openssl/hkdf.h | 2 | ||||
-rw-r--r-- | src/lib/libcrypto/hidden/openssl/lhash.h | 2 | ||||
-rw-r--r-- | src/lib/libcrypto/hidden/openssl/pem.h | 2 | ||||
-rw-r--r-- | src/lib/libcrypto/hidden/openssl/poly1305.h | 2 | ||||
-rw-r--r-- | src/lib/libcrypto/hidden/openssl/rand.h | 12 | ||||
-rw-r--r-- | src/lib/libcrypto/hidden/openssl/sm3.h | 32 | ||||
-rw-r--r-- | src/lib/libcrypto/hidden/openssl/sm4.h | 2 | ||||
-rw-r--r-- | src/lib/libcrypto/hidden/openssl/ts.h | 2 |
16 files changed, 14 insertions, 526 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/asn1.h b/src/lib/libcrypto/hidden/openssl/asn1.h index 0bdfd7b056..7e41ec862c 100644 --- a/src/lib/libcrypto/hidden/openssl/asn1.h +++ b/src/lib/libcrypto/hidden/openssl/asn1.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: asn1.h,v 1.1 2023/07/05 21:23:37 beck Exp $ */ | 1 | /* $OpenBSD: asn1.h,v 1.2 2023/07/07 19:37:54 beck Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> |
4 | * | 4 | * |
@@ -80,7 +80,6 @@ LCRYPTO_USED(ASN1_UTCTIME_check); | |||
80 | LCRYPTO_USED(ASN1_UTCTIME_set); | 80 | LCRYPTO_USED(ASN1_UTCTIME_set); |
81 | LCRYPTO_USED(ASN1_UTCTIME_adj); | 81 | LCRYPTO_USED(ASN1_UTCTIME_adj); |
82 | LCRYPTO_USED(ASN1_UTCTIME_set_string); | 82 | LCRYPTO_USED(ASN1_UTCTIME_set_string); |
83 | LCRYPTO_USED(ASN1_UTCTIME_cmp_time_t); | ||
84 | LCRYPTO_USED(ASN1_GENERALIZEDTIME_check); | 83 | LCRYPTO_USED(ASN1_GENERALIZEDTIME_check); |
85 | LCRYPTO_USED(ASN1_GENERALIZEDTIME_set); | 84 | LCRYPTO_USED(ASN1_GENERALIZEDTIME_set); |
86 | LCRYPTO_USED(ASN1_GENERALIZEDTIME_adj); | 85 | LCRYPTO_USED(ASN1_GENERALIZEDTIME_adj); |
@@ -194,7 +193,6 @@ LCRYPTO_USED(ASN1_put_object); | |||
194 | LCRYPTO_USED(ASN1_put_eoc); | 193 | LCRYPTO_USED(ASN1_put_eoc); |
195 | LCRYPTO_USED(ASN1_object_size); | 194 | LCRYPTO_USED(ASN1_object_size); |
196 | LCRYPTO_USED(ASN1_item_dup); | 195 | LCRYPTO_USED(ASN1_item_dup); |
197 | LCRYPTO_USED(ASN1_dup); | ||
198 | LCRYPTO_USED(ASN1_d2i_fp); | 196 | LCRYPTO_USED(ASN1_d2i_fp); |
199 | LCRYPTO_USED(ASN1_item_d2i_fp); | 197 | LCRYPTO_USED(ASN1_item_d2i_fp); |
200 | LCRYPTO_USED(ASN1_i2d_fp); | 198 | LCRYPTO_USED(ASN1_i2d_fp); |
diff --git a/src/lib/libcrypto/hidden/openssl/asn1t.h b/src/lib/libcrypto/hidden/openssl/asn1t.h index dcc95cf0b2..d37d1dbbc0 100644 --- a/src/lib/libcrypto/hidden/openssl/asn1t.h +++ b/src/lib/libcrypto/hidden/openssl/asn1t.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: asn1t.h,v 1.1 2023/07/05 21:23:37 beck Exp $ */ | 1 | /* $OpenBSD: asn1t.h,v 1.2 2023/07/07 19:37:54 beck Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> |
4 | * | 4 | * |
diff --git a/src/lib/libcrypto/hidden/openssl/bio.h b/src/lib/libcrypto/hidden/openssl/bio.h index 72c50d5196..c04a0a447f 100644 --- a/src/lib/libcrypto/hidden/openssl/bio.h +++ b/src/lib/libcrypto/hidden/openssl/bio.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: bio.h,v 1.1 2023/07/05 21:23:37 beck Exp $ */ | 1 | /* $OpenBSD: bio.h,v 1.2 2023/07/07 19:37:54 beck Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> |
4 | * | 4 | * |
diff --git a/src/lib/libcrypto/hidden/openssl/chacha.h b/src/lib/libcrypto/hidden/openssl/chacha.h index 98108261ce..a9f3b7e908 100644 --- a/src/lib/libcrypto/hidden/openssl/chacha.h +++ b/src/lib/libcrypto/hidden/openssl/chacha.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: chacha.h,v 1.2 2023/07/05 21:14:54 bcook Exp $ */ | 1 | /* $OpenBSD: chacha.h,v 1.3 2023/07/07 19:37:54 beck Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> |
4 | * | 4 | * |
diff --git a/src/lib/libcrypto/hidden/openssl/ec.h b/src/lib/libcrypto/hidden/openssl/ec.h index ea77d44597..5e4121eac3 100644 --- a/src/lib/libcrypto/hidden/openssl/ec.h +++ b/src/lib/libcrypto/hidden/openssl/ec.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ec.h,v 1.1 2023/07/07 13:53:52 beck Exp $ */ | 1 | /* $OpenBSD: ec.h,v 1.2 2023/07/07 19:37:54 beck Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> |
4 | * | 4 | * |
@@ -29,7 +29,6 @@ LCRYPTO_USED(EC_GFp_simple_method); | |||
29 | LCRYPTO_USED(EC_GFp_mont_method); | 29 | LCRYPTO_USED(EC_GFp_mont_method); |
30 | LCRYPTO_USED(EC_GROUP_new); | 30 | LCRYPTO_USED(EC_GROUP_new); |
31 | LCRYPTO_USED(EC_GROUP_free); | 31 | LCRYPTO_USED(EC_GROUP_free); |
32 | LCRYPTO_USED(EC_GROUP_clear_free); | ||
33 | LCRYPTO_USED(EC_GROUP_copy); | 32 | LCRYPTO_USED(EC_GROUP_copy); |
34 | LCRYPTO_USED(EC_GROUP_dup); | 33 | LCRYPTO_USED(EC_GROUP_dup); |
35 | LCRYPTO_USED(EC_GROUP_method_of); | 34 | LCRYPTO_USED(EC_GROUP_method_of); |
@@ -50,8 +49,6 @@ LCRYPTO_USED(EC_GROUP_get_seed_len); | |||
50 | LCRYPTO_USED(EC_GROUP_set_seed); | 49 | LCRYPTO_USED(EC_GROUP_set_seed); |
51 | LCRYPTO_USED(EC_GROUP_set_curve); | 50 | LCRYPTO_USED(EC_GROUP_set_curve); |
52 | LCRYPTO_USED(EC_GROUP_get_curve); | 51 | LCRYPTO_USED(EC_GROUP_get_curve); |
53 | LCRYPTO_USED(EC_GROUP_set_curve_GFp); | ||
54 | LCRYPTO_USED(EC_GROUP_get_curve_GFp); | ||
55 | LCRYPTO_USED(EC_GROUP_get_degree); | 52 | LCRYPTO_USED(EC_GROUP_get_degree); |
56 | LCRYPTO_USED(EC_GROUP_check); | 53 | LCRYPTO_USED(EC_GROUP_check); |
57 | LCRYPTO_USED(EC_GROUP_check_discriminant); | 54 | LCRYPTO_USED(EC_GROUP_check_discriminant); |
@@ -63,7 +60,6 @@ LCRYPTO_USED(EC_curve_nid2nist); | |||
63 | LCRYPTO_USED(EC_curve_nist2nid); | 60 | LCRYPTO_USED(EC_curve_nist2nid); |
64 | LCRYPTO_USED(EC_POINT_new); | 61 | LCRYPTO_USED(EC_POINT_new); |
65 | LCRYPTO_USED(EC_POINT_free); | 62 | LCRYPTO_USED(EC_POINT_free); |
66 | LCRYPTO_USED(EC_POINT_clear_free); | ||
67 | LCRYPTO_USED(EC_POINT_copy); | 63 | LCRYPTO_USED(EC_POINT_copy); |
68 | LCRYPTO_USED(EC_POINT_dup); | 64 | LCRYPTO_USED(EC_POINT_dup); |
69 | LCRYPTO_USED(EC_POINT_method_of); | 65 | LCRYPTO_USED(EC_POINT_method_of); |
@@ -71,11 +67,6 @@ LCRYPTO_USED(EC_POINT_set_to_infinity); | |||
71 | LCRYPTO_USED(EC_POINT_set_affine_coordinates); | 67 | LCRYPTO_USED(EC_POINT_set_affine_coordinates); |
72 | LCRYPTO_USED(EC_POINT_get_affine_coordinates); | 68 | LCRYPTO_USED(EC_POINT_get_affine_coordinates); |
73 | LCRYPTO_USED(EC_POINT_set_compressed_coordinates); | 69 | LCRYPTO_USED(EC_POINT_set_compressed_coordinates); |
74 | LCRYPTO_USED(EC_POINT_set_Jprojective_coordinates_GFp); | ||
75 | LCRYPTO_USED(EC_POINT_get_Jprojective_coordinates_GFp); | ||
76 | LCRYPTO_USED(EC_POINT_set_affine_coordinates_GFp); | ||
77 | LCRYPTO_USED(EC_POINT_get_affine_coordinates_GFp); | ||
78 | LCRYPTO_USED(EC_POINT_set_compressed_coordinates_GFp); | ||
79 | LCRYPTO_USED(EC_POINT_point2oct); | 70 | LCRYPTO_USED(EC_POINT_point2oct); |
80 | LCRYPTO_USED(EC_POINT_oct2point); | 71 | LCRYPTO_USED(EC_POINT_oct2point); |
81 | LCRYPTO_USED(EC_POINT_point2bn); | 72 | LCRYPTO_USED(EC_POINT_point2bn); |
diff --git a/src/lib/libcrypto/hidden/openssl/ecdsa.h b/src/lib/libcrypto/hidden/openssl/ecdsa.h index 25eb2b3b57..ef8a789939 100644 --- a/src/lib/libcrypto/hidden/openssl/ecdsa.h +++ b/src/lib/libcrypto/hidden/openssl/ecdsa.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ecdsa.h,v 1.1 2023/07/07 13:53:52 beck Exp $ */ | 1 | /* $OpenBSD: ecdsa.h,v 1.2 2023/07/07 19:37:54 beck Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> |
4 | * | 4 | * |
diff --git a/src/lib/libcrypto/hidden/openssl/err.h b/src/lib/libcrypto/hidden/openssl/err.h index f43f5f00e6..bc2a96644c 100644 --- a/src/lib/libcrypto/hidden/openssl/err.h +++ b/src/lib/libcrypto/hidden/openssl/err.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: err.h,v 1.1 2023/07/07 13:53:52 beck Exp $ */ | 1 | /* $OpenBSD: err.h,v 1.2 2023/07/07 19:37:54 beck Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> |
4 | * | 4 | * |
@@ -46,8 +46,6 @@ LCRYPTO_USED(ERR_print_errors_cb); | |||
46 | LCRYPTO_USED(ERR_print_errors_fp); | 46 | LCRYPTO_USED(ERR_print_errors_fp); |
47 | LCRYPTO_USED(ERR_print_errors); | 47 | LCRYPTO_USED(ERR_print_errors); |
48 | LCRYPTO_USED(ERR_asprintf_error_data); | 48 | LCRYPTO_USED(ERR_asprintf_error_data); |
49 | LCRYPTO_USED(ERR_add_error_data); | ||
50 | LCRYPTO_USED(ERR_add_error_vdata); | ||
51 | LCRYPTO_USED(ERR_load_strings); | 49 | LCRYPTO_USED(ERR_load_strings); |
52 | LCRYPTO_USED(ERR_unload_strings); | 50 | LCRYPTO_USED(ERR_unload_strings); |
53 | LCRYPTO_USED(ERR_load_ERR_strings); | 51 | LCRYPTO_USED(ERR_load_ERR_strings); |
diff --git a/src/lib/libcrypto/hidden/openssl/evp.h b/src/lib/libcrypto/hidden/openssl/evp.h deleted file mode 100644 index d4bcb2719e..0000000000 --- a/src/lib/libcrypto/hidden/openssl/evp.h +++ /dev/null | |||
@@ -1,457 +0,0 @@ | |||
1 | /* $OpenBSD: evp.h,v 1.1 2023/07/07 13:53:52 beck Exp $ */ | ||
2 | /* | ||
3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> | ||
4 | * | ||
5 | * Permission to use, copy, modify, and distribute this software for any | ||
6 | * purpose with or without fee is hereby granted, provided that the above | ||
7 | * copyright notice and this permission notice appear in all copies. | ||
8 | * | ||
9 | * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | ||
10 | * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | ||
11 | * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | ||
12 | * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | ||
13 | * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | ||
14 | * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | ||
15 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
16 | */ | ||
17 | |||
18 | #ifndef _LIBCRYPTO_EVP_H | ||
19 | #define _LIBCRYPTO_EVP_H | ||
20 | |||
21 | #ifndef _MSC_VER | ||
22 | #include_next <openssl/evp.h> | ||
23 | #else | ||
24 | #include "../include/openssl/evp.h" | ||
25 | #endif | ||
26 | #include "crypto_namespace.h" | ||
27 | |||
28 | LCRYPTO_USED(EVP_MD_type); | ||
29 | LCRYPTO_USED(EVP_MD_pkey_type); | ||
30 | LCRYPTO_USED(EVP_MD_size); | ||
31 | LCRYPTO_USED(EVP_MD_block_size); | ||
32 | LCRYPTO_USED(EVP_MD_flags); | ||
33 | LCRYPTO_USED(EVP_MD_meth_new); | ||
34 | LCRYPTO_USED(EVP_MD_meth_free); | ||
35 | LCRYPTO_USED(EVP_MD_meth_dup); | ||
36 | LCRYPTO_USED(EVP_MD_meth_set_input_blocksize); | ||
37 | LCRYPTO_USED(EVP_MD_meth_set_result_size); | ||
38 | LCRYPTO_USED(EVP_MD_meth_set_app_datasize); | ||
39 | LCRYPTO_USED(EVP_MD_meth_set_flags); | ||
40 | LCRYPTO_USED(EVP_MD_meth_set_init); | ||
41 | LCRYPTO_USED(EVP_MD_meth_set_update); | ||
42 | LCRYPTO_USED(EVP_MD_meth_set_final); | ||
43 | LCRYPTO_USED(EVP_MD_meth_set_copy); | ||
44 | LCRYPTO_USED(EVP_MD_meth_set_cleanup); | ||
45 | LCRYPTO_USED(EVP_MD_meth_set_ctrl); | ||
46 | LCRYPTO_USED(EVP_MD_CTX_md); | ||
47 | LCRYPTO_USED(EVP_MD_CTX_md_data); | ||
48 | LCRYPTO_USED(EVP_MD_CTX_pkey_ctx); | ||
49 | LCRYPTO_USED(EVP_MD_CTX_set_pkey_ctx); | ||
50 | LCRYPTO_USED(EVP_CIPHER_nid); | ||
51 | LCRYPTO_USED(EVP_CIPHER_block_size); | ||
52 | LCRYPTO_USED(EVP_CIPHER_key_length); | ||
53 | LCRYPTO_USED(EVP_CIPHER_iv_length); | ||
54 | LCRYPTO_USED(EVP_CIPHER_flags); | ||
55 | LCRYPTO_USED(EVP_CIPHER_CTX_cipher); | ||
56 | LCRYPTO_USED(EVP_CIPHER_CTX_encrypting); | ||
57 | LCRYPTO_USED(EVP_CIPHER_CTX_nid); | ||
58 | LCRYPTO_USED(EVP_CIPHER_CTX_block_size); | ||
59 | LCRYPTO_USED(EVP_CIPHER_CTX_key_length); | ||
60 | LCRYPTO_USED(EVP_CIPHER_CTX_iv_length); | ||
61 | LCRYPTO_USED(EVP_CIPHER_CTX_get_iv); | ||
62 | LCRYPTO_USED(EVP_CIPHER_CTX_set_iv); | ||
63 | LCRYPTO_USED(EVP_CIPHER_CTX_copy); | ||
64 | LCRYPTO_USED(EVP_CIPHER_CTX_get_app_data); | ||
65 | LCRYPTO_USED(EVP_CIPHER_CTX_set_app_data); | ||
66 | LCRYPTO_USED(EVP_CIPHER_CTX_get_cipher_data); | ||
67 | LCRYPTO_USED(EVP_CIPHER_CTX_set_cipher_data); | ||
68 | LCRYPTO_USED(EVP_CIPHER_CTX_buf_noconst); | ||
69 | LCRYPTO_USED(EVP_CIPHER_CTX_flags); | ||
70 | LCRYPTO_USED(EVP_CIPHER_meth_new); | ||
71 | LCRYPTO_USED(EVP_CIPHER_meth_dup); | ||
72 | LCRYPTO_USED(EVP_CIPHER_meth_free); | ||
73 | LCRYPTO_USED(EVP_CIPHER_meth_set_iv_length); | ||
74 | LCRYPTO_USED(EVP_CIPHER_meth_set_flags); | ||
75 | LCRYPTO_USED(EVP_CIPHER_meth_set_impl_ctx_size); | ||
76 | LCRYPTO_USED(EVP_CIPHER_meth_set_init); | ||
77 | LCRYPTO_USED(EVP_CIPHER_meth_set_do_cipher); | ||
78 | LCRYPTO_USED(EVP_CIPHER_meth_set_cleanup); | ||
79 | LCRYPTO_USED(EVP_CIPHER_meth_set_set_asn1_params); | ||
80 | LCRYPTO_USED(EVP_CIPHER_meth_set_get_asn1_params); | ||
81 | LCRYPTO_USED(EVP_CIPHER_meth_set_ctrl); | ||
82 | LCRYPTO_USED(EVP_PKEY_new_raw_private_key); | ||
83 | LCRYPTO_USED(EVP_PKEY_new_raw_public_key); | ||
84 | LCRYPTO_USED(EVP_PKEY_get_raw_private_key); | ||
85 | LCRYPTO_USED(EVP_PKEY_get_raw_public_key); | ||
86 | LCRYPTO_USED(EVP_Cipher); | ||
87 | LCRYPTO_USED(EVP_MD_CTX_new); | ||
88 | LCRYPTO_USED(EVP_MD_CTX_free); | ||
89 | LCRYPTO_USED(EVP_MD_CTX_init); | ||
90 | LCRYPTO_USED(EVP_MD_CTX_reset); | ||
91 | LCRYPTO_USED(EVP_MD_CTX_create); | ||
92 | LCRYPTO_USED(EVP_MD_CTX_destroy); | ||
93 | LCRYPTO_USED(EVP_MD_CTX_cleanup); | ||
94 | LCRYPTO_USED(EVP_MD_CTX_copy_ex); | ||
95 | LCRYPTO_USED(EVP_MD_CTX_set_flags); | ||
96 | LCRYPTO_USED(EVP_MD_CTX_clear_flags); | ||
97 | LCRYPTO_USED(EVP_MD_CTX_ctrl); | ||
98 | LCRYPTO_USED(EVP_MD_CTX_test_flags); | ||
99 | LCRYPTO_USED(EVP_DigestInit_ex); | ||
100 | LCRYPTO_USED(EVP_DigestUpdate); | ||
101 | LCRYPTO_USED(EVP_DigestFinal_ex); | ||
102 | LCRYPTO_USED(EVP_Digest); | ||
103 | LCRYPTO_USED(EVP_MD_CTX_copy); | ||
104 | LCRYPTO_USED(EVP_DigestInit); | ||
105 | LCRYPTO_USED(EVP_DigestFinal); | ||
106 | LCRYPTO_USED(EVP_read_pw_string); | ||
107 | LCRYPTO_USED(EVP_read_pw_string_min); | ||
108 | LCRYPTO_USED(EVP_set_pw_prompt); | ||
109 | LCRYPTO_USED(EVP_get_pw_prompt); | ||
110 | LCRYPTO_USED(EVP_BytesToKey); | ||
111 | LCRYPTO_USED(EVP_CIPHER_CTX_set_flags); | ||
112 | LCRYPTO_USED(EVP_CIPHER_CTX_clear_flags); | ||
113 | LCRYPTO_USED(EVP_CIPHER_CTX_test_flags); | ||
114 | LCRYPTO_USED(EVP_EncryptInit); | ||
115 | LCRYPTO_USED(EVP_EncryptInit_ex); | ||
116 | LCRYPTO_USED(EVP_EncryptUpdate); | ||
117 | LCRYPTO_USED(EVP_EncryptFinal_ex); | ||
118 | LCRYPTO_USED(EVP_EncryptFinal); | ||
119 | LCRYPTO_USED(EVP_DecryptInit); | ||
120 | LCRYPTO_USED(EVP_DecryptInit_ex); | ||
121 | LCRYPTO_USED(EVP_DecryptUpdate); | ||
122 | LCRYPTO_USED(EVP_DecryptFinal_ex); | ||
123 | LCRYPTO_USED(EVP_DecryptFinal); | ||
124 | LCRYPTO_USED(EVP_CipherInit); | ||
125 | LCRYPTO_USED(EVP_CipherInit_ex); | ||
126 | LCRYPTO_USED(EVP_CipherUpdate); | ||
127 | LCRYPTO_USED(EVP_CipherFinal_ex); | ||
128 | LCRYPTO_USED(EVP_CipherFinal); | ||
129 | LCRYPTO_USED(EVP_SignFinal); | ||
130 | LCRYPTO_USED(EVP_VerifyFinal); | ||
131 | LCRYPTO_USED(EVP_DigestSignInit); | ||
132 | LCRYPTO_USED(EVP_DigestSignFinal); | ||
133 | LCRYPTO_USED(EVP_DigestSign); | ||
134 | LCRYPTO_USED(EVP_DigestVerifyInit); | ||
135 | LCRYPTO_USED(EVP_DigestVerifyFinal); | ||
136 | LCRYPTO_USED(EVP_DigestVerify); | ||
137 | LCRYPTO_USED(EVP_OpenInit); | ||
138 | LCRYPTO_USED(EVP_OpenFinal); | ||
139 | LCRYPTO_USED(EVP_SealInit); | ||
140 | LCRYPTO_USED(EVP_SealFinal); | ||
141 | LCRYPTO_USED(EVP_ENCODE_CTX_new); | ||
142 | LCRYPTO_USED(EVP_ENCODE_CTX_free); | ||
143 | LCRYPTO_USED(EVP_EncodeInit); | ||
144 | LCRYPTO_USED(EVP_EncodeUpdate); | ||
145 | LCRYPTO_USED(EVP_EncodeFinal); | ||
146 | LCRYPTO_USED(EVP_EncodeBlock); | ||
147 | LCRYPTO_USED(EVP_DecodeInit); | ||
148 | LCRYPTO_USED(EVP_DecodeUpdate); | ||
149 | LCRYPTO_USED(EVP_DecodeFinal); | ||
150 | LCRYPTO_USED(EVP_DecodeBlock); | ||
151 | LCRYPTO_USED(EVP_CIPHER_CTX_init); | ||
152 | LCRYPTO_USED(EVP_CIPHER_CTX_cleanup); | ||
153 | LCRYPTO_USED(EVP_CIPHER_CTX_new); | ||
154 | LCRYPTO_USED(EVP_CIPHER_CTX_free); | ||
155 | LCRYPTO_USED(EVP_CIPHER_CTX_reset); | ||
156 | LCRYPTO_USED(EVP_CIPHER_CTX_set_key_length); | ||
157 | LCRYPTO_USED(EVP_CIPHER_CTX_set_padding); | ||
158 | LCRYPTO_USED(EVP_CIPHER_CTX_ctrl); | ||
159 | LCRYPTO_USED(EVP_CIPHER_CTX_rand_key); | ||
160 | LCRYPTO_USED(BIO_f_md); | ||
161 | LCRYPTO_USED(BIO_f_base64); | ||
162 | LCRYPTO_USED(BIO_f_cipher); | ||
163 | LCRYPTO_USED(BIO_set_cipher); | ||
164 | LCRYPTO_USED(EVP_md_null); | ||
165 | LCRYPTO_USED(EVP_md4); | ||
166 | LCRYPTO_USED(EVP_md5); | ||
167 | LCRYPTO_USED(EVP_md5_sha1); | ||
168 | LCRYPTO_USED(EVP_sha1); | ||
169 | LCRYPTO_USED(EVP_sha224); | ||
170 | LCRYPTO_USED(EVP_sha256); | ||
171 | LCRYPTO_USED(EVP_sha384); | ||
172 | LCRYPTO_USED(EVP_sha512); | ||
173 | LCRYPTO_USED(EVP_sha512_224); | ||
174 | LCRYPTO_USED(EVP_sha512_256); | ||
175 | LCRYPTO_USED(EVP_sha3_224); | ||
176 | LCRYPTO_USED(EVP_sha3_256); | ||
177 | LCRYPTO_USED(EVP_sha3_384); | ||
178 | LCRYPTO_USED(EVP_sha3_512); | ||
179 | LCRYPTO_USED(EVP_sm3); | ||
180 | LCRYPTO_USED(EVP_ripemd160); | ||
181 | LCRYPTO_USED(EVP_whirlpool); | ||
182 | LCRYPTO_USED(EVP_gostr341194); | ||
183 | LCRYPTO_USED(EVP_gost2814789imit); | ||
184 | LCRYPTO_USED(EVP_streebog256); | ||
185 | LCRYPTO_USED(EVP_streebog512); | ||
186 | LCRYPTO_USED(EVP_enc_null); | ||
187 | LCRYPTO_USED(EVP_des_ecb); | ||
188 | LCRYPTO_USED(EVP_des_ede); | ||
189 | LCRYPTO_USED(EVP_des_ede3); | ||
190 | LCRYPTO_USED(EVP_des_ede_ecb); | ||
191 | LCRYPTO_USED(EVP_des_ede3_ecb); | ||
192 | LCRYPTO_USED(EVP_des_cfb64); | ||
193 | LCRYPTO_USED(EVP_des_cfb1); | ||
194 | LCRYPTO_USED(EVP_des_cfb8); | ||
195 | LCRYPTO_USED(EVP_des_ede_cfb64); | ||
196 | LCRYPTO_USED(EVP_des_ede3_cfb64); | ||
197 | LCRYPTO_USED(EVP_des_ede3_cfb1); | ||
198 | LCRYPTO_USED(EVP_des_ede3_cfb8); | ||
199 | LCRYPTO_USED(EVP_des_ofb); | ||
200 | LCRYPTO_USED(EVP_des_ede_ofb); | ||
201 | LCRYPTO_USED(EVP_des_ede3_ofb); | ||
202 | LCRYPTO_USED(EVP_des_cbc); | ||
203 | LCRYPTO_USED(EVP_des_ede_cbc); | ||
204 | LCRYPTO_USED(EVP_des_ede3_cbc); | ||
205 | LCRYPTO_USED(EVP_desx_cbc); | ||
206 | LCRYPTO_USED(EVP_rc4); | ||
207 | LCRYPTO_USED(EVP_rc4_40); | ||
208 | LCRYPTO_USED(EVP_rc4_hmac_md5); | ||
209 | LCRYPTO_USED(EVP_idea_ecb); | ||
210 | LCRYPTO_USED(EVP_idea_cfb64); | ||
211 | LCRYPTO_USED(EVP_idea_ofb); | ||
212 | LCRYPTO_USED(EVP_idea_cbc); | ||
213 | LCRYPTO_USED(EVP_rc2_ecb); | ||
214 | LCRYPTO_USED(EVP_rc2_cbc); | ||
215 | LCRYPTO_USED(EVP_rc2_40_cbc); | ||
216 | LCRYPTO_USED(EVP_rc2_64_cbc); | ||
217 | LCRYPTO_USED(EVP_rc2_cfb64); | ||
218 | LCRYPTO_USED(EVP_rc2_ofb); | ||
219 | LCRYPTO_USED(EVP_bf_ecb); | ||
220 | LCRYPTO_USED(EVP_bf_cbc); | ||
221 | LCRYPTO_USED(EVP_bf_cfb64); | ||
222 | LCRYPTO_USED(EVP_bf_ofb); | ||
223 | LCRYPTO_USED(EVP_cast5_ecb); | ||
224 | LCRYPTO_USED(EVP_cast5_cbc); | ||
225 | LCRYPTO_USED(EVP_cast5_cfb64); | ||
226 | LCRYPTO_USED(EVP_cast5_ofb); | ||
227 | LCRYPTO_USED(EVP_aes_128_ecb); | ||
228 | LCRYPTO_USED(EVP_aes_128_cbc); | ||
229 | LCRYPTO_USED(EVP_aes_128_cfb1); | ||
230 | LCRYPTO_USED(EVP_aes_128_cfb8); | ||
231 | LCRYPTO_USED(EVP_aes_128_cfb128); | ||
232 | LCRYPTO_USED(EVP_aes_128_ofb); | ||
233 | LCRYPTO_USED(EVP_aes_128_ctr); | ||
234 | LCRYPTO_USED(EVP_aes_128_ccm); | ||
235 | LCRYPTO_USED(EVP_aes_128_gcm); | ||
236 | LCRYPTO_USED(EVP_aes_128_wrap); | ||
237 | LCRYPTO_USED(EVP_aes_128_xts); | ||
238 | LCRYPTO_USED(EVP_aes_192_ecb); | ||
239 | LCRYPTO_USED(EVP_aes_192_cbc); | ||
240 | LCRYPTO_USED(EVP_aes_192_cfb1); | ||
241 | LCRYPTO_USED(EVP_aes_192_cfb8); | ||
242 | LCRYPTO_USED(EVP_aes_192_cfb128); | ||
243 | LCRYPTO_USED(EVP_aes_192_ofb); | ||
244 | LCRYPTO_USED(EVP_aes_192_ctr); | ||
245 | LCRYPTO_USED(EVP_aes_192_ccm); | ||
246 | LCRYPTO_USED(EVP_aes_192_gcm); | ||
247 | LCRYPTO_USED(EVP_aes_192_wrap); | ||
248 | LCRYPTO_USED(EVP_aes_256_ecb); | ||
249 | LCRYPTO_USED(EVP_aes_256_cbc); | ||
250 | LCRYPTO_USED(EVP_aes_256_cfb1); | ||
251 | LCRYPTO_USED(EVP_aes_256_cfb8); | ||
252 | LCRYPTO_USED(EVP_aes_256_cfb128); | ||
253 | LCRYPTO_USED(EVP_aes_256_ofb); | ||
254 | LCRYPTO_USED(EVP_aes_256_ctr); | ||
255 | LCRYPTO_USED(EVP_aes_256_ccm); | ||
256 | LCRYPTO_USED(EVP_aes_256_gcm); | ||
257 | LCRYPTO_USED(EVP_aes_256_wrap); | ||
258 | LCRYPTO_USED(EVP_aes_256_xts); | ||
259 | LCRYPTO_USED(EVP_chacha20_poly1305); | ||
260 | LCRYPTO_USED(EVP_aes_128_cbc_hmac_sha1); | ||
261 | LCRYPTO_USED(EVP_aes_256_cbc_hmac_sha1); | ||
262 | LCRYPTO_USED(EVP_camellia_128_ecb); | ||
263 | LCRYPTO_USED(EVP_camellia_128_cbc); | ||
264 | LCRYPTO_USED(EVP_camellia_128_cfb1); | ||
265 | LCRYPTO_USED(EVP_camellia_128_cfb8); | ||
266 | LCRYPTO_USED(EVP_camellia_128_cfb128); | ||
267 | LCRYPTO_USED(EVP_camellia_128_ofb); | ||
268 | LCRYPTO_USED(EVP_camellia_192_ecb); | ||
269 | LCRYPTO_USED(EVP_camellia_192_cbc); | ||
270 | LCRYPTO_USED(EVP_camellia_192_cfb1); | ||
271 | LCRYPTO_USED(EVP_camellia_192_cfb8); | ||
272 | LCRYPTO_USED(EVP_camellia_192_cfb128); | ||
273 | LCRYPTO_USED(EVP_camellia_192_ofb); | ||
274 | LCRYPTO_USED(EVP_camellia_256_ecb); | ||
275 | LCRYPTO_USED(EVP_camellia_256_cbc); | ||
276 | LCRYPTO_USED(EVP_camellia_256_cfb1); | ||
277 | LCRYPTO_USED(EVP_camellia_256_cfb8); | ||
278 | LCRYPTO_USED(EVP_camellia_256_cfb128); | ||
279 | LCRYPTO_USED(EVP_camellia_256_ofb); | ||
280 | LCRYPTO_USED(EVP_chacha20); | ||
281 | LCRYPTO_USED(EVP_gost2814789_ecb); | ||
282 | LCRYPTO_USED(EVP_gost2814789_cfb64); | ||
283 | LCRYPTO_USED(EVP_gost2814789_cnt); | ||
284 | LCRYPTO_USED(EVP_sm4_ecb); | ||
285 | LCRYPTO_USED(EVP_sm4_cbc); | ||
286 | LCRYPTO_USED(EVP_sm4_cfb128); | ||
287 | LCRYPTO_USED(EVP_sm4_ofb); | ||
288 | LCRYPTO_USED(EVP_sm4_ctr); | ||
289 | LCRYPTO_USED(OPENSSL_add_all_algorithms_noconf); | ||
290 | LCRYPTO_USED(OPENSSL_add_all_algorithms_conf); | ||
291 | LCRYPTO_USED(OpenSSL_add_all_ciphers); | ||
292 | LCRYPTO_USED(OpenSSL_add_all_digests); | ||
293 | LCRYPTO_USED(EVP_add_cipher); | ||
294 | LCRYPTO_USED(EVP_add_digest); | ||
295 | LCRYPTO_USED(EVP_get_cipherbyname); | ||
296 | LCRYPTO_USED(EVP_get_digestbyname); | ||
297 | LCRYPTO_USED(EVP_cleanup); | ||
298 | LCRYPTO_USED(EVP_CIPHER_do_all); | ||
299 | LCRYPTO_USED(EVP_CIPHER_do_all_sorted); | ||
300 | LCRYPTO_USED(EVP_MD_do_all); | ||
301 | LCRYPTO_USED(EVP_MD_do_all_sorted); | ||
302 | LCRYPTO_USED(EVP_PKEY_decrypt_old); | ||
303 | LCRYPTO_USED(EVP_PKEY_encrypt_old); | ||
304 | LCRYPTO_USED(EVP_PKEY_type); | ||
305 | LCRYPTO_USED(EVP_PKEY_id); | ||
306 | LCRYPTO_USED(EVP_PKEY_base_id); | ||
307 | LCRYPTO_USED(EVP_PKEY_bits); | ||
308 | LCRYPTO_USED(EVP_PKEY_security_bits); | ||
309 | LCRYPTO_USED(EVP_PKEY_size); | ||
310 | LCRYPTO_USED(EVP_PKEY_set_type); | ||
311 | LCRYPTO_USED(EVP_PKEY_set_type_str); | ||
312 | LCRYPTO_USED(EVP_PKEY_assign); | ||
313 | LCRYPTO_USED(EVP_PKEY_get0); | ||
314 | LCRYPTO_USED(EVP_PKEY_get0_hmac); | ||
315 | LCRYPTO_USED(EVP_PKEY_get0_RSA); | ||
316 | LCRYPTO_USED(EVP_PKEY_get1_RSA); | ||
317 | LCRYPTO_USED(EVP_PKEY_set1_RSA); | ||
318 | LCRYPTO_USED(EVP_PKEY_get0_DSA); | ||
319 | LCRYPTO_USED(EVP_PKEY_get1_DSA); | ||
320 | LCRYPTO_USED(EVP_PKEY_set1_DSA); | ||
321 | LCRYPTO_USED(EVP_PKEY_get0_DH); | ||
322 | LCRYPTO_USED(EVP_PKEY_get1_DH); | ||
323 | LCRYPTO_USED(EVP_PKEY_set1_DH); | ||
324 | LCRYPTO_USED(EVP_PKEY_get0_EC_KEY); | ||
325 | LCRYPTO_USED(EVP_PKEY_get1_EC_KEY); | ||
326 | LCRYPTO_USED(EVP_PKEY_set1_EC_KEY); | ||
327 | LCRYPTO_USED(EVP_PKEY_new); | ||
328 | LCRYPTO_USED(EVP_PKEY_free); | ||
329 | LCRYPTO_USED(EVP_PKEY_up_ref); | ||
330 | LCRYPTO_USED(d2i_PublicKey); | ||
331 | LCRYPTO_USED(i2d_PublicKey); | ||
332 | LCRYPTO_USED(d2i_PrivateKey); | ||
333 | LCRYPTO_USED(d2i_AutoPrivateKey); | ||
334 | LCRYPTO_USED(i2d_PrivateKey); | ||
335 | LCRYPTO_USED(EVP_PKEY_copy_parameters); | ||
336 | LCRYPTO_USED(EVP_PKEY_missing_parameters); | ||
337 | LCRYPTO_USED(EVP_PKEY_save_parameters); | ||
338 | LCRYPTO_USED(EVP_PKEY_cmp_parameters); | ||
339 | LCRYPTO_USED(EVP_PKEY_cmp); | ||
340 | LCRYPTO_USED(EVP_PKEY_print_public); | ||
341 | LCRYPTO_USED(EVP_PKEY_print_private); | ||
342 | LCRYPTO_USED(EVP_PKEY_print_params); | ||
343 | LCRYPTO_USED(EVP_PKEY_get_default_digest_nid); | ||
344 | LCRYPTO_USED(EVP_CIPHER_type); | ||
345 | LCRYPTO_USED(EVP_CIPHER_param_to_asn1); | ||
346 | LCRYPTO_USED(EVP_CIPHER_asn1_to_param); | ||
347 | LCRYPTO_USED(EVP_CIPHER_set_asn1_iv); | ||
348 | LCRYPTO_USED(EVP_CIPHER_get_asn1_iv); | ||
349 | LCRYPTO_USED(PKCS5_PBE_keyivgen); | ||
350 | LCRYPTO_USED(PKCS5_PBKDF2_HMAC_SHA1); | ||
351 | LCRYPTO_USED(PKCS5_PBKDF2_HMAC); | ||
352 | LCRYPTO_USED(PKCS5_v2_PBE_keyivgen); | ||
353 | LCRYPTO_USED(PKCS5_PBE_add); | ||
354 | LCRYPTO_USED(EVP_PBE_CipherInit); | ||
355 | LCRYPTO_USED(EVP_PBE_alg_add_type); | ||
356 | LCRYPTO_USED(EVP_PBE_alg_add); | ||
357 | LCRYPTO_USED(EVP_PBE_find); | ||
358 | LCRYPTO_USED(EVP_PBE_cleanup); | ||
359 | LCRYPTO_USED(EVP_PKEY_asn1_get_count); | ||
360 | LCRYPTO_USED(EVP_PKEY_asn1_get0); | ||
361 | LCRYPTO_USED(EVP_PKEY_asn1_find); | ||
362 | LCRYPTO_USED(EVP_PKEY_asn1_find_str); | ||
363 | LCRYPTO_USED(EVP_PKEY_asn1_add0); | ||
364 | LCRYPTO_USED(EVP_PKEY_asn1_add_alias); | ||
365 | LCRYPTO_USED(EVP_PKEY_asn1_get0_info); | ||
366 | LCRYPTO_USED(EVP_PKEY_get0_asn1); | ||
367 | LCRYPTO_USED(EVP_PKEY_asn1_new); | ||
368 | LCRYPTO_USED(EVP_PKEY_asn1_copy); | ||
369 | LCRYPTO_USED(EVP_PKEY_asn1_free); | ||
370 | LCRYPTO_USED(EVP_PKEY_asn1_set_public); | ||
371 | LCRYPTO_USED(EVP_PKEY_asn1_set_private); | ||
372 | LCRYPTO_USED(EVP_PKEY_asn1_set_param); | ||
373 | LCRYPTO_USED(EVP_PKEY_asn1_set_free); | ||
374 | LCRYPTO_USED(EVP_PKEY_asn1_set_ctrl); | ||
375 | LCRYPTO_USED(EVP_PKEY_asn1_set_security_bits); | ||
376 | LCRYPTO_USED(EVP_PKEY_asn1_set_check); | ||
377 | LCRYPTO_USED(EVP_PKEY_asn1_set_public_check); | ||
378 | LCRYPTO_USED(EVP_PKEY_asn1_set_param_check); | ||
379 | LCRYPTO_USED(EVP_PKEY_meth_find); | ||
380 | LCRYPTO_USED(EVP_PKEY_meth_new); | ||
381 | LCRYPTO_USED(EVP_PKEY_meth_get0_info); | ||
382 | LCRYPTO_USED(EVP_PKEY_meth_copy); | ||
383 | LCRYPTO_USED(EVP_PKEY_meth_free); | ||
384 | LCRYPTO_USED(EVP_PKEY_meth_add0); | ||
385 | LCRYPTO_USED(EVP_PKEY_CTX_new); | ||
386 | LCRYPTO_USED(EVP_PKEY_CTX_new_id); | ||
387 | LCRYPTO_USED(EVP_PKEY_CTX_dup); | ||
388 | LCRYPTO_USED(EVP_PKEY_CTX_free); | ||
389 | LCRYPTO_USED(EVP_PKEY_CTX_ctrl); | ||
390 | LCRYPTO_USED(EVP_PKEY_CTX_ctrl_str); | ||
391 | LCRYPTO_USED(EVP_PKEY_CTX_get_operation); | ||
392 | LCRYPTO_USED(EVP_PKEY_CTX_set0_keygen_info); | ||
393 | LCRYPTO_USED(EVP_PKEY_new_mac_key); | ||
394 | LCRYPTO_USED(EVP_PKEY_new_CMAC_key); | ||
395 | LCRYPTO_USED(EVP_PKEY_CTX_set_data); | ||
396 | LCRYPTO_USED(EVP_PKEY_CTX_get_data); | ||
397 | LCRYPTO_USED(EVP_PKEY_CTX_get0_pkey); | ||
398 | LCRYPTO_USED(EVP_PKEY_CTX_get0_peerkey); | ||
399 | LCRYPTO_USED(EVP_PKEY_CTX_set_app_data); | ||
400 | LCRYPTO_USED(EVP_PKEY_CTX_get_app_data); | ||
401 | LCRYPTO_USED(EVP_PKEY_sign_init); | ||
402 | LCRYPTO_USED(EVP_PKEY_sign); | ||
403 | LCRYPTO_USED(EVP_PKEY_verify_init); | ||
404 | LCRYPTO_USED(EVP_PKEY_verify); | ||
405 | LCRYPTO_USED(EVP_PKEY_verify_recover_init); | ||
406 | LCRYPTO_USED(EVP_PKEY_verify_recover); | ||
407 | LCRYPTO_USED(EVP_PKEY_encrypt_init); | ||
408 | LCRYPTO_USED(EVP_PKEY_encrypt); | ||
409 | LCRYPTO_USED(EVP_PKEY_decrypt_init); | ||
410 | LCRYPTO_USED(EVP_PKEY_decrypt); | ||
411 | LCRYPTO_USED(EVP_PKEY_derive_init); | ||
412 | LCRYPTO_USED(EVP_PKEY_derive_set_peer); | ||
413 | LCRYPTO_USED(EVP_PKEY_derive); | ||
414 | LCRYPTO_USED(EVP_PKEY_paramgen_init); | ||
415 | LCRYPTO_USED(EVP_PKEY_paramgen); | ||
416 | LCRYPTO_USED(EVP_PKEY_keygen_init); | ||
417 | LCRYPTO_USED(EVP_PKEY_keygen); | ||
418 | LCRYPTO_USED(EVP_PKEY_check); | ||
419 | LCRYPTO_USED(EVP_PKEY_public_check); | ||
420 | LCRYPTO_USED(EVP_PKEY_param_check); | ||
421 | LCRYPTO_USED(EVP_PKEY_CTX_set_cb); | ||
422 | LCRYPTO_USED(EVP_PKEY_CTX_get_cb); | ||
423 | LCRYPTO_USED(EVP_PKEY_CTX_get_keygen_info); | ||
424 | LCRYPTO_USED(EVP_PKEY_meth_set_init); | ||
425 | LCRYPTO_USED(EVP_PKEY_meth_set_copy); | ||
426 | LCRYPTO_USED(EVP_PKEY_meth_set_cleanup); | ||
427 | LCRYPTO_USED(EVP_PKEY_meth_set_paramgen); | ||
428 | LCRYPTO_USED(EVP_PKEY_meth_set_keygen); | ||
429 | LCRYPTO_USED(EVP_PKEY_meth_set_sign); | ||
430 | LCRYPTO_USED(EVP_PKEY_meth_set_verify); | ||
431 | LCRYPTO_USED(EVP_PKEY_meth_set_verify_recover); | ||
432 | LCRYPTO_USED(EVP_PKEY_meth_set_signctx); | ||
433 | LCRYPTO_USED(EVP_PKEY_meth_set_verifyctx); | ||
434 | LCRYPTO_USED(EVP_PKEY_meth_set_encrypt); | ||
435 | LCRYPTO_USED(EVP_PKEY_meth_set_decrypt); | ||
436 | LCRYPTO_USED(EVP_PKEY_meth_set_derive); | ||
437 | LCRYPTO_USED(EVP_PKEY_meth_set_ctrl); | ||
438 | LCRYPTO_USED(EVP_PKEY_meth_set_check); | ||
439 | LCRYPTO_USED(EVP_PKEY_meth_set_public_check); | ||
440 | LCRYPTO_USED(EVP_PKEY_meth_set_param_check); | ||
441 | LCRYPTO_USED(EVP_aead_aes_128_gcm); | ||
442 | LCRYPTO_USED(EVP_aead_aes_256_gcm); | ||
443 | LCRYPTO_USED(EVP_aead_chacha20_poly1305); | ||
444 | LCRYPTO_USED(EVP_aead_xchacha20_poly1305); | ||
445 | LCRYPTO_USED(EVP_AEAD_key_length); | ||
446 | LCRYPTO_USED(EVP_AEAD_nonce_length); | ||
447 | LCRYPTO_USED(EVP_AEAD_max_overhead); | ||
448 | LCRYPTO_USED(EVP_AEAD_max_tag_len); | ||
449 | LCRYPTO_USED(EVP_AEAD_CTX_new); | ||
450 | LCRYPTO_USED(EVP_AEAD_CTX_free); | ||
451 | LCRYPTO_USED(EVP_AEAD_CTX_init); | ||
452 | LCRYPTO_USED(EVP_AEAD_CTX_cleanup); | ||
453 | LCRYPTO_USED(EVP_AEAD_CTX_seal); | ||
454 | LCRYPTO_USED(EVP_AEAD_CTX_open); | ||
455 | LCRYPTO_USED(ERR_load_EVP_strings); | ||
456 | |||
457 | #endif /* _LIBCRYPTO_EVP_H */ | ||
diff --git a/src/lib/libcrypto/hidden/openssl/hkdf.h b/src/lib/libcrypto/hidden/openssl/hkdf.h index abb1241112..0c01cf3e6b 100644 --- a/src/lib/libcrypto/hidden/openssl/hkdf.h +++ b/src/lib/libcrypto/hidden/openssl/hkdf.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: hkdf.h,v 1.1 2023/07/07 13:53:52 beck Exp $ */ | 1 | /* $OpenBSD: hkdf.h,v 1.2 2023/07/07 19:37:54 beck Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> |
4 | * | 4 | * |
diff --git a/src/lib/libcrypto/hidden/openssl/lhash.h b/src/lib/libcrypto/hidden/openssl/lhash.h index 6341745322..151f154a47 100644 --- a/src/lib/libcrypto/hidden/openssl/lhash.h +++ b/src/lib/libcrypto/hidden/openssl/lhash.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: lhash.h,v 1.1 2023/07/07 13:40:44 beck Exp $ */ | 1 | /* $OpenBSD: lhash.h,v 1.2 2023/07/07 19:37:54 beck Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> |
4 | * | 4 | * |
diff --git a/src/lib/libcrypto/hidden/openssl/pem.h b/src/lib/libcrypto/hidden/openssl/pem.h index 84be94aef6..5838f07f4d 100644 --- a/src/lib/libcrypto/hidden/openssl/pem.h +++ b/src/lib/libcrypto/hidden/openssl/pem.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: pem.h,v 1.1 2023/07/07 13:40:44 beck Exp $ */ | 1 | /* $OpenBSD: pem.h,v 1.2 2023/07/07 19:37:54 beck Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> |
4 | * | 4 | * |
diff --git a/src/lib/libcrypto/hidden/openssl/poly1305.h b/src/lib/libcrypto/hidden/openssl/poly1305.h index 0959c560ee..7a459cb5a3 100644 --- a/src/lib/libcrypto/hidden/openssl/poly1305.h +++ b/src/lib/libcrypto/hidden/openssl/poly1305.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: poly1305.h,v 1.1 2023/07/07 12:01:32 beck Exp $ */ | 1 | /* $OpenBSD: poly1305.h,v 1.2 2023/07/07 19:37:54 beck Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> |
4 | * | 4 | * |
diff --git a/src/lib/libcrypto/hidden/openssl/rand.h b/src/lib/libcrypto/hidden/openssl/rand.h index 0bec707a8a..d94a1bfd5c 100644 --- a/src/lib/libcrypto/hidden/openssl/rand.h +++ b/src/lib/libcrypto/hidden/openssl/rand.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: rand.h,v 1.1 2023/07/07 12:01:32 beck Exp $ */ | 1 | /* $OpenBSD: rand.h,v 1.2 2023/07/07 19:37:54 beck Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> |
4 | * | 4 | * |
@@ -29,16 +29,6 @@ LCRYPTO_USED(RAND_set_rand_method); | |||
29 | LCRYPTO_USED(RAND_get_rand_method); | 29 | LCRYPTO_USED(RAND_get_rand_method); |
30 | LCRYPTO_USED(RAND_set_rand_engine); | 30 | LCRYPTO_USED(RAND_set_rand_engine); |
31 | LCRYPTO_USED(RAND_SSLeay); | 31 | LCRYPTO_USED(RAND_SSLeay); |
32 | LCRYPTO_USED(RAND_cleanup); | ||
33 | LCRYPTO_USED(RAND_bytes); | ||
34 | LCRYPTO_USED(RAND_pseudo_bytes); | ||
35 | LCRYPTO_USED(RAND_seed); | ||
36 | LCRYPTO_USED(RAND_add); | ||
37 | LCRYPTO_USED(RAND_load_file); | ||
38 | LCRYPTO_USED(RAND_write_file); | ||
39 | LCRYPTO_USED(RAND_file_name); | ||
40 | LCRYPTO_USED(RAND_status); | ||
41 | LCRYPTO_USED(RAND_poll); | ||
42 | LCRYPTO_USED(ERR_load_RAND_strings); | 32 | LCRYPTO_USED(ERR_load_RAND_strings); |
43 | 33 | ||
44 | #endif /* _LIBCRYPTO_RAND_H */ | 34 | #endif /* _LIBCRYPTO_RAND_H */ |
diff --git a/src/lib/libcrypto/hidden/openssl/sm3.h b/src/lib/libcrypto/hidden/openssl/sm3.h deleted file mode 100644 index 3d0a4cd269..0000000000 --- a/src/lib/libcrypto/hidden/openssl/sm3.h +++ /dev/null | |||
@@ -1,32 +0,0 @@ | |||
1 | /* $OpenBSD: sm3.h,v 1.1 2023/07/07 12:01:32 beck Exp $ */ | ||
2 | /* | ||
3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> | ||
4 | * | ||
5 | * Permission to use, copy, modify, and distribute this software for any | ||
6 | * purpose with or without fee is hereby granted, provided that the above | ||
7 | * copyright notice and this permission notice appear in all copies. | ||
8 | * | ||
9 | * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | ||
10 | * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | ||
11 | * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | ||
12 | * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | ||
13 | * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | ||
14 | * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | ||
15 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
16 | */ | ||
17 | |||
18 | #ifndef _LIBCRYPTO_SM3_H | ||
19 | #define _LIBCRYPTO_SM3_H | ||
20 | |||
21 | #ifndef _MSC_VER | ||
22 | #include_next <openssl/sm3.h> | ||
23 | #else | ||
24 | #include "../include/openssl/sm3.h" | ||
25 | #endif | ||
26 | #include "crypto_namespace.h" | ||
27 | |||
28 | LCRYPTO_USED(SM3_Init); | ||
29 | LCRYPTO_USED(SM3_Update); | ||
30 | LCRYPTO_USED(SM3_Final); | ||
31 | |||
32 | #endif /* _LIBCRYPTO_SM3_H */ | ||
diff --git a/src/lib/libcrypto/hidden/openssl/sm4.h b/src/lib/libcrypto/hidden/openssl/sm4.h index cccb3cecbc..1b80e5cbc6 100644 --- a/src/lib/libcrypto/hidden/openssl/sm4.h +++ b/src/lib/libcrypto/hidden/openssl/sm4.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: sm4.h,v 1.1 2023/07/07 12:01:32 beck Exp $ */ | 1 | /* $OpenBSD: sm4.h,v 1.2 2023/07/07 19:37:54 beck Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> |
4 | * | 4 | * |
diff --git a/src/lib/libcrypto/hidden/openssl/ts.h b/src/lib/libcrypto/hidden/openssl/ts.h index de336ef93b..638f72f2f1 100644 --- a/src/lib/libcrypto/hidden/openssl/ts.h +++ b/src/lib/libcrypto/hidden/openssl/ts.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ts.h,v 1.1 2023/07/07 07:25:21 beck Exp $ */ | 1 | /* $OpenBSD: ts.h,v 1.2 2023/07/07 19:37:54 beck Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> |
4 | * | 4 | * |