crypto/openssl/crypto/bio/bss_core.c
147
int ossl_bio_init_core(OSSL_LIB_CTX *libctx, const OSSL_DISPATCH *fns)
crypto/openssl/crypto/context.c
457
const OSSL_DISPATCH *in)
crypto/openssl/crypto/context.c
473
const OSSL_DISPATCH *in)
crypto/openssl/crypto/encode_decode/decoder_meth.c
213
const OSSL_DISPATCH *fns = algodef->implementation;
crypto/openssl/crypto/encode_decode/encoder_meth.c
213
const OSSL_DISPATCH *fns = algodef->implementation;
crypto/openssl/crypto/evp/asymcipher.c
372
const OSSL_DISPATCH *fns = algodef->implementation;
crypto/openssl/crypto/evp/digest.c
1019
const OSSL_DISPATCH *fns = algodef->implementation;
crypto/openssl/crypto/evp/evp_enc.c
1891
const OSSL_DISPATCH *fns = algodef->implementation;
crypto/openssl/crypto/evp/evp_rand.c
121
const OSSL_DISPATCH *fns = algodef->implementation;
crypto/openssl/crypto/evp/evp_rand.c
31
const OSSL_DISPATCH *dispatch;
crypto/openssl/crypto/evp/evp_rand.c
343
const OSSL_DISPATCH *parent_dispatch = NULL;
crypto/openssl/crypto/evp/exchange.c
53
const OSSL_DISPATCH *fns = algodef->implementation;
crypto/openssl/crypto/evp/kdf_meth.c
62
const OSSL_DISPATCH *fns = algodef->implementation;
crypto/openssl/crypto/evp/kem.c
306
const OSSL_DISPATCH *fns = algodef->implementation;
crypto/openssl/crypto/evp/keymgmt_meth.c
67
const OSSL_DISPATCH *fns = algodef->implementation;
crypto/openssl/crypto/evp/mac_meth.c
61
const OSSL_DISPATCH *fns = algodef->implementation;
crypto/openssl/crypto/evp/signature.c
56
const OSSL_DISPATCH *fns = algodef->implementation;
crypto/openssl/crypto/evp/skeymgmt_meth.c
65
const OSSL_DISPATCH *fns = algodef->implementation;
crypto/openssl/crypto/provider.c
108
const OSSL_DISPATCH *OSSL_PROVIDER_get0_dispatch(const OSSL_PROVIDER *prov)
crypto/openssl/crypto/provider_child.c
194
const OSSL_DISPATCH *in)
crypto/openssl/crypto/provider_child.c
53
const OSSL_DISPATCH *in,
crypto/openssl/crypto/provider_child.c
54
const OSSL_DISPATCH **out,
crypto/openssl/crypto/provider_core.c
1710
const OSSL_DISPATCH *ossl_provider_get0_dispatch(const OSSL_PROVIDER *prov)
crypto/openssl/crypto/provider_core.c
198
const OSSL_DISPATCH *dispatch;
crypto/openssl/crypto/provider_core.c
2551
static const OSSL_DISPATCH *
crypto/openssl/crypto/provider_core.c
2609
static const OSSL_DISPATCH core_dispatch_[] = {
crypto/openssl/crypto/provider_core.c
2679
static const OSSL_DISPATCH *core_dispatch = core_dispatch_;
crypto/openssl/crypto/provider_core.c
905
static const OSSL_DISPATCH *core_dispatch; /* Define further down */
crypto/openssl/crypto/provider_core.c
949
const OSSL_DISPATCH *provider_dispatch = NULL;
crypto/openssl/crypto/store/store_meth.c
182
const OSSL_DISPATCH *fns = algodef->implementation;
crypto/openssl/fuzz/fuzz_rand.c
107
static const OSSL_DISPATCH fuzz_rand_functions[] = {
crypto/openssl/fuzz/fuzz_rand.c
138
static const OSSL_DISPATCH fuzz_rand_method[] = {
crypto/openssl/fuzz/fuzz_rand.c
145
const OSSL_DISPATCH *in,
crypto/openssl/fuzz/fuzz_rand.c
146
const OSSL_DISPATCH **out, void **provctx)
crypto/openssl/fuzz/fuzz_rand.c
26
void *provctx, void *parent, const OSSL_DISPATCH *parent_dispatch)
crypto/openssl/include/internal/bio.h
98
int ossl_bio_init_core(OSSL_LIB_CTX *libctx, const OSSL_DISPATCH *fns);
crypto/openssl/include/internal/provider.h
114
const OSSL_DISPATCH *in);
crypto/openssl/include/internal/provider.h
78
const OSSL_DISPATCH *ossl_provider_get0_dispatch(const OSSL_PROVIDER *prov);
crypto/openssl/include/internal/recordmethod.h
139
const OSSL_DISPATCH *fns,
crypto/openssl/include/openssl/core.h
193
const OSSL_DISPATCH *in,
crypto/openssl/include/openssl/core.h
194
const OSSL_DISPATCH **out,
crypto/openssl/include/openssl/core.h
75
const OSSL_DISPATCH *implementation;
crypto/openssl/include/openssl/core_dispatch.h
222
OSSL_CORE_MAKE_FUNC(const OSSL_DISPATCH *, provider_get0_dispatch,
crypto/openssl/include/openssl/core_dispatch.h
508
const OSSL_DISPATCH *parent_calls))
crypto/openssl/include/openssl/core_dispatch.h
59
OSSL_FUNC_##name(const OSSL_DISPATCH *opf) \
crypto/openssl/include/openssl/crypto.h
571
const OSSL_DISPATCH *in);
crypto/openssl/include/openssl/crypto.h
573
const OSSL_DISPATCH *in);
crypto/openssl/include/openssl/provider.h
81
const OSSL_DISPATCH *OSSL_PROVIDER_get0_dispatch(const OSSL_PROVIDER *prov);
crypto/openssl/include/openssl/ssl.h
2930
int SSL_set_quic_tls_cbs(SSL *s, const OSSL_DISPATCH *qtdis, void *arg);
crypto/openssl/providers/baseprov.c
126
static const OSSL_DISPATCH base_dispatch_table[] = {
crypto/openssl/providers/baseprov.c
138
const OSSL_DISPATCH *in, const OSSL_DISPATCH **out,
crypto/openssl/providers/common/bio_prov.c
26
int ossl_prov_bio_from_dispatch(const OSSL_DISPATCH *fns)
crypto/openssl/providers/common/include/prov/bio.h
15
int ossl_prov_bio_from_dispatch(const OSSL_DISPATCH *fns);
crypto/openssl/providers/common/provider_seeding.c
41
int ossl_prov_seeding_from_dispatch(const OSSL_DISPATCH *fns)
crypto/openssl/providers/defltprov.c
718
static const OSSL_DISPATCH deflt_dispatch_table[] = {
crypto/openssl/providers/defltprov.c
731
const OSSL_DISPATCH *in,
crypto/openssl/providers/defltprov.c
732
const OSSL_DISPATCH **out,
crypto/openssl/providers/fips/fips_entry.c
14
const OSSL_DISPATCH *in,
crypto/openssl/providers/fips/fips_entry.c
15
const OSSL_DISPATCH **out,
crypto/openssl/providers/fips/fipsprov.c
711
static const OSSL_DISPATCH fips_dispatch_table[] = {
crypto/openssl/providers/fips/fipsprov.c
724
static const OSSL_DISPATCH intern_dispatch_table[] = {
crypto/openssl/providers/fips/fipsprov.c
747
const OSSL_DISPATCH *in,
crypto/openssl/providers/fips/fipsprov.c
748
const OSSL_DISPATCH **out,
crypto/openssl/providers/fips/fipsprov.c
969
const OSSL_DISPATCH *in,
crypto/openssl/providers/fips/fipsprov.c
970
const OSSL_DISPATCH **out,
crypto/openssl/providers/implementations/asymciphers/rsa_enc.c
625
const OSSL_DISPATCH ossl_rsa_asym_cipher_functions[] = {
crypto/openssl/providers/implementations/asymciphers/sm2_enc.c
216
const OSSL_DISPATCH ossl_sm2_asym_cipher_functions[] = {
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c
28
const OSSL_DISPATCH ossl_##nm##kbits##sub##_functions[] = { \
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c
407
const OSSL_DISPATCH ossl_##nm##kbits##sub##_functions[] = { \
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
296
const OSSL_DISPATCH ossl_##alg##kbits##lc##_functions[] = { \
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
552
const OSSL_DISPATCH ossl_##aes##kbits##mode##_functions[] = { \
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv.c
273
const OSSL_DISPATCH ossl_##alg##kbits##lc##_functions[] = { \
crypto/openssl/providers/implementations/ciphers/cipher_aes_wrp.c
298
const OSSL_DISPATCH ossl_##aes##kbits##fname##_functions[] = { \
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts.c
293
const OSSL_DISPATCH ossl_aes##kbits##xts_functions[] = { \
crypto/openssl/providers/implementations/ciphers/cipher_chacha20.c
207
const OSSL_DISPATCH ossl_chacha20_functions[] = {
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305.c
337
const OSSL_DISPATCH ossl_chacha20_ossl_poly1305_functions[] = {
crypto/openssl/providers/implementations/ciphers/cipher_cts.h
21
const OSSL_DISPATCH ossl_##alg##kbits##lcmode##_cts_functions[] = { \
crypto/openssl/providers/implementations/ciphers/cipher_des.c
165
const OSSL_DISPATCH ossl_##des_##lcmode##_functions[] = { \
crypto/openssl/providers/implementations/ciphers/cipher_null.c
176
const OSSL_DISPATCH ossl_null_functions[] = {
crypto/openssl/providers/implementations/ciphers/cipher_rc2.c
258
const OSSL_DISPATCH ossl_##alg##kbits##lcmode##_functions[] = { \
crypto/openssl/providers/implementations/ciphers/cipher_rc4.c
91
const OSSL_DISPATCH ossl_##alg##kbits##_functions[] = { \
crypto/openssl/providers/implementations/ciphers/cipher_rc4_hmac_md5.c
224
const OSSL_DISPATCH ossl_rc4_hmac_ossl_md5_functions[] = {
crypto/openssl/providers/implementations/ciphers/cipher_rc5.c
153
const OSSL_DISPATCH ossl_##alg##kbits##lcmode##_functions[] = { \
crypto/openssl/providers/implementations/ciphers/cipher_sm4_xts.c
257
const OSSL_DISPATCH ossl_sm4##kbits##xts_functions[] = { \
crypto/openssl/providers/implementations/ciphers/cipher_tdes.h
48
const OSSL_DISPATCH ossl_tdes_##type##_##lcmode##_functions[] = { \
crypto/openssl/providers/implementations/ciphers/cipher_tdes_wrap.c
183
const OSSL_DISPATCH ossl_tdes_wrap_cbc_functions[] = { \
crypto/openssl/providers/implementations/digests/blake2_prov.c
175
const OSSL_DISPATCH ossl_blake##variantsize##_functions[] = { \
crypto/openssl/providers/implementations/digests/sha3_prov.c
524
const OSSL_DISPATCH ossl_##name##_functions[] = { \
crypto/openssl/providers/implementations/encode_decode/decode_der2key.c
1198
const OSSL_DISPATCH \
crypto/openssl/providers/implementations/encode_decode/decode_der2key.c
78
const OSSL_DISPATCH *fns; /* Keymgmt (to pilfer functions from) */
crypto/openssl/providers/implementations/encode_decode/decode_epki2pki.c
193
const OSSL_DISPATCH ossl_EncryptedPrivateKeyInfo_der_to_der_decoder_functions[] = {
crypto/openssl/providers/implementations/encode_decode/decode_msblob2key.c
265
const OSSL_DISPATCH \
crypto/openssl/providers/implementations/encode_decode/decode_msblob2key.c
41
const OSSL_DISPATCH *fns; /* Keymgmt (to pilfer functions from) */
crypto/openssl/providers/implementations/encode_decode/decode_pem2der.c
270
const OSSL_DISPATCH ossl_pem_to_der_decoder_functions[] = {
crypto/openssl/providers/implementations/encode_decode/decode_pvk2key.c
262
const OSSL_DISPATCH \
crypto/openssl/providers/implementations/encode_decode/decode_pvk2key.c
43
const OSSL_DISPATCH *fns; /* Keymgmt (to pilfer functions from) */
crypto/openssl/providers/implementations/encode_decode/decode_spki2typespki.c
156
const OSSL_DISPATCH ossl_SubjectPublicKeyInfo_der_to_der_decoder_functions[] = {
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
1443
const OSSL_DISPATCH \
crypto/openssl/providers/implementations/encode_decode/encode_key2blob.c
158
const OSSL_DISPATCH ossl_##impl##_to_blob_encoder_functions[] = { \
crypto/openssl/providers/implementations/encode_decode/encode_key2ms.c
211
const OSSL_DISPATCH ossl_##impl##_to_##output##_encoder_functions[] = { \
crypto/openssl/providers/implementations/encode_decode/encode_key2text.c
684
const OSSL_DISPATCH ossl_##impl##_to_text_encoder_functions[] = { \
crypto/openssl/providers/implementations/encode_decode/endecoder_common.c
17
ossl_prov_get_keymgmt_new(const OSSL_DISPATCH *fns)
crypto/openssl/providers/implementations/encode_decode/endecoder_common.c
28
ossl_prov_get_keymgmt_free(const OSSL_DISPATCH *fns)
crypto/openssl/providers/implementations/encode_decode/endecoder_common.c
39
ossl_prov_get_keymgmt_import(const OSSL_DISPATCH *fns)
crypto/openssl/providers/implementations/encode_decode/endecoder_common.c
50
ossl_prov_get_keymgmt_export(const OSSL_DISPATCH *fns)
crypto/openssl/providers/implementations/encode_decode/endecoder_common.c
60
void *ossl_prov_import_key(const OSSL_DISPATCH *fns, void *provctx,
crypto/openssl/providers/implementations/encode_decode/endecoder_common.c
78
void ossl_prov_free_key(const OSSL_DISPATCH *fns, void *key)
crypto/openssl/providers/implementations/encode_decode/endecoder_local.h
15
OSSL_FUNC_keymgmt_new_fn *ossl_prov_get_keymgmt_new(const OSSL_DISPATCH *fns);
crypto/openssl/providers/implementations/encode_decode/endecoder_local.h
16
OSSL_FUNC_keymgmt_free_fn *ossl_prov_get_keymgmt_free(const OSSL_DISPATCH *fns);
crypto/openssl/providers/implementations/encode_decode/endecoder_local.h
17
OSSL_FUNC_keymgmt_import_fn *ossl_prov_get_keymgmt_import(const OSSL_DISPATCH *fns);
crypto/openssl/providers/implementations/encode_decode/endecoder_local.h
18
OSSL_FUNC_keymgmt_export_fn *ossl_prov_get_keymgmt_export(const OSSL_DISPATCH *fns);
crypto/openssl/providers/implementations/encode_decode/endecoder_local.h
24
void *ossl_prov_import_key(const OSSL_DISPATCH *fns, void *provctx,
crypto/openssl/providers/implementations/encode_decode/endecoder_local.h
26
void ossl_prov_free_key(const OSSL_DISPATCH *fns, void *key);
crypto/openssl/providers/implementations/exchange/dh_exch.c
548
const OSSL_DISPATCH ossl_dh_keyexch_functions[] = {
crypto/openssl/providers/implementations/exchange/ecdh_exch.c
620
const OSSL_DISPATCH ossl_ecdh_keyexch_functions[] = {
crypto/openssl/providers/implementations/exchange/ecx_exch.c
203
const OSSL_DISPATCH ossl_x25519_keyexch_functions[] = {
crypto/openssl/providers/implementations/exchange/ecx_exch.c
216
const OSSL_DISPATCH ossl_x448_keyexch_functions[] = {
crypto/openssl/providers/implementations/exchange/kdf_exch.c
240
const OSSL_DISPATCH ossl_kdf_##funcname##_keyexch_functions[] = { \
crypto/openssl/providers/implementations/include/prov/ciphercommon.h
138
const OSSL_DISPATCH ossl_##alg##kbits##lcmode##_functions[] = { \
crypto/openssl/providers/implementations/include/prov/ciphercommon.h
167
const OSSL_DISPATCH ossl_##alg##kbits##lcmode##_functions[] = { \
crypto/openssl/providers/implementations/include/prov/ciphercommon_aead.h
34
const OSSL_DISPATCH ossl_##alg##kbits##lc##_functions[] = { \
crypto/openssl/providers/implementations/include/prov/digestcommon.h
83
const OSSL_DISPATCH ossl_##name##_functions[] = { \
crypto/openssl/providers/implementations/include/prov/implementations.h
100
extern const OSSL_DISPATCH ossl_aes128cbc_hmac_sha256_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
103
extern const OSSL_DISPATCH ossl_aria256gcm_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
104
extern const OSSL_DISPATCH ossl_aria192gcm_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
105
extern const OSSL_DISPATCH ossl_aria128gcm_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
106
extern const OSSL_DISPATCH ossl_aria256ccm_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
107
extern const OSSL_DISPATCH ossl_aria192ccm_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
108
extern const OSSL_DISPATCH ossl_aria128ccm_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
109
extern const OSSL_DISPATCH ossl_aria256ecb_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
110
extern const OSSL_DISPATCH ossl_aria192ecb_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
111
extern const OSSL_DISPATCH ossl_aria128ecb_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
112
extern const OSSL_DISPATCH ossl_aria256cbc_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
113
extern const OSSL_DISPATCH ossl_aria192cbc_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
114
extern const OSSL_DISPATCH ossl_aria128cbc_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
115
extern const OSSL_DISPATCH ossl_aria256ofb_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
116
extern const OSSL_DISPATCH ossl_aria192ofb_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
117
extern const OSSL_DISPATCH ossl_aria128ofb_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
118
extern const OSSL_DISPATCH ossl_aria256cfb_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
119
extern const OSSL_DISPATCH ossl_aria192cfb_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
120
extern const OSSL_DISPATCH ossl_aria128cfb_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
121
extern const OSSL_DISPATCH ossl_aria256cfb1_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
122
extern const OSSL_DISPATCH ossl_aria192cfb1_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
123
extern const OSSL_DISPATCH ossl_aria128cfb1_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
124
extern const OSSL_DISPATCH ossl_aria256cfb8_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
125
extern const OSSL_DISPATCH ossl_aria192cfb8_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
126
extern const OSSL_DISPATCH ossl_aria128cfb8_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
127
extern const OSSL_DISPATCH ossl_aria256ctr_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
128
extern const OSSL_DISPATCH ossl_aria192ctr_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
129
extern const OSSL_DISPATCH ossl_aria128ctr_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
132
extern const OSSL_DISPATCH ossl_camellia256ecb_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
133
extern const OSSL_DISPATCH ossl_camellia192ecb_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
134
extern const OSSL_DISPATCH ossl_camellia128ecb_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
135
extern const OSSL_DISPATCH ossl_camellia256cbc_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
136
extern const OSSL_DISPATCH ossl_camellia192cbc_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
137
extern const OSSL_DISPATCH ossl_camellia128cbc_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
138
extern const OSSL_DISPATCH ossl_camellia256cbc_cts_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
139
extern const OSSL_DISPATCH ossl_camellia192cbc_cts_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
14
extern const OSSL_DISPATCH ossl_sha1_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
140
extern const OSSL_DISPATCH ossl_camellia128cbc_cts_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
141
extern const OSSL_DISPATCH ossl_camellia256ofb_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
142
extern const OSSL_DISPATCH ossl_camellia192ofb_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
143
extern const OSSL_DISPATCH ossl_camellia128ofb_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
144
extern const OSSL_DISPATCH ossl_camellia256cfb_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
145
extern const OSSL_DISPATCH ossl_camellia192cfb_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
146
extern const OSSL_DISPATCH ossl_camellia128cfb_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
147
extern const OSSL_DISPATCH ossl_camellia256cfb1_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
148
extern const OSSL_DISPATCH ossl_camellia192cfb1_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
149
extern const OSSL_DISPATCH ossl_camellia128cfb1_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
15
extern const OSSL_DISPATCH ossl_sha224_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
150
extern const OSSL_DISPATCH ossl_camellia256cfb8_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
151
extern const OSSL_DISPATCH ossl_camellia192cfb8_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
152
extern const OSSL_DISPATCH ossl_camellia128cfb8_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
153
extern const OSSL_DISPATCH ossl_camellia256ctr_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
154
extern const OSSL_DISPATCH ossl_camellia192ctr_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
155
extern const OSSL_DISPATCH ossl_camellia128ctr_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
158
extern const OSSL_DISPATCH ossl_blowfish128ecb_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
159
extern const OSSL_DISPATCH ossl_blowfish128cbc_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
16
extern const OSSL_DISPATCH ossl_sha256_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
160
extern const OSSL_DISPATCH ossl_blowfish128ofb64_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
161
extern const OSSL_DISPATCH ossl_blowfish128cfb64_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
164
extern const OSSL_DISPATCH ossl_idea128ecb_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
165
extern const OSSL_DISPATCH ossl_idea128cbc_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
166
extern const OSSL_DISPATCH ossl_idea128ofb64_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
167
extern const OSSL_DISPATCH ossl_idea128cfb64_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
17
extern const OSSL_DISPATCH ossl_sha256_192_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
170
extern const OSSL_DISPATCH ossl_cast5128ecb_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
171
extern const OSSL_DISPATCH ossl_cast5128cbc_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
172
extern const OSSL_DISPATCH ossl_cast5128ofb64_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
173
extern const OSSL_DISPATCH ossl_cast5128cfb64_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
176
extern const OSSL_DISPATCH ossl_seed128ecb_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
177
extern const OSSL_DISPATCH ossl_seed128cbc_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
178
extern const OSSL_DISPATCH ossl_seed128ofb128_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
179
extern const OSSL_DISPATCH ossl_seed128cfb128_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
18
extern const OSSL_DISPATCH ossl_sha384_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
182
extern const OSSL_DISPATCH ossl_sm4128gcm_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
183
extern const OSSL_DISPATCH ossl_sm4128ccm_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
184
extern const OSSL_DISPATCH ossl_sm4128ecb_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
185
extern const OSSL_DISPATCH ossl_sm4128cbc_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
186
extern const OSSL_DISPATCH ossl_sm4128ctr_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
187
extern const OSSL_DISPATCH ossl_sm4128ofb128_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
188
extern const OSSL_DISPATCH ossl_sm4128cfb128_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
189
extern const OSSL_DISPATCH ossl_sm4128xts_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
19
extern const OSSL_DISPATCH ossl_sha512_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
192
extern const OSSL_DISPATCH ossl_rc5128ecb_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
193
extern const OSSL_DISPATCH ossl_rc5128cbc_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
194
extern const OSSL_DISPATCH ossl_rc5128ofb64_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
195
extern const OSSL_DISPATCH ossl_rc5128cfb64_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
198
extern const OSSL_DISPATCH ossl_rc2128ecb_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
199
extern const OSSL_DISPATCH ossl_rc2128cbc_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
20
extern const OSSL_DISPATCH ossl_sha512_224_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
200
extern const OSSL_DISPATCH ossl_rc240cbc_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
201
extern const OSSL_DISPATCH ossl_rc264cbc_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
202
extern const OSSL_DISPATCH ossl_rc2128cfb128_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
203
extern const OSSL_DISPATCH ossl_rc2128ofb128_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
206
extern const OSSL_DISPATCH ossl_tdes_ede3_ecb_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
207
extern const OSSL_DISPATCH ossl_tdes_ede3_cbc_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
209
extern const OSSL_DISPATCH ossl_tdes_ede3_ofb_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
21
extern const OSSL_DISPATCH ossl_sha512_256_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
210
extern const OSSL_DISPATCH ossl_tdes_ede3_cfb_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
211
extern const OSSL_DISPATCH ossl_tdes_ede3_cfb8_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
212
extern const OSSL_DISPATCH ossl_tdes_ede3_cfb1_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
214
extern const OSSL_DISPATCH ossl_tdes_ede2_ecb_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
215
extern const OSSL_DISPATCH ossl_tdes_ede2_cbc_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
216
extern const OSSL_DISPATCH ossl_tdes_ede2_ofb_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
217
extern const OSSL_DISPATCH ossl_tdes_ede2_cfb_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
219
extern const OSSL_DISPATCH ossl_tdes_desx_cbc_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
22
extern const OSSL_DISPATCH ossl_sha3_224_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
220
extern const OSSL_DISPATCH ossl_tdes_wrap_cbc_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
222
extern const OSSL_DISPATCH ossl_des_ecb_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
223
extern const OSSL_DISPATCH ossl_des_cbc_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
224
extern const OSSL_DISPATCH ossl_des_ofb64_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
225
extern const OSSL_DISPATCH ossl_des_cfb64_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
226
extern const OSSL_DISPATCH ossl_des_cfb1_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
227
extern const OSSL_DISPATCH ossl_des_cfb8_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
23
extern const OSSL_DISPATCH ossl_sha3_256_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
232
extern const OSSL_DISPATCH ossl_rc440_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
233
extern const OSSL_DISPATCH ossl_rc4128_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
235
extern const OSSL_DISPATCH ossl_rc4_hmac_ossl_md5_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
239
extern const OSSL_DISPATCH ossl_chacha20_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
24
extern const OSSL_DISPATCH ossl_sha3_384_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
241
extern const OSSL_DISPATCH ossl_chacha20_ossl_poly1305_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
246
extern const OSSL_DISPATCH ossl_aes128siv_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
247
extern const OSSL_DISPATCH ossl_aes192siv_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
248
extern const OSSL_DISPATCH ossl_aes256siv_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
249
extern const OSSL_DISPATCH ossl_aes128gcm_siv_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
25
extern const OSSL_DISPATCH ossl_sha3_512_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
250
extern const OSSL_DISPATCH ossl_aes192gcm_siv_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
251
extern const OSSL_DISPATCH ossl_aes256gcm_siv_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
255
extern const OSSL_DISPATCH ossl_blake2bmac_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
256
extern const OSSL_DISPATCH ossl_blake2smac_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
257
extern const OSSL_DISPATCH ossl_cmac_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
258
extern const OSSL_DISPATCH ossl_gmac_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
259
extern const OSSL_DISPATCH ossl_hmac_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
26
extern const OSSL_DISPATCH ossl_keccak_224_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
261
extern const OSSL_DISPATCH ossl_hmac_internal_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
262
extern const OSSL_DISPATCH ossl_kmac128_internal_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
263
extern const OSSL_DISPATCH ossl_kmac256_internal_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
265
extern const OSSL_DISPATCH ossl_kmac128_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
266
extern const OSSL_DISPATCH ossl_kmac256_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
268
extern const OSSL_DISPATCH ossl_siphash_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
27
extern const OSSL_DISPATCH ossl_keccak_256_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
270
extern const OSSL_DISPATCH ossl_poly1305_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
273
extern const OSSL_DISPATCH ossl_kdf_pbkdf1_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
274
extern const OSSL_DISPATCH ossl_kdf_pbkdf2_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
275
extern const OSSL_DISPATCH ossl_kdf_pvk_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
276
extern const OSSL_DISPATCH ossl_kdf_pkcs12_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
278
extern const OSSL_DISPATCH ossl_kdf_scrypt_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
28
extern const OSSL_DISPATCH ossl_keccak_384_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
280
extern const OSSL_DISPATCH ossl_kdf_tls1_prf_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
281
extern const OSSL_DISPATCH ossl_kdf_hkdf_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
282
extern const OSSL_DISPATCH ossl_kdf_tls1_3_kdf_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
283
extern const OSSL_DISPATCH ossl_kdf_sshkdf_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
284
extern const OSSL_DISPATCH ossl_kdf_sskdf_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
285
extern const OSSL_DISPATCH ossl_kdf_x963_kdf_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
286
extern const OSSL_DISPATCH ossl_kdf_kbkdf_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
287
extern const OSSL_DISPATCH ossl_kdf_x942_kdf_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
288
extern const OSSL_DISPATCH ossl_kdf_krb5kdf_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
289
extern const OSSL_DISPATCH ossl_kdf_hmac_drbg_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
29
extern const OSSL_DISPATCH ossl_keccak_512_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
291
extern const OSSL_DISPATCH ossl_kdf_argon2i_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
292
extern const OSSL_DISPATCH ossl_kdf_argon2d_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
293
extern const OSSL_DISPATCH ossl_kdf_argon2id_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
297
extern const OSSL_DISPATCH ossl_test_rng_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
298
extern const OSSL_DISPATCH ossl_seed_src_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
299
extern const OSSL_DISPATCH ossl_jitter_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
30
extern const OSSL_DISPATCH ossl_keccak_kmac_128_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
300
extern const OSSL_DISPATCH ossl_crng_test_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
301
extern const OSSL_DISPATCH ossl_drbg_hash_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
302
extern const OSSL_DISPATCH ossl_drbg_ossl_hmac_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
303
extern const OSSL_DISPATCH ossl_drbg_ctr_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
304
extern const OSSL_DISPATCH crngt_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
307
extern const OSSL_DISPATCH ossl_dh_keymgmt_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
308
extern const OSSL_DISPATCH ossl_dhx_keymgmt_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
309
extern const OSSL_DISPATCH ossl_dsa_keymgmt_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
31
extern const OSSL_DISPATCH ossl_keccak_kmac_256_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
310
extern const OSSL_DISPATCH ossl_rsa_keymgmt_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
311
extern const OSSL_DISPATCH ossl_rsapss_keymgmt_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
312
extern const OSSL_DISPATCH ossl_kdf_keymgmt_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
313
extern const OSSL_DISPATCH ossl_mac_legacy_keymgmt_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
314
extern const OSSL_DISPATCH ossl_cmac_legacy_keymgmt_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
316
extern const OSSL_DISPATCH ossl_ec_keymgmt_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
318
extern const OSSL_DISPATCH ossl_x25519_keymgmt_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
319
extern const OSSL_DISPATCH ossl_x448_keymgmt_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
32
extern const OSSL_DISPATCH ossl_shake_128_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
320
extern const OSSL_DISPATCH ossl_ed25519_keymgmt_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
321
extern const OSSL_DISPATCH ossl_ed448_keymgmt_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
324
extern const OSSL_DISPATCH ossl_sm2_keymgmt_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
327
extern const OSSL_DISPATCH ossl_ml_dsa_44_keymgmt_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
328
extern const OSSL_DISPATCH ossl_ml_dsa_65_keymgmt_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
329
extern const OSSL_DISPATCH ossl_ml_dsa_87_keymgmt_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
33
extern const OSSL_DISPATCH ossl_shake_256_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
331
extern const OSSL_DISPATCH ossl_ml_kem_512_keymgmt_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
332
extern const OSSL_DISPATCH ossl_ml_kem_768_keymgmt_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
333
extern const OSSL_DISPATCH ossl_ml_kem_1024_keymgmt_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
336
extern const OSSL_DISPATCH ossl_mlx_x25519_kem_kmgmt_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
337
extern const OSSL_DISPATCH ossl_mlx_x448_kem_kmgmt_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
339
extern const OSSL_DISPATCH ossl_mlx_p256_kem_kmgmt_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
34
extern const OSSL_DISPATCH ossl_blake2s256_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
340
extern const OSSL_DISPATCH ossl_mlx_p384_kem_kmgmt_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
344
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_128s_keymgmt_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
345
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_128f_keymgmt_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
346
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_192s_keymgmt_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
347
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_192f_keymgmt_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
348
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_256s_keymgmt_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
349
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_256f_keymgmt_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
35
extern const OSSL_DISPATCH ossl_blake2b512_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
350
extern const OSSL_DISPATCH ossl_slh_dsa_shake_128s_keymgmt_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
351
extern const OSSL_DISPATCH ossl_slh_dsa_shake_128f_keymgmt_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
352
extern const OSSL_DISPATCH ossl_slh_dsa_shake_192s_keymgmt_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
353
extern const OSSL_DISPATCH ossl_slh_dsa_shake_192f_keymgmt_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
354
extern const OSSL_DISPATCH ossl_slh_dsa_shake_256s_keymgmt_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
355
extern const OSSL_DISPATCH ossl_slh_dsa_shake_256f_keymgmt_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
359
extern const OSSL_DISPATCH ossl_dh_keyexch_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
36
extern const OSSL_DISPATCH ossl_md5_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
361
extern const OSSL_DISPATCH ossl_ecdh_keyexch_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
363
extern const OSSL_DISPATCH ossl_x25519_keyexch_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
364
extern const OSSL_DISPATCH ossl_x448_keyexch_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
367
extern const OSSL_DISPATCH ossl_kdf_tls1_prf_keyexch_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
368
extern const OSSL_DISPATCH ossl_kdf_hkdf_keyexch_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
369
extern const OSSL_DISPATCH ossl_kdf_scrypt_keyexch_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
37
extern const OSSL_DISPATCH ossl_md5_sha1_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
372
extern const OSSL_DISPATCH ossl_dsa_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
373
extern const OSSL_DISPATCH ossl_dsa_sha1_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
374
extern const OSSL_DISPATCH ossl_dsa_sha224_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
375
extern const OSSL_DISPATCH ossl_dsa_sha256_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
376
extern const OSSL_DISPATCH ossl_dsa_sha384_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
377
extern const OSSL_DISPATCH ossl_dsa_sha512_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
378
extern const OSSL_DISPATCH ossl_dsa_sha3_224_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
379
extern const OSSL_DISPATCH ossl_dsa_sha3_256_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
38
extern const OSSL_DISPATCH ossl_sm3_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
380
extern const OSSL_DISPATCH ossl_dsa_sha3_384_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
381
extern const OSSL_DISPATCH ossl_dsa_sha3_512_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
382
extern const OSSL_DISPATCH ossl_rsa_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
384
extern const OSSL_DISPATCH ossl_rsa_md5_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
387
extern const OSSL_DISPATCH ossl_rsa_ripemd160_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
389
extern const OSSL_DISPATCH ossl_rsa_sha1_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
39
extern const OSSL_DISPATCH ossl_md2_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
390
extern const OSSL_DISPATCH ossl_rsa_sha224_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
391
extern const OSSL_DISPATCH ossl_rsa_sha256_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
392
extern const OSSL_DISPATCH ossl_rsa_sha384_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
393
extern const OSSL_DISPATCH ossl_rsa_sha512_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
394
extern const OSSL_DISPATCH ossl_rsa_sha512_224_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
395
extern const OSSL_DISPATCH ossl_rsa_sha512_256_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
396
extern const OSSL_DISPATCH ossl_rsa_sha3_224_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
397
extern const OSSL_DISPATCH ossl_rsa_sha3_256_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
398
extern const OSSL_DISPATCH ossl_rsa_sha3_384_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
399
extern const OSSL_DISPATCH ossl_rsa_sha3_512_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
40
extern const OSSL_DISPATCH ossl_md4_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
401
extern const OSSL_DISPATCH ossl_rsa_sm3_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
403
extern const OSSL_DISPATCH ossl_ed25519_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
404
extern const OSSL_DISPATCH ossl_ed25519ph_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
405
extern const OSSL_DISPATCH ossl_ed25519ctx_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
406
extern const OSSL_DISPATCH ossl_ed448_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
407
extern const OSSL_DISPATCH ossl_ed448ph_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
408
extern const OSSL_DISPATCH ossl_ecdsa_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
409
extern const OSSL_DISPATCH ossl_ecdsa_sha1_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
41
extern const OSSL_DISPATCH ossl_mdc2_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
410
extern const OSSL_DISPATCH ossl_ecdsa_sha224_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
411
extern const OSSL_DISPATCH ossl_ecdsa_sha256_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
412
extern const OSSL_DISPATCH ossl_ecdsa_sha384_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
413
extern const OSSL_DISPATCH ossl_ecdsa_sha512_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
414
extern const OSSL_DISPATCH ossl_ecdsa_sha3_224_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
415
extern const OSSL_DISPATCH ossl_ecdsa_sha3_256_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
416
extern const OSSL_DISPATCH ossl_ecdsa_sha3_384_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
417
extern const OSSL_DISPATCH ossl_ecdsa_sha3_512_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
418
extern const OSSL_DISPATCH ossl_mac_legacy_hmac_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
419
extern const OSSL_DISPATCH ossl_mac_legacy_siphash_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
42
extern const OSSL_DISPATCH ossl_wp_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
420
extern const OSSL_DISPATCH ossl_mac_legacy_poly1305_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
421
extern const OSSL_DISPATCH ossl_mac_legacy_cmac_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
422
extern const OSSL_DISPATCH ossl_sm2_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
423
extern const OSSL_DISPATCH ossl_ml_dsa_44_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
424
extern const OSSL_DISPATCH ossl_ml_dsa_65_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
425
extern const OSSL_DISPATCH ossl_ml_dsa_87_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
427
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_128s_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
428
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_128f_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
429
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_192s_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
43
extern const OSSL_DISPATCH ossl_ripemd160_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
430
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_192f_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
431
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_256s_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
432
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_256f_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
433
extern const OSSL_DISPATCH ossl_slh_dsa_shake_128s_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
434
extern const OSSL_DISPATCH ossl_slh_dsa_shake_128f_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
435
extern const OSSL_DISPATCH ossl_slh_dsa_shake_192s_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
436
extern const OSSL_DISPATCH ossl_slh_dsa_shake_192f_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
437
extern const OSSL_DISPATCH ossl_slh_dsa_shake_256s_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
438
extern const OSSL_DISPATCH ossl_slh_dsa_shake_256f_signature_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
44
extern const OSSL_DISPATCH ossl_nullmd_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
442
extern const OSSL_DISPATCH ossl_rsa_asym_cipher_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
444
extern const OSSL_DISPATCH ossl_sm2_asym_cipher_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
448
extern const OSSL_DISPATCH ossl_rsa_asym_kem_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
450
extern const OSSL_DISPATCH ossl_ec_asym_kem_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
452
extern const OSSL_DISPATCH ossl_ecx_asym_kem_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
456
extern const OSSL_DISPATCH ossl_ml_kem_asym_kem_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
458
extern const OSSL_DISPATCH ossl_mlx_kem_asym_kem_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
463
extern const OSSL_DISPATCH ossl_rsa_to_PKCS1_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
464
extern const OSSL_DISPATCH ossl_rsa_to_PKCS1_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
465
extern const OSSL_DISPATCH ossl_rsa_to_EncryptedPrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
466
extern const OSSL_DISPATCH ossl_rsa_to_EncryptedPrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
467
extern const OSSL_DISPATCH ossl_rsa_to_PrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
468
extern const OSSL_DISPATCH ossl_rsa_to_PrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
469
extern const OSSL_DISPATCH ossl_rsa_to_RSA_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
47
extern const OSSL_DISPATCH ossl_null_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
470
extern const OSSL_DISPATCH ossl_rsa_to_RSA_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
471
extern const OSSL_DISPATCH ossl_rsa_to_SubjectPublicKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
472
extern const OSSL_DISPATCH ossl_rsa_to_SubjectPublicKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
473
extern const OSSL_DISPATCH ossl_rsa_to_msblob_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
474
extern const OSSL_DISPATCH ossl_rsa_to_pvk_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
475
extern const OSSL_DISPATCH ossl_rsa_to_text_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
476
extern const OSSL_DISPATCH ossl_rsa_to_type_specific_keypair_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
477
extern const OSSL_DISPATCH ossl_rsa_to_type_specific_keypair_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
479
extern const OSSL_DISPATCH ossl_rsapss_to_PKCS1_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
48
extern const OSSL_DISPATCH ossl_aes256ecb_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
480
extern const OSSL_DISPATCH ossl_rsapss_to_PKCS1_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
481
extern const OSSL_DISPATCH ossl_rsapss_to_EncryptedPrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
482
extern const OSSL_DISPATCH ossl_rsapss_to_EncryptedPrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
483
extern const OSSL_DISPATCH ossl_rsapss_to_PrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
484
extern const OSSL_DISPATCH ossl_rsapss_to_PrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
485
extern const OSSL_DISPATCH ossl_rsapss_to_SubjectPublicKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
486
extern const OSSL_DISPATCH ossl_rsapss_to_SubjectPublicKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
487
extern const OSSL_DISPATCH ossl_rsapss_to_text_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
489
extern const OSSL_DISPATCH ossl_dh_to_DH_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
49
extern const OSSL_DISPATCH ossl_aes192ecb_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
490
extern const OSSL_DISPATCH ossl_dh_to_DH_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
491
extern const OSSL_DISPATCH ossl_dh_to_PKCS3_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
492
extern const OSSL_DISPATCH ossl_dh_to_PKCS3_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
493
extern const OSSL_DISPATCH ossl_dh_to_EncryptedPrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
494
extern const OSSL_DISPATCH ossl_dh_to_EncryptedPrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
495
extern const OSSL_DISPATCH ossl_dh_to_PrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
496
extern const OSSL_DISPATCH ossl_dh_to_PrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
497
extern const OSSL_DISPATCH ossl_dh_to_SubjectPublicKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
498
extern const OSSL_DISPATCH ossl_dh_to_SubjectPublicKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
499
extern const OSSL_DISPATCH ossl_dh_to_type_specific_params_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
50
extern const OSSL_DISPATCH ossl_aes128ecb_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
500
extern const OSSL_DISPATCH ossl_dh_to_type_specific_params_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
501
extern const OSSL_DISPATCH ossl_dh_to_text_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
503
extern const OSSL_DISPATCH ossl_dhx_to_DHX_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
504
extern const OSSL_DISPATCH ossl_dhx_to_DHX_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
505
extern const OSSL_DISPATCH ossl_dhx_to_EncryptedPrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
506
extern const OSSL_DISPATCH ossl_dhx_to_EncryptedPrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
507
extern const OSSL_DISPATCH ossl_dhx_to_PrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
508
extern const OSSL_DISPATCH ossl_dhx_to_PrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
509
extern const OSSL_DISPATCH ossl_dhx_to_SubjectPublicKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
51
extern const OSSL_DISPATCH ossl_aes256cbc_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
510
extern const OSSL_DISPATCH ossl_dhx_to_SubjectPublicKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
511
extern const OSSL_DISPATCH ossl_dhx_to_X9_42_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
512
extern const OSSL_DISPATCH ossl_dhx_to_X9_42_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
513
extern const OSSL_DISPATCH ossl_dhx_to_type_specific_params_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
514
extern const OSSL_DISPATCH ossl_dhx_to_type_specific_params_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
515
extern const OSSL_DISPATCH ossl_dhx_to_text_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
517
extern const OSSL_DISPATCH ossl_dsa_to_DSA_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
518
extern const OSSL_DISPATCH ossl_dsa_to_DSA_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
519
extern const OSSL_DISPATCH ossl_dsa_to_EncryptedPrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
52
extern const OSSL_DISPATCH ossl_aes192cbc_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
520
extern const OSSL_DISPATCH ossl_dsa_to_EncryptedPrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
521
extern const OSSL_DISPATCH ossl_dsa_to_PrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
522
extern const OSSL_DISPATCH ossl_dsa_to_PrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
523
extern const OSSL_DISPATCH ossl_dsa_to_SubjectPublicKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
524
extern const OSSL_DISPATCH ossl_dsa_to_SubjectPublicKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
525
extern const OSSL_DISPATCH ossl_dsa_to_type_specific_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
526
extern const OSSL_DISPATCH ossl_dsa_to_type_specific_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
527
extern const OSSL_DISPATCH ossl_dsa_to_msblob_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
528
extern const OSSL_DISPATCH ossl_dsa_to_pvk_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
529
extern const OSSL_DISPATCH ossl_dsa_to_text_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
53
extern const OSSL_DISPATCH ossl_aes128cbc_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
531
extern const OSSL_DISPATCH ossl_ec_to_EC_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
532
extern const OSSL_DISPATCH ossl_ec_to_EC_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
533
extern const OSSL_DISPATCH ossl_ec_to_blob_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
534
extern const OSSL_DISPATCH ossl_ec_to_EncryptedPrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
535
extern const OSSL_DISPATCH ossl_ec_to_EncryptedPrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
536
extern const OSSL_DISPATCH ossl_ec_to_PrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
537
extern const OSSL_DISPATCH ossl_ec_to_PrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
538
extern const OSSL_DISPATCH ossl_ec_to_SubjectPublicKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
539
extern const OSSL_DISPATCH ossl_ec_to_SubjectPublicKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
54
extern const OSSL_DISPATCH ossl_aes256cbc_cts_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
540
extern const OSSL_DISPATCH ossl_ec_to_X9_62_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
541
extern const OSSL_DISPATCH ossl_ec_to_X9_62_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
542
extern const OSSL_DISPATCH ossl_ec_to_type_specific_no_pub_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
543
extern const OSSL_DISPATCH ossl_ec_to_type_specific_no_pub_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
544
extern const OSSL_DISPATCH ossl_ec_to_text_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
547
extern const OSSL_DISPATCH ossl_sm2_to_SM2_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
548
extern const OSSL_DISPATCH ossl_sm2_to_SM2_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
549
extern const OSSL_DISPATCH ossl_sm2_to_blob_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
55
extern const OSSL_DISPATCH ossl_aes192cbc_cts_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
550
extern const OSSL_DISPATCH ossl_sm2_to_EncryptedPrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
551
extern const OSSL_DISPATCH ossl_sm2_to_EncryptedPrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
552
extern const OSSL_DISPATCH ossl_sm2_to_PrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
553
extern const OSSL_DISPATCH ossl_sm2_to_PrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
554
extern const OSSL_DISPATCH ossl_sm2_to_SubjectPublicKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
555
extern const OSSL_DISPATCH ossl_sm2_to_SubjectPublicKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
556
extern const OSSL_DISPATCH ossl_sm2_to_type_specific_no_pub_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
557
extern const OSSL_DISPATCH ossl_sm2_to_type_specific_no_pub_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
558
extern const OSSL_DISPATCH ossl_sm2_to_text_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
56
extern const OSSL_DISPATCH ossl_aes128cbc_cts_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
561
extern const OSSL_DISPATCH ossl_ed25519_to_EncryptedPrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
562
extern const OSSL_DISPATCH ossl_ed25519_to_EncryptedPrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
563
extern const OSSL_DISPATCH ossl_ed25519_to_PrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
564
extern const OSSL_DISPATCH ossl_ed25519_to_PrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
565
extern const OSSL_DISPATCH ossl_ed25519_to_SubjectPublicKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
566
extern const OSSL_DISPATCH ossl_ed25519_to_SubjectPublicKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
567
extern const OSSL_DISPATCH ossl_ed25519_to_OSSL_current_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
568
extern const OSSL_DISPATCH ossl_ed25519_to_text_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
57
extern const OSSL_DISPATCH ossl_aes256ofb_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
570
extern const OSSL_DISPATCH ossl_ed448_to_EncryptedPrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
571
extern const OSSL_DISPATCH ossl_ed448_to_EncryptedPrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
572
extern const OSSL_DISPATCH ossl_ed448_to_PrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
573
extern const OSSL_DISPATCH ossl_ed448_to_PrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
574
extern const OSSL_DISPATCH ossl_ed448_to_SubjectPublicKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
575
extern const OSSL_DISPATCH ossl_ed448_to_SubjectPublicKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
576
extern const OSSL_DISPATCH ossl_ed448_to_OSSL_current_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
577
extern const OSSL_DISPATCH ossl_ed448_to_text_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
579
extern const OSSL_DISPATCH ossl_x25519_to_EncryptedPrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
58
extern const OSSL_DISPATCH ossl_aes192ofb_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
580
extern const OSSL_DISPATCH ossl_x25519_to_EncryptedPrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
581
extern const OSSL_DISPATCH ossl_x25519_to_PrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
582
extern const OSSL_DISPATCH ossl_x25519_to_PrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
583
extern const OSSL_DISPATCH ossl_x25519_to_SubjectPublicKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
584
extern const OSSL_DISPATCH ossl_x25519_to_SubjectPublicKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
585
extern const OSSL_DISPATCH ossl_x25519_to_OSSL_current_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
586
extern const OSSL_DISPATCH ossl_x25519_to_text_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
588
extern const OSSL_DISPATCH ossl_x448_to_EncryptedPrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
589
extern const OSSL_DISPATCH ossl_x448_to_EncryptedPrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
59
extern const OSSL_DISPATCH ossl_aes128ofb_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
590
extern const OSSL_DISPATCH ossl_x448_to_PrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
591
extern const OSSL_DISPATCH ossl_x448_to_PrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
592
extern const OSSL_DISPATCH ossl_x448_to_SubjectPublicKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
593
extern const OSSL_DISPATCH ossl_x448_to_SubjectPublicKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
594
extern const OSSL_DISPATCH ossl_x448_to_OSSL_current_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
595
extern const OSSL_DISPATCH ossl_x448_to_text_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
597
extern const OSSL_DISPATCH ossl_ml_dsa_44_to_EncryptedPrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
598
extern const OSSL_DISPATCH ossl_ml_dsa_44_to_EncryptedPrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
599
extern const OSSL_DISPATCH ossl_ml_dsa_44_to_PrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
60
extern const OSSL_DISPATCH ossl_aes256cfb_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
600
extern const OSSL_DISPATCH ossl_ml_dsa_44_to_PrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
601
extern const OSSL_DISPATCH ossl_ml_dsa_44_to_SubjectPublicKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
602
extern const OSSL_DISPATCH ossl_ml_dsa_44_to_SubjectPublicKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
603
extern const OSSL_DISPATCH ossl_ml_dsa_44_to_OSSL_current_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
604
extern const OSSL_DISPATCH ossl_ml_dsa_44_to_text_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
606
extern const OSSL_DISPATCH ossl_ml_dsa_65_to_EncryptedPrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
607
extern const OSSL_DISPATCH ossl_ml_dsa_65_to_EncryptedPrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
608
extern const OSSL_DISPATCH ossl_ml_dsa_65_to_PrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
609
extern const OSSL_DISPATCH ossl_ml_dsa_65_to_PrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
61
extern const OSSL_DISPATCH ossl_aes192cfb_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
610
extern const OSSL_DISPATCH ossl_ml_dsa_65_to_SubjectPublicKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
611
extern const OSSL_DISPATCH ossl_ml_dsa_65_to_SubjectPublicKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
612
extern const OSSL_DISPATCH ossl_ml_dsa_65_to_OSSL_current_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
613
extern const OSSL_DISPATCH ossl_ml_dsa_65_to_text_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
615
extern const OSSL_DISPATCH ossl_ml_dsa_87_to_EncryptedPrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
616
extern const OSSL_DISPATCH ossl_ml_dsa_87_to_EncryptedPrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
617
extern const OSSL_DISPATCH ossl_ml_dsa_87_to_PrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
618
extern const OSSL_DISPATCH ossl_ml_dsa_87_to_PrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
619
extern const OSSL_DISPATCH ossl_ml_dsa_87_to_SubjectPublicKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
62
extern const OSSL_DISPATCH ossl_aes128cfb_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
620
extern const OSSL_DISPATCH ossl_ml_dsa_87_to_SubjectPublicKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
621
extern const OSSL_DISPATCH ossl_ml_dsa_87_to_OSSL_current_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
622
extern const OSSL_DISPATCH ossl_ml_dsa_87_to_text_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
624
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_128s_to_EncryptedPrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
625
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_128f_to_EncryptedPrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
626
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_192s_to_EncryptedPrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
627
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_192f_to_EncryptedPrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
628
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_256s_to_EncryptedPrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
629
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_256f_to_EncryptedPrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
63
extern const OSSL_DISPATCH ossl_aes256cfb1_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
630
extern const OSSL_DISPATCH ossl_slh_dsa_shake_128s_to_EncryptedPrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
631
extern const OSSL_DISPATCH ossl_slh_dsa_shake_128f_to_EncryptedPrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
632
extern const OSSL_DISPATCH ossl_slh_dsa_shake_192s_to_EncryptedPrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
633
extern const OSSL_DISPATCH ossl_slh_dsa_shake_192f_to_EncryptedPrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
634
extern const OSSL_DISPATCH ossl_slh_dsa_shake_256s_to_EncryptedPrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
635
extern const OSSL_DISPATCH ossl_slh_dsa_shake_256f_to_EncryptedPrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
636
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_128s_to_EncryptedPrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
637
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_128f_to_EncryptedPrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
638
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_192s_to_EncryptedPrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
639
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_192f_to_EncryptedPrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
64
extern const OSSL_DISPATCH ossl_aes192cfb1_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
640
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_256s_to_EncryptedPrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
641
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_256f_to_EncryptedPrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
642
extern const OSSL_DISPATCH ossl_slh_dsa_shake_128s_to_EncryptedPrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
643
extern const OSSL_DISPATCH ossl_slh_dsa_shake_128f_to_EncryptedPrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
644
extern const OSSL_DISPATCH ossl_slh_dsa_shake_192s_to_EncryptedPrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
645
extern const OSSL_DISPATCH ossl_slh_dsa_shake_192f_to_EncryptedPrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
646
extern const OSSL_DISPATCH ossl_slh_dsa_shake_256s_to_EncryptedPrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
647
extern const OSSL_DISPATCH ossl_slh_dsa_shake_256f_to_EncryptedPrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
649
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_128s_to_PrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
65
extern const OSSL_DISPATCH ossl_aes128cfb1_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
650
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_128f_to_PrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
651
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_192s_to_PrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
652
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_192f_to_PrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
653
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_256s_to_PrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
654
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_256f_to_PrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
655
extern const OSSL_DISPATCH ossl_slh_dsa_shake_128s_to_PrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
656
extern const OSSL_DISPATCH ossl_slh_dsa_shake_128f_to_PrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
657
extern const OSSL_DISPATCH ossl_slh_dsa_shake_192s_to_PrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
658
extern const OSSL_DISPATCH ossl_slh_dsa_shake_192f_to_PrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
659
extern const OSSL_DISPATCH ossl_slh_dsa_shake_256s_to_PrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
66
extern const OSSL_DISPATCH ossl_aes256cfb8_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
660
extern const OSSL_DISPATCH ossl_slh_dsa_shake_256f_to_PrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
661
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_128s_to_PrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
662
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_128f_to_PrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
663
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_192s_to_PrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
664
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_192f_to_PrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
665
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_256s_to_PrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
666
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_256f_to_PrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
667
extern const OSSL_DISPATCH ossl_slh_dsa_shake_128s_to_PrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
668
extern const OSSL_DISPATCH ossl_slh_dsa_shake_128f_to_PrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
669
extern const OSSL_DISPATCH ossl_slh_dsa_shake_192s_to_PrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
67
extern const OSSL_DISPATCH ossl_aes192cfb8_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
670
extern const OSSL_DISPATCH ossl_slh_dsa_shake_192f_to_PrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
671
extern const OSSL_DISPATCH ossl_slh_dsa_shake_256s_to_PrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
672
extern const OSSL_DISPATCH ossl_slh_dsa_shake_256f_to_PrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
674
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_128s_to_SubjectPublicKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
675
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_128f_to_SubjectPublicKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
676
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_192s_to_SubjectPublicKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
677
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_192f_to_SubjectPublicKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
678
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_256s_to_SubjectPublicKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
679
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_256f_to_SubjectPublicKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
68
extern const OSSL_DISPATCH ossl_aes128cfb8_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
680
extern const OSSL_DISPATCH ossl_slh_dsa_shake_128s_to_SubjectPublicKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
681
extern const OSSL_DISPATCH ossl_slh_dsa_shake_128f_to_SubjectPublicKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
682
extern const OSSL_DISPATCH ossl_slh_dsa_shake_192s_to_SubjectPublicKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
683
extern const OSSL_DISPATCH ossl_slh_dsa_shake_192f_to_SubjectPublicKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
684
extern const OSSL_DISPATCH ossl_slh_dsa_shake_256s_to_SubjectPublicKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
685
extern const OSSL_DISPATCH ossl_slh_dsa_shake_256f_to_SubjectPublicKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
686
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_128s_to_SubjectPublicKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
687
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_128f_to_SubjectPublicKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
688
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_192s_to_SubjectPublicKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
689
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_192f_to_SubjectPublicKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
69
extern const OSSL_DISPATCH ossl_aes256ctr_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
690
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_256s_to_SubjectPublicKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
691
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_256f_to_SubjectPublicKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
692
extern const OSSL_DISPATCH ossl_slh_dsa_shake_128s_to_SubjectPublicKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
693
extern const OSSL_DISPATCH ossl_slh_dsa_shake_128f_to_SubjectPublicKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
694
extern const OSSL_DISPATCH ossl_slh_dsa_shake_192s_to_SubjectPublicKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
695
extern const OSSL_DISPATCH ossl_slh_dsa_shake_192f_to_SubjectPublicKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
696
extern const OSSL_DISPATCH ossl_slh_dsa_shake_256s_to_SubjectPublicKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
697
extern const OSSL_DISPATCH ossl_slh_dsa_shake_256f_to_SubjectPublicKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
699
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_128s_to_OSSL_current_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
70
extern const OSSL_DISPATCH ossl_aes192ctr_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
700
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_128f_to_OSSL_current_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
701
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_192s_to_OSSL_current_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
702
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_192f_to_OSSL_current_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
703
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_256s_to_OSSL_current_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
704
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_256f_to_OSSL_current_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
705
extern const OSSL_DISPATCH ossl_slh_dsa_shake_128s_to_OSSL_current_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
706
extern const OSSL_DISPATCH ossl_slh_dsa_shake_128f_to_OSSL_current_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
707
extern const OSSL_DISPATCH ossl_slh_dsa_shake_192s_to_OSSL_current_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
708
extern const OSSL_DISPATCH ossl_slh_dsa_shake_192f_to_OSSL_current_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
709
extern const OSSL_DISPATCH ossl_slh_dsa_shake_256s_to_OSSL_current_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
71
extern const OSSL_DISPATCH ossl_aes128ctr_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
710
extern const OSSL_DISPATCH ossl_slh_dsa_shake_256f_to_OSSL_current_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
712
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_128s_to_text_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
713
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_128f_to_text_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
714
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_192s_to_text_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
715
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_192f_to_text_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
716
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_256s_to_text_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
717
extern const OSSL_DISPATCH ossl_slh_dsa_sha2_256f_to_text_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
718
extern const OSSL_DISPATCH ossl_slh_dsa_shake_128s_to_text_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
719
extern const OSSL_DISPATCH ossl_slh_dsa_shake_128f_to_text_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
72
extern const OSSL_DISPATCH ossl_aes256xts_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
720
extern const OSSL_DISPATCH ossl_slh_dsa_shake_192s_to_text_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
721
extern const OSSL_DISPATCH ossl_slh_dsa_shake_192f_to_text_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
722
extern const OSSL_DISPATCH ossl_slh_dsa_shake_256s_to_text_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
723
extern const OSSL_DISPATCH ossl_slh_dsa_shake_256f_to_text_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
726
extern const OSSL_DISPATCH ossl_PrivateKeyInfo_der_to_dh_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
727
extern const OSSL_DISPATCH ossl_SubjectPublicKeyInfo_der_to_dh_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
728
extern const OSSL_DISPATCH ossl_type_specific_params_der_to_dh_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
729
extern const OSSL_DISPATCH ossl_DH_der_to_dh_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
73
extern const OSSL_DISPATCH ossl_aes128xts_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
731
extern const OSSL_DISPATCH ossl_PrivateKeyInfo_der_to_dhx_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
732
extern const OSSL_DISPATCH ossl_SubjectPublicKeyInfo_der_to_dhx_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
733
extern const OSSL_DISPATCH ossl_type_specific_params_der_to_dhx_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
734
extern const OSSL_DISPATCH ossl_DHX_der_to_dhx_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
736
extern const OSSL_DISPATCH ossl_PrivateKeyInfo_der_to_dsa_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
737
extern const OSSL_DISPATCH ossl_SubjectPublicKeyInfo_der_to_dsa_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
738
extern const OSSL_DISPATCH ossl_type_specific_der_to_dsa_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
739
extern const OSSL_DISPATCH ossl_DSA_der_to_dsa_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
740
extern const OSSL_DISPATCH ossl_msblob_to_dsa_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
741
extern const OSSL_DISPATCH ossl_pvk_to_dsa_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
743
extern const OSSL_DISPATCH ossl_PrivateKeyInfo_der_to_ec_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
744
extern const OSSL_DISPATCH ossl_SubjectPublicKeyInfo_der_to_ec_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
745
extern const OSSL_DISPATCH ossl_type_specific_no_pub_der_to_ec_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
746
extern const OSSL_DISPATCH ossl_EC_der_to_ec_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
748
extern const OSSL_DISPATCH ossl_PrivateKeyInfo_der_to_x25519_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
749
extern const OSSL_DISPATCH ossl_SubjectPublicKeyInfo_der_to_x25519_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
75
extern const OSSL_DISPATCH ossl_aes256ocb_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
751
extern const OSSL_DISPATCH ossl_PrivateKeyInfo_der_to_x448_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
752
extern const OSSL_DISPATCH ossl_SubjectPublicKeyInfo_der_to_x448_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
754
extern const OSSL_DISPATCH ossl_PrivateKeyInfo_der_to_ed25519_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
755
extern const OSSL_DISPATCH ossl_SubjectPublicKeyInfo_der_to_ed25519_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
757
extern const OSSL_DISPATCH ossl_PrivateKeyInfo_der_to_ed448_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
758
extern const OSSL_DISPATCH ossl_SubjectPublicKeyInfo_der_to_ed448_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
76
extern const OSSL_DISPATCH ossl_aes192ocb_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
761
extern const OSSL_DISPATCH ossl_PrivateKeyInfo_der_to_ml_kem_512_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
762
extern const OSSL_DISPATCH ossl_SubjectPublicKeyInfo_der_to_ml_kem_512_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
763
extern const OSSL_DISPATCH ossl_ml_kem_512_to_EncryptedPrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
764
extern const OSSL_DISPATCH ossl_ml_kem_512_to_EncryptedPrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
765
extern const OSSL_DISPATCH ossl_ml_kem_512_to_PrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
766
extern const OSSL_DISPATCH ossl_ml_kem_512_to_PrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
767
extern const OSSL_DISPATCH ossl_ml_kem_512_to_SubjectPublicKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
768
extern const OSSL_DISPATCH ossl_ml_kem_512_to_SubjectPublicKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
769
extern const OSSL_DISPATCH ossl_ml_kem_512_to_text_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
77
extern const OSSL_DISPATCH ossl_aes128ocb_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
771
extern const OSSL_DISPATCH ossl_PrivateKeyInfo_der_to_ml_kem_768_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
772
extern const OSSL_DISPATCH ossl_SubjectPublicKeyInfo_der_to_ml_kem_768_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
773
extern const OSSL_DISPATCH ossl_ml_kem_768_to_EncryptedPrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
774
extern const OSSL_DISPATCH ossl_ml_kem_768_to_EncryptedPrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
775
extern const OSSL_DISPATCH ossl_ml_kem_768_to_PrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
776
extern const OSSL_DISPATCH ossl_ml_kem_768_to_PrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
777
extern const OSSL_DISPATCH ossl_ml_kem_768_to_SubjectPublicKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
778
extern const OSSL_DISPATCH ossl_ml_kem_768_to_SubjectPublicKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
779
extern const OSSL_DISPATCH ossl_ml_kem_768_to_text_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
781
extern const OSSL_DISPATCH ossl_PrivateKeyInfo_der_to_ml_kem_1024_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
782
extern const OSSL_DISPATCH ossl_SubjectPublicKeyInfo_der_to_ml_kem_1024_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
783
extern const OSSL_DISPATCH ossl_ml_kem_1024_to_EncryptedPrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
784
extern const OSSL_DISPATCH ossl_ml_kem_1024_to_EncryptedPrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
785
extern const OSSL_DISPATCH ossl_ml_kem_1024_to_PrivateKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
786
extern const OSSL_DISPATCH ossl_ml_kem_1024_to_PrivateKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
787
extern const OSSL_DISPATCH ossl_ml_kem_1024_to_SubjectPublicKeyInfo_der_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
788
extern const OSSL_DISPATCH ossl_ml_kem_1024_to_SubjectPublicKeyInfo_pem_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
789
extern const OSSL_DISPATCH ossl_ml_kem_1024_to_text_encoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
79
extern const OSSL_DISPATCH ossl_aes256gcm_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
793
extern const OSSL_DISPATCH ossl_PrivateKeyInfo_der_to_sm2_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
794
extern const OSSL_DISPATCH ossl_SubjectPublicKeyInfo_der_to_sm2_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
795
extern const OSSL_DISPATCH ossl_type_specific_no_pub_der_to_sm2_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
798
extern const OSSL_DISPATCH ossl_PrivateKeyInfo_der_to_slh_dsa_sha2_128s_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
799
extern const OSSL_DISPATCH ossl_PrivateKeyInfo_der_to_slh_dsa_sha2_128f_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
80
extern const OSSL_DISPATCH ossl_aes192gcm_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
800
extern const OSSL_DISPATCH ossl_PrivateKeyInfo_der_to_slh_dsa_sha2_192s_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
801
extern const OSSL_DISPATCH ossl_PrivateKeyInfo_der_to_slh_dsa_sha2_192f_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
802
extern const OSSL_DISPATCH ossl_PrivateKeyInfo_der_to_slh_dsa_sha2_256s_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
803
extern const OSSL_DISPATCH ossl_PrivateKeyInfo_der_to_slh_dsa_sha2_256f_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
804
extern const OSSL_DISPATCH ossl_PrivateKeyInfo_der_to_slh_dsa_shake_128s_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
805
extern const OSSL_DISPATCH ossl_PrivateKeyInfo_der_to_slh_dsa_shake_128f_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
806
extern const OSSL_DISPATCH ossl_PrivateKeyInfo_der_to_slh_dsa_shake_192s_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
807
extern const OSSL_DISPATCH ossl_PrivateKeyInfo_der_to_slh_dsa_shake_192f_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
808
extern const OSSL_DISPATCH ossl_PrivateKeyInfo_der_to_slh_dsa_shake_256s_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
809
extern const OSSL_DISPATCH ossl_PrivateKeyInfo_der_to_slh_dsa_shake_256f_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
81
extern const OSSL_DISPATCH ossl_aes128gcm_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
810
extern const OSSL_DISPATCH ossl_SubjectPublicKeyInfo_der_to_slh_dsa_sha2_128s_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
811
extern const OSSL_DISPATCH ossl_SubjectPublicKeyInfo_der_to_slh_dsa_sha2_128f_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
812
extern const OSSL_DISPATCH ossl_SubjectPublicKeyInfo_der_to_slh_dsa_sha2_192s_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
813
extern const OSSL_DISPATCH ossl_SubjectPublicKeyInfo_der_to_slh_dsa_sha2_192f_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
814
extern const OSSL_DISPATCH ossl_SubjectPublicKeyInfo_der_to_slh_dsa_sha2_256s_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
815
extern const OSSL_DISPATCH ossl_SubjectPublicKeyInfo_der_to_slh_dsa_sha2_256f_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
816
extern const OSSL_DISPATCH ossl_SubjectPublicKeyInfo_der_to_slh_dsa_shake_128s_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
817
extern const OSSL_DISPATCH ossl_SubjectPublicKeyInfo_der_to_slh_dsa_shake_128f_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
818
extern const OSSL_DISPATCH ossl_SubjectPublicKeyInfo_der_to_slh_dsa_shake_192s_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
819
extern const OSSL_DISPATCH ossl_SubjectPublicKeyInfo_der_to_slh_dsa_shake_192f_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
82
extern const OSSL_DISPATCH ossl_aes256ccm_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
820
extern const OSSL_DISPATCH ossl_SubjectPublicKeyInfo_der_to_slh_dsa_shake_256s_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
821
extern const OSSL_DISPATCH ossl_SubjectPublicKeyInfo_der_to_slh_dsa_shake_256f_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
823
extern const OSSL_DISPATCH ossl_PrivateKeyInfo_der_to_rsa_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
824
extern const OSSL_DISPATCH ossl_SubjectPublicKeyInfo_der_to_rsa_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
825
extern const OSSL_DISPATCH ossl_type_specific_keypair_der_to_rsa_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
826
extern const OSSL_DISPATCH ossl_RSA_der_to_rsa_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
827
extern const OSSL_DISPATCH ossl_msblob_to_rsa_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
828
extern const OSSL_DISPATCH ossl_pvk_to_rsa_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
83
extern const OSSL_DISPATCH ossl_aes192ccm_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
830
extern const OSSL_DISPATCH ossl_PrivateKeyInfo_der_to_rsapss_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
831
extern const OSSL_DISPATCH ossl_SubjectPublicKeyInfo_der_to_rsapss_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
833
extern const OSSL_DISPATCH ossl_EncryptedPrivateKeyInfo_der_to_der_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
834
extern const OSSL_DISPATCH ossl_SubjectPublicKeyInfo_der_to_der_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
835
extern const OSSL_DISPATCH ossl_pem_to_der_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
837
extern const OSSL_DISPATCH ossl_file_store_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
838
extern const OSSL_DISPATCH ossl_winstore_store_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
84
extern const OSSL_DISPATCH ossl_aes128ccm_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
840
extern const OSSL_DISPATCH ossl_PrivateKeyInfo_der_to_ml_dsa_44_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
841
extern const OSSL_DISPATCH ossl_SubjectPublicKeyInfo_der_to_ml_dsa_44_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
843
extern const OSSL_DISPATCH ossl_PrivateKeyInfo_der_to_ml_dsa_65_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
844
extern const OSSL_DISPATCH ossl_SubjectPublicKeyInfo_der_to_ml_dsa_65_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
846
extern const OSSL_DISPATCH ossl_PrivateKeyInfo_der_to_ml_dsa_87_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
847
extern const OSSL_DISPATCH ossl_SubjectPublicKeyInfo_der_to_ml_dsa_87_decoder_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
849
extern const OSSL_DISPATCH ossl_generic_skeymgmt_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
85
extern const OSSL_DISPATCH ossl_aes256wrap_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
850
extern const OSSL_DISPATCH ossl_aes_skeymgmt_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
86
extern const OSSL_DISPATCH ossl_aes192wrap_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
87
extern const OSSL_DISPATCH ossl_aes128wrap_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
88
extern const OSSL_DISPATCH ossl_aes256wrappad_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
89
extern const OSSL_DISPATCH ossl_aes192wrappad_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
90
extern const OSSL_DISPATCH ossl_aes128wrappad_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
91
extern const OSSL_DISPATCH ossl_aes256wrapinv_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
92
extern const OSSL_DISPATCH ossl_aes192wrapinv_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
93
extern const OSSL_DISPATCH ossl_aes128wrapinv_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
94
extern const OSSL_DISPATCH ossl_aes256wrappadinv_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
95
extern const OSSL_DISPATCH ossl_aes192wrappadinv_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
96
extern const OSSL_DISPATCH ossl_aes128wrappadinv_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
97
extern const OSSL_DISPATCH ossl_aes256cbc_hmac_sha1_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
98
extern const OSSL_DISPATCH ossl_aes128cbc_hmac_sha1_functions[];
crypto/openssl/providers/implementations/include/prov/implementations.h
99
extern const OSSL_DISPATCH ossl_aes256cbc_hmac_sha256_functions[];
crypto/openssl/providers/implementations/include/prov/seeding.h
20
int ossl_prov_seeding_from_dispatch(const OSSL_DISPATCH *fns);
crypto/openssl/providers/implementations/kdfs/argon2.c
1514
const OSSL_DISPATCH ossl_kdf_argon2i_functions[] = {
crypto/openssl/providers/implementations/kdfs/argon2.c
1528
const OSSL_DISPATCH ossl_kdf_argon2d_functions[] = {
crypto/openssl/providers/implementations/kdfs/argon2.c
1542
const OSSL_DISPATCH ossl_kdf_argon2id_functions[] = {
crypto/openssl/providers/implementations/kdfs/hkdf.c
414
const OSSL_DISPATCH ossl_kdf_hkdf_functions[] = {
crypto/openssl/providers/implementations/kdfs/hkdf.c
939
const OSSL_DISPATCH ossl_kdf_tls1_3_kdf_functions[] = {
crypto/openssl/providers/implementations/kdfs/hmacdrbg_kdf.c
249
const OSSL_DISPATCH ossl_kdf_hmac_drbg_functions[] = {
crypto/openssl/providers/implementations/kdfs/kbkdf.c
516
const OSSL_DISPATCH ossl_kdf_kbkdf_functions[] = {
crypto/openssl/providers/implementations/kdfs/krb5kdf.c
219
const OSSL_DISPATCH ossl_kdf_krb5kdf_functions[] = {
crypto/openssl/providers/implementations/kdfs/pbkdf1.c
257
const OSSL_DISPATCH ossl_kdf_pbkdf1_functions[] = {
crypto/openssl/providers/implementations/kdfs/pbkdf2.c
352
const OSSL_DISPATCH ossl_kdf_pbkdf2_functions[] = {
crypto/openssl/providers/implementations/kdfs/pkcs12kdf.c
315
const OSSL_DISPATCH ossl_kdf_pkcs12_functions[] = {
crypto/openssl/providers/implementations/kdfs/pvkkdf.c
235
const OSSL_DISPATCH ossl_kdf_pvk_functions[] = {
crypto/openssl/providers/implementations/kdfs/scrypt.c
309
const OSSL_DISPATCH ossl_kdf_scrypt_functions[] = {
crypto/openssl/providers/implementations/kdfs/sshkdf.c
322
const OSSL_DISPATCH ossl_kdf_sshkdf_functions[] = {
crypto/openssl/providers/implementations/kdfs/sskdf.c
758
const OSSL_DISPATCH ossl_kdf_sskdf_functions[] = {
crypto/openssl/providers/implementations/kdfs/sskdf.c
773
const OSSL_DISPATCH ossl_kdf_x963_kdf_functions[] = {
crypto/openssl/providers/implementations/kdfs/tls1_prf.c
428
const OSSL_DISPATCH ossl_kdf_tls1_prf_functions[] = {
crypto/openssl/providers/implementations/kdfs/x942kdf.c
665
const OSSL_DISPATCH ossl_kdf_x942_kdf_functions[] = {
crypto/openssl/providers/implementations/kem/ec_kem.c
798
const OSSL_DISPATCH ossl_ec_asym_kem_functions[] = {
crypto/openssl/providers/implementations/kem/ecx_kem.c
687
const OSSL_DISPATCH ossl_ecx_asym_kem_functions[] = {
crypto/openssl/providers/implementations/kem/ml_kem_kem.c
258
const OSSL_DISPATCH ossl_ml_kem_asym_kem_functions[] = {
crypto/openssl/providers/implementations/kem/mlx_kem.c
332
const OSSL_DISPATCH ossl_mlx_kem_asym_kem_functions[] = {
crypto/openssl/providers/implementations/kem/rsa_kem.c
431
const OSSL_DISPATCH ossl_rsa_asym_kem_functions[] = {
crypto/openssl/providers/implementations/kem/template_kem.c
179
const OSSL_DISPATCH ossl_template_asym_kem_functions[] = {
crypto/openssl/providers/implementations/kem/template_kem.c
23
extern const OSSL_DISPATCH ossl_template_asym_kem_functions[];
crypto/openssl/providers/implementations/keymgmt/dh_kmgmt.c
850
const OSSL_DISPATCH ossl_dh_keymgmt_functions[] = {
crypto/openssl/providers/implementations/keymgmt/dh_kmgmt.c
882
const OSSL_DISPATCH ossl_dhx_keymgmt_functions[] = {
crypto/openssl/providers/implementations/keymgmt/dsa_kmgmt.c
721
const OSSL_DISPATCH ossl_dsa_keymgmt_functions[] = {
crypto/openssl/providers/implementations/keymgmt/ec_kmgmt.c
1439
const OSSL_DISPATCH ossl_ec_keymgmt_functions[] = {
crypto/openssl/providers/implementations/keymgmt/ec_kmgmt.c
1473
const OSSL_DISPATCH ossl_sm2_keymgmt_functions[] = {
crypto/openssl/providers/implementations/keymgmt/ecx_kmgmt.c
1017
const OSSL_DISPATCH ossl_##alg##_keymgmt_functions[] = { \
crypto/openssl/providers/implementations/keymgmt/kdf_legacy_kmgmt.c
97
const OSSL_DISPATCH ossl_kdf_keymgmt_functions[] = {
crypto/openssl/providers/implementations/keymgmt/mac_legacy_kmgmt.c
527
const OSSL_DISPATCH ossl_mac_legacy_keymgmt_functions[] = {
crypto/openssl/providers/implementations/keymgmt/mac_legacy_kmgmt.c
549
const OSSL_DISPATCH ossl_cmac_legacy_keymgmt_functions[] = {
crypto/openssl/providers/implementations/keymgmt/ml_dsa_kmgmt.c
567
const OSSL_DISPATCH ossl_ml_dsa_##alg##_keymgmt_functions[] = { \
crypto/openssl/providers/implementations/keymgmt/ml_kem_kmgmt.c
841
const OSSL_DISPATCH ossl_ml_kem_##bits##_keymgmt_functions[] = { \
crypto/openssl/providers/implementations/keymgmt/mlx_kmgmt.c
792
const OSSL_DISPATCH ossl_mlx_##name##_kem_kmgmt_functions[] = { \
crypto/openssl/providers/implementations/keymgmt/rsa_kmgmt.c
691
const OSSL_DISPATCH ossl_rsa_keymgmt_functions[] = {
crypto/openssl/providers/implementations/keymgmt/rsa_kmgmt.c
715
const OSSL_DISPATCH ossl_rsapss_keymgmt_functions[] = {
crypto/openssl/providers/implementations/keymgmt/slh_dsa_kmgmt.c
447
const OSSL_DISPATCH ossl_slh_dsa_##fn##_keymgmt_functions[] = { \
crypto/openssl/providers/implementations/keymgmt/template_kmgmt.c
25
extern const OSSL_DISPATCH ossl_template_keymgmt_functions[];
crypto/openssl/providers/implementations/keymgmt/template_kmgmt.c
418
const OSSL_DISPATCH ossl_template_keymgmt_functions[] = {
crypto/openssl/providers/implementations/macs/blake2_mac_impl.c
240
const OSSL_DISPATCH BLAKE2_FUNCTIONS[] = {
crypto/openssl/providers/implementations/macs/cmac_prov.c
293
const OSSL_DISPATCH ossl_cmac_functions[] = {
crypto/openssl/providers/implementations/macs/gmac_prov.c
247
const OSSL_DISPATCH ossl_gmac_functions[] = {
crypto/openssl/providers/implementations/macs/hmac_prov.c
361
const OSSL_DISPATCH ossl_hmac_functions[] = {
crypto/openssl/providers/implementations/macs/hmac_prov.c
389
const OSSL_DISPATCH ossl_hmac_internal_functions[] = {
crypto/openssl/providers/implementations/macs/kmac_prov.c
660
const OSSL_DISPATCH ossl_kmac##size##_##funcname[] = { \
crypto/openssl/providers/implementations/macs/poly1305_prov.c
180
const OSSL_DISPATCH ossl_poly1305_functions[] = {
crypto/openssl/providers/implementations/macs/siphash_prov.c
223
const OSSL_DISPATCH ossl_siphash_functions[] = {
crypto/openssl/providers/implementations/rands/drbg.c
42
static const OSSL_DISPATCH *find_call(const OSSL_DISPATCH *dispatch,
crypto/openssl/providers/implementations/rands/drbg.c
741
static const OSSL_DISPATCH *find_call(const OSSL_DISPATCH *dispatch,
crypto/openssl/providers/implementations/rands/drbg.c
780
PROV_DRBG *ossl_rand_drbg_new(void *provctx, void *parent, const OSSL_DISPATCH *p_dispatch,
crypto/openssl/providers/implementations/rands/drbg.c
795
const OSSL_DISPATCH *pfunc;
crypto/openssl/providers/implementations/rands/drbg_ctr.c
637
const OSSL_DISPATCH *parent_dispatch)
crypto/openssl/providers/implementations/rands/drbg_ctr.c
835
const OSSL_DISPATCH ossl_drbg_ctr_functions[] = {
crypto/openssl/providers/implementations/rands/drbg_hash.c
444
const OSSL_DISPATCH *parent_dispatch)
crypto/openssl/providers/implementations/rands/drbg_hash.c
632
const OSSL_DISPATCH ossl_drbg_hash_functions[] = {
crypto/openssl/providers/implementations/rands/drbg_hmac.c
336
const OSSL_DISPATCH *parent_dispatch)
crypto/openssl/providers/implementations/rands/drbg_hmac.c
573
const OSSL_DISPATCH ossl_drbg_ossl_hmac_functions[] = {
crypto/openssl/providers/implementations/rands/drbg_local.h
167
PROV_DRBG *ossl_rand_drbg_new(void *provctx, void *parent, const OSSL_DISPATCH *parent_dispatch,
crypto/openssl/providers/implementations/rands/fips_crng_test.c
175
static const OSSL_DISPATCH *find_call(const OSSL_DISPATCH *dispatch,
crypto/openssl/providers/implementations/rands/fips_crng_test.c
188
const OSSL_DISPATCH *p_dispatch)
crypto/openssl/providers/implementations/rands/fips_crng_test.c
191
const OSSL_DISPATCH *pfunc;
crypto/openssl/providers/implementations/rands/fips_crng_test.c
408
const OSSL_DISPATCH ossl_crng_test_functions[] = {
crypto/openssl/providers/implementations/rands/seed_src.c
229
const OSSL_DISPATCH ossl_seed_src_functions[] = {
crypto/openssl/providers/implementations/rands/seed_src.c
46
const OSSL_DISPATCH *parent_dispatch)
crypto/openssl/providers/implementations/rands/seed_src_jitter.c
122
const OSSL_DISPATCH *parent_dispatch)
crypto/openssl/providers/implementations/rands/seed_src_jitter.c
336
const OSSL_DISPATCH ossl_jitter_functions[] = {
crypto/openssl/providers/implementations/rands/test_rng.c
332
const OSSL_DISPATCH ossl_test_rng_functions[] = {
crypto/openssl/providers/implementations/rands/test_rng.c
55
const OSSL_DISPATCH *parent_dispatch)
crypto/openssl/providers/implementations/signature/dsa_sig.c
1044
const OSSL_DISPATCH ossl_dsa_##md##_signature_functions[] = { \
crypto/openssl/providers/implementations/signature/dsa_sig.c
838
const OSSL_DISPATCH ossl_dsa_signature_functions[] = {
crypto/openssl/providers/implementations/signature/ecdsa_sig.c
1061
const OSSL_DISPATCH ossl_ecdsa_##md##_signature_functions[] = { \
crypto/openssl/providers/implementations/signature/ecdsa_sig.c
855
const OSSL_DISPATCH ossl_ecdsa_signature_functions[] = {
crypto/openssl/providers/implementations/signature/eddsa_sig.c
1030
const OSSL_DISPATCH ossl_##vn##_signature_functions[] = { \
crypto/openssl/providers/implementations/signature/mac_legacy_sig.c
245
const OSSL_DISPATCH ossl_mac_legacy_##funcname##_signature_functions[] = { \
crypto/openssl/providers/implementations/signature/ml_dsa_sig.c
337
const OSSL_DISPATCH ossl_ml_dsa_##alg##_signature_functions[] = { \
crypto/openssl/providers/implementations/signature/rsa_sig.c
1875
const OSSL_DISPATCH ossl_rsa_signature_functions[] = {
crypto/openssl/providers/implementations/signature/rsa_sig.c
2102
const OSSL_DISPATCH ossl_rsa_##md##_signature_functions[] = { \
crypto/openssl/providers/implementations/signature/slh_dsa_sig.c
350
const OSSL_DISPATCH ossl_slh_dsa_##fn##_signature_functions[] = { \
crypto/openssl/providers/implementations/signature/sm2_sig.c
550
const OSSL_DISPATCH ossl_sm2_signature_functions[] = {
crypto/openssl/providers/implementations/skeymgmt/aes_skmgmt.c
47
const OSSL_DISPATCH ossl_aes_skeymgmt_functions[] = {
crypto/openssl/providers/implementations/skeymgmt/generic.c
88
const OSSL_DISPATCH ossl_generic_skeymgmt_functions[] = {
crypto/openssl/providers/implementations/storemgmt/file_store.c
822
const OSSL_DISPATCH ossl_file_store_functions[] = {
crypto/openssl/providers/implementations/storemgmt/file_store_any2obj.c
292
static const OSSL_DISPATCH fromtype##_to_obj_decoder_functions[] = { \
crypto/openssl/providers/implementations/storemgmt/winstore_store.c
332
const OSSL_DISPATCH ossl_winstore_store_functions[] = {
crypto/openssl/providers/legacyprov.c
192
static const OSSL_DISPATCH legacy_dispatch_table[] = {
crypto/openssl/providers/legacyprov.c
201
const OSSL_DISPATCH *in,
crypto/openssl/providers/legacyprov.c
202
const OSSL_DISPATCH **out,
crypto/openssl/providers/legacyprov.c
207
const OSSL_DISPATCH *tmp;
crypto/openssl/providers/nullprov.c
63
static const OSSL_DISPATCH null_dispatch_table[] = {
crypto/openssl/providers/nullprov.c
71
const OSSL_DISPATCH *in,
crypto/openssl/providers/nullprov.c
72
const OSSL_DISPATCH **out,
crypto/openssl/ssl/quic/quic_tls.c
110
const OSSL_DISPATCH *fns, void *cbarg, void *rlarg,
crypto/openssl/ssl/quic/quic_tls_api.c
127
int SSL_set_quic_tls_cbs(SSL *s, const OSSL_DISPATCH *qtdis, void *arg)
crypto/openssl/ssl/quic/quic_tls_api.c
83
const OSSL_DISPATCH *qtdis)
crypto/openssl/ssl/record/methods/dtls_meth.c
642
const OSSL_DISPATCH *fns, void *cbarg, void *rlarg,
crypto/openssl/ssl/record/methods/ktls_meth.c
410
const OSSL_DISPATCH *fns, void *cbarg, void *rlarg,
crypto/openssl/ssl/record/methods/recmethod_local.h
444
const OSSL_DISPATCH *fns, void *cbarg,
crypto/openssl/ssl/record/methods/tls_common.c
1264
const OSSL_DISPATCH *fns, void *cbarg,
crypto/openssl/ssl/record/methods/tls_common.c
1408
const OSSL_DISPATCH *fns, void *cbarg, void *rlarg,
crypto/openssl/ssl/record/rec_layer_s3.c
1168
static const OSSL_DISPATCH rlayer_dispatch[] = {
crypto/openssl/ssl/record/rec_layer_s3.c
1374
OSSL_DISPATCH rlayer_dispatch_tmp[OSSL_NELEM(rlayer_dispatch)];
crypto/openssl/test/bio_core_test.c
56
static const OSSL_DISPATCH biocbs[] = {
crypto/openssl/test/evp_extra_test2.c
35
const OSSL_DISPATCH *in,
crypto/openssl/test/evp_extra_test2.c
36
const OSSL_DISPATCH **out,
crypto/openssl/test/fake_cipherprov.c
104
static const OSSL_DISPATCH fake_skeymgmt_funcs[] = {
crypto/openssl/test/fake_cipherprov.c
251
static const OSSL_DISPATCH ossl_fake_functions[] = {
crypto/openssl/test/fake_cipherprov.c
290
static const OSSL_DISPATCH fake_cipher_method[] = {
crypto/openssl/test/fake_cipherprov.c
297
const OSSL_DISPATCH *in,
crypto/openssl/test/fake_cipherprov.c
298
const OSSL_DISPATCH **out, void **provctx)
crypto/openssl/test/fake_pipelineprov.c
265
static const OSSL_DISPATCH fake_pipeline_##alg##kbits##lc##_functions[] = { \
crypto/openssl/test/fake_pipelineprov.c
313
static const OSSL_DISPATCH fake_pipeline_method[] = {
crypto/openssl/test/fake_pipelineprov.c
320
const OSSL_DISPATCH *in,
crypto/openssl/test/fake_pipelineprov.c
321
const OSSL_DISPATCH **out, void **provctx)
crypto/openssl/test/fake_rsaprov.c
1043
fake_rsa_prov_get_keymgmt_export(const OSSL_DISPATCH *fns)
crypto/openssl/test/fake_rsaprov.c
1154
static const OSSL_DISPATCH \
crypto/openssl/test/fake_rsaprov.c
1230
static const OSSL_DISPATCH fake_rsa_method[] = {
crypto/openssl/test/fake_rsaprov.c
1237
const OSSL_DISPATCH *in,
crypto/openssl/test/fake_rsaprov.c
1238
const OSSL_DISPATCH **out, void **provctx)
crypto/openssl/test/fake_rsaprov.c
277
static const OSSL_DISPATCH fake_rsa_keymgmt_funcs[] = {
crypto/openssl/test/fake_rsaprov.c
504
static const OSSL_DISPATCH fake_rsa_sig_funcs[] = {
crypto/openssl/test/fake_rsaprov.c
692
static const OSSL_DISPATCH fake_rsa_store_funcs[] = {
crypto/openssl/test/fake_rsaprov.c
718
const OSSL_DISPATCH *fns; /* Keymgmt (to pilfer functions from) */
crypto/openssl/test/filterprov.c
128
static const OSSL_DISPATCH filter_dispatch_table[] = {
crypto/openssl/test/filterprov.c
139
const OSSL_DISPATCH *in,
crypto/openssl/test/filterprov.c
140
const OSSL_DISPATCH **out,
crypto/openssl/test/p_minimal.c
19
const OSSL_DISPATCH *oin,
crypto/openssl/test/p_minimal.c
20
const OSSL_DISPATCH **out,
crypto/openssl/test/p_test.c
241
static const OSSL_DISPATCH p_test_table[] = {
crypto/openssl/test/p_test.c
252
const OSSL_DISPATCH *oin,
crypto/openssl/test/p_test.c
253
const OSSL_DISPATCH **out,
crypto/openssl/test/p_test.c
257
const OSSL_DISPATCH *in = oin;
crypto/openssl/test/provfetchtest.c
158
static const OSSL_DISPATCH dummy_rand_functions[] = {
crypto/openssl/test/provfetchtest.c
195
static const OSSL_DISPATCH dummy_dispatch_table[] = {
crypto/openssl/test/provfetchtest.c
202
const OSSL_DISPATCH *in,
crypto/openssl/test/provfetchtest.c
203
const OSSL_DISPATCH **out,
crypto/openssl/test/provfetchtest.c
26
static const OSSL_DISPATCH dummy_decoder_functions[] = {
crypto/openssl/test/provfetchtest.c
44
static const OSSL_DISPATCH dummy_encoder_functions[] = {
crypto/openssl/test/provfetchtest.c
76
static const OSSL_DISPATCH dummy_store_functions[] = {
crypto/openssl/test/provfetchtest.c
90
const OSSL_DISPATCH *parent_calls)
crypto/openssl/test/rand_test.c
194
static const OSSL_DISPATCH r_test_table[] = {
crypto/openssl/test/rand_test.c
201
ossl_unused const OSSL_DISPATCH *oin,
crypto/openssl/test/rand_test.c
202
const OSSL_DISPATCH **out,
crypto/openssl/test/sslapitest.c
13396
OSSL_DISPATCH qtdis[] = {
crypto/openssl/test/sslapitest.c
13594
const OSSL_DISPATCH qtdis[] = {
crypto/openssl/test/sslapitest.c
61
const OSSL_DISPATCH *in,
crypto/openssl/test/sslapitest.c
62
const OSSL_DISPATCH **out,
crypto/openssl/test/testutil/fake_random.c
127
static const OSSL_DISPATCH fake_rand_functions[] = {
crypto/openssl/test/testutil/fake_random.c
158
static const OSSL_DISPATCH fake_rand_method[] = {
crypto/openssl/test/testutil/fake_random.c
165
const OSSL_DISPATCH *in,
crypto/openssl/test/testutil/fake_random.c
166
const OSSL_DISPATCH **out, void **provctx)
crypto/openssl/test/testutil/fake_random.c
36
const OSSL_DISPATCH *parent_dispatch)
crypto/openssl/test/tls-provider.c
1092
static const OSSL_DISPATCH xor_keymgmt_functions[] = {
crypto/openssl/test/tls-provider.c
1145
static const OSSL_DISPATCH xor_xorhmacsig_keymgmt_functions[] = {
crypto/openssl/test/tls-provider.c
1169
static const OSSL_DISPATCH xor_xorhmacsha2sig_keymgmt_functions[] = {
crypto/openssl/test/tls-provider.c
129
xor_prov_get_keymgmt_new(const OSSL_DISPATCH *fns)
crypto/openssl/test/tls-provider.c
140
xor_prov_get_keymgmt_free(const OSSL_DISPATCH *fns)
crypto/openssl/test/tls-provider.c
151
xor_prov_get_keymgmt_import(const OSSL_DISPATCH *fns)
crypto/openssl/test/tls-provider.c
162
xor_prov_get_keymgmt_export(const OSSL_DISPATCH *fns)
crypto/openssl/test/tls-provider.c
172
static void *xor_prov_import_key(const OSSL_DISPATCH *fns, void *provctx,
crypto/openssl/test/tls-provider.c
190
static void xor_prov_free_key(const OSSL_DISPATCH *fns, void *key)
crypto/openssl/test/tls-provider.c
1981
static const OSSL_DISPATCH \
crypto/openssl/test/tls-provider.c
2105
const OSSL_DISPATCH *fns; /* Keymgmt (to pilfer functions from) */
crypto/openssl/test/tls-provider.c
2516
static const OSSL_DISPATCH \
crypto/openssl/test/tls-provider.c
3065
static const OSSL_DISPATCH xor_signature_functions[] = {
crypto/openssl/test/tls-provider.c
3152
static const OSSL_DISPATCH tls_prov_dispatch_table[] = {
crypto/openssl/test/tls-provider.c
3193
const OSSL_DISPATCH *in,
crypto/openssl/test/tls-provider.c
3194
const OSSL_DISPATCH **out,
crypto/openssl/test/tls-provider.c
536
static const OSSL_DISPATCH xor_keyexch_functions[] = {
crypto/openssl/test/tls-provider.c
56
const OSSL_DISPATCH *in,
crypto/openssl/test/tls-provider.c
57
const OSSL_DISPATCH **out,
crypto/openssl/test/tls-provider.c
664
static const OSSL_DISPATCH xor_kem_functions[] = {
crypto/openssl/test/upcallstest.c
22
static const OSSL_DISPATCH obj_dispatch_table[] = {
crypto/openssl/test/upcallstest.c
50
const OSSL_DISPATCH *in,
crypto/openssl/test/upcallstest.c
51
const OSSL_DISPATCH **out,
crypto/openssl/test/user_property_test.c
45
static const OSSL_DISPATCH testprovmd_functions[] = {
crypto/openssl/test/user_property_test.c
64
static const OSSL_DISPATCH testprov_dispatch_table[] = {
crypto/openssl/test/user_property_test.c
70
const OSSL_DISPATCH *in,
crypto/openssl/test/user_property_test.c
71
const OSSL_DISPATCH **out,