| /third_party/openssl/providers/implementations/include/prov/ |
| D | implementations.h | 14 extern const OSSL_DISPATCH ossl_sha1_functions[]; 15 extern const OSSL_DISPATCH ossl_sha224_functions[]; 16 extern const OSSL_DISPATCH ossl_sha256_functions[]; 17 extern const OSSL_DISPATCH ossl_sha384_functions[]; 18 extern const OSSL_DISPATCH ossl_sha512_functions[]; 19 extern const OSSL_DISPATCH ossl_sha512_224_functions[]; 20 extern const OSSL_DISPATCH ossl_sha512_256_functions[]; 21 extern const OSSL_DISPATCH ossl_sha3_224_functions[]; 22 extern const OSSL_DISPATCH ossl_sha3_256_functions[]; 23 extern const OSSL_DISPATCH ossl_sha3_384_functions[]; [all …]
|
| /third_party/openssl/providers/implementations/encode_decode/ |
| D | endecoder_local.h | 15 OSSL_FUNC_keymgmt_new_fn *ossl_prov_get_keymgmt_new(const OSSL_DISPATCH *fns); 16 OSSL_FUNC_keymgmt_free_fn *ossl_prov_get_keymgmt_free(const OSSL_DISPATCH *fns); 17 OSSL_FUNC_keymgmt_import_fn *ossl_prov_get_keymgmt_import(const OSSL_DISPATCH *fns); 18 OSSL_FUNC_keymgmt_export_fn *ossl_prov_get_keymgmt_export(const OSSL_DISPATCH *fns); 24 void *ossl_prov_import_key(const OSSL_DISPATCH *fns, void *provctx, 26 void ossl_prov_free_key(const OSSL_DISPATCH *fns, void *key);
|
| D | endecoder_common.c | 17 ossl_prov_get_keymgmt_new(const OSSL_DISPATCH *fns) in ossl_prov_get_keymgmt_new() 28 ossl_prov_get_keymgmt_free(const OSSL_DISPATCH *fns) in ossl_prov_get_keymgmt_free() 39 ossl_prov_get_keymgmt_import(const OSSL_DISPATCH *fns) in ossl_prov_get_keymgmt_import() 50 ossl_prov_get_keymgmt_export(const OSSL_DISPATCH *fns) in ossl_prov_get_keymgmt_export() 60 void *ossl_prov_import_key(const OSSL_DISPATCH *fns, void *provctx, in ossl_prov_import_key() 79 void ossl_prov_free_key(const OSSL_DISPATCH *fns, void *key) in ossl_prov_free_key()
|
| /third_party/openssl/test/ |
| D | provfetchtest.c | 26 static const OSSL_DISPATCH dummy_decoder_functions[] = { 44 static const OSSL_DISPATCH dummy_encoder_functions[] = { 76 static const OSSL_DISPATCH dummy_store_functions[] = { 90 const OSSL_DISPATCH *parent_calls) in dummy_rand_newctx() 158 static const OSSL_DISPATCH dummy_rand_functions[] = { 195 static const OSSL_DISPATCH dummy_dispatch_table[] = { 202 const OSSL_DISPATCH *in, in dummy_provider_init() 203 const OSSL_DISPATCH **out, in dummy_provider_init()
|
| D | user_property_test.c | 45 static const OSSL_DISPATCH testprovmd_functions[] = { 64 static const OSSL_DISPATCH testprov_dispatch_table[] = { 70 const OSSL_DISPATCH *in, in testprov_provider_init() 71 const OSSL_DISPATCH **out, in testprov_provider_init()
|
| D | fake_rsaprov.c | 150 static const OSSL_DISPATCH fake_rsa_keymgmt_funcs[] = { 232 static const OSSL_DISPATCH fake_rsa_sig_funcs[] = { 348 static const OSSL_DISPATCH fake_rsa_store_funcs[] = { 383 static const OSSL_DISPATCH fake_rsa_method[] = { 390 const OSSL_DISPATCH *in, in fake_rsa_provider_init() 391 const OSSL_DISPATCH **out, void **provctx) in fake_rsa_provider_init()
|
| D | upcallstest.c | 22 static const OSSL_DISPATCH obj_dispatch_table[] = { 41 const OSSL_DISPATCH *in, in obj_provider_init() 42 const OSSL_DISPATCH **out, in obj_provider_init()
|
| D | p_test.c | 219 static const OSSL_DISPATCH p_test_table[] = { 229 const OSSL_DISPATCH *oin, in OSSL_provider_init() 230 const OSSL_DISPATCH **out, in OSSL_provider_init() 234 const OSSL_DISPATCH *in = oin; in OSSL_provider_init()
|
| D | tls-provider.c | 25 const OSSL_DISPATCH *in, 26 const OSSL_DISPATCH **out, 304 static const OSSL_DISPATCH xor_keyexch_functions[] = { 432 static const OSSL_DISPATCH xor_kem_functions[] = { 737 static const OSSL_DISPATCH xor_keymgmt_functions[] = { 796 static const OSSL_DISPATCH tls_prov_dispatch_table[] = { 837 const OSSL_DISPATCH *in, in tls_provider_init() 838 const OSSL_DISPATCH **out, in tls_provider_init()
|
| D | filterprov.c | 124 static const OSSL_DISPATCH filter_dispatch_table[] = { 135 const OSSL_DISPATCH *in, in filter_provider_init() 136 const OSSL_DISPATCH **out, in filter_provider_init()
|
| /third_party/openssl/fuzz/ |
| D | fuzz_rand.c | 26 void *provctx, void *parent, const OSSL_DISPATCH *parent_dispatch) in fuzz_rand_newctx() 107 static const OSSL_DISPATCH fuzz_rand_functions[] = { 138 static const OSSL_DISPATCH fuzz_rand_method[] = { 145 const OSSL_DISPATCH *in, in fuzz_rand_provider_init() 146 const OSSL_DISPATCH **out, void **provctx) in fuzz_rand_provider_init()
|
| /third_party/openssl/include/openssl/ |
| D | core.h | 72 const OSSL_DISPATCH *implementation; 191 const OSSL_DISPATCH *in, 192 const OSSL_DISPATCH **out,
|
| /third_party/openssl/test/testutil/ |
| D | fake_random.c | 36 const OSSL_DISPATCH *parent_dispatch) in fake_rand_newctx() 127 static const OSSL_DISPATCH fake_rand_functions[] = { 158 static const OSSL_DISPATCH fake_rand_method[] = { 165 const OSSL_DISPATCH *in, in fake_rand_provider_init() 166 const OSSL_DISPATCH **out, void **provctx) in fake_rand_provider_init()
|
| /third_party/openssl/providers/ |
| D | nullprov.c | 63 static const OSSL_DISPATCH null_dispatch_table[] = { 71 const OSSL_DISPATCH *in, in ossl_null_provider_init() 72 const OSSL_DISPATCH **out, in ossl_null_provider_init()
|
| D | baseprov.c | 116 static const OSSL_DISPATCH base_dispatch_table[] = { 128 const OSSL_DISPATCH *in, const OSSL_DISPATCH **out, in ossl_base_provider_init()
|
| D | legacyprov.c | 173 static const OSSL_DISPATCH legacy_dispatch_table[] = { 182 const OSSL_DISPATCH *in, in OSSL_provider_init() 183 const OSSL_DISPATCH **out, in OSSL_provider_init()
|
| /third_party/openssl/providers/fips/ |
| D | fips_entry.c | 14 const OSSL_DISPATCH *in, in OSSL_provider_init() 15 const OSSL_DISPATCH **out, in OSSL_provider_init()
|
| D | fipsprov.c | 506 static const OSSL_DISPATCH fips_dispatch_table[] = { 518 static const OSSL_DISPATCH intern_dispatch_table[] = { 541 const OSSL_DISPATCH *in, in OSSL_provider_init_int() 542 const OSSL_DISPATCH **out, in OSSL_provider_init_int() 732 const OSSL_DISPATCH *in, in ossl_fips_intern_provider_init() 733 const OSSL_DISPATCH **out, in ossl_fips_intern_provider_init()
|
| /third_party/openssl/crypto/ |
| D | provider_child.c | 58 const OSSL_DISPATCH *in, in ossl_child_provider_init() 59 const OSSL_DISPATCH **out, in ossl_child_provider_init() 199 const OSSL_DISPATCH *in) in ossl_provider_init_as_child()
|
| /third_party/openssl/doc/internal/man3/ |
| D | evp_generic_fetch.pod | 16 const OSSL_DISPATCH *fns, 26 const OSSL_DISPATCH *fns, 35 const OSSL_DISPATCH *fns, 132 const OSSL_DISPATCH *fns, 179 static void *foo_from_algorithm(const OSSL_DISPATCH *fns,
|
| /third_party/openssl/include/internal/ |
| D | provider.h | 79 const OSSL_DISPATCH *ossl_provider_get0_dispatch(const OSSL_PROVIDER *prov); 113 const OSSL_DISPATCH *in);
|
| /third_party/openssl/doc/man7/ |
| D | provider-base.pod | 15 * pointers in OSSL_DISPATCH arrays. 98 const OSSL_DISPATCH *provider_get0_dispatch(const OSSL_CORE_HANDLE *prov); 119 F<libcrypto> and the provider in B<OSSL_DISPATCH> arrays, in the call 125 function pointer from a B<OSSL_DISPATCH> element named 132 OSSL_FUNC_core_gettable_params(const OSSL_DISPATCH *opf); 134 B<OSSL_DISPATCH> arrays are indexed by numbers that are provided as 137 For I<in> (the B<OSSL_DISPATCH> array passed from F<libcrypto> to the 185 For I<*out> (the B<OSSL_DISPATCH> array passed from the provider to 293 the same name. As a matter of fact, the pointers in the B<OSSL_DISPATCH> 702 static const OSSL_DISPATCH foo_fns[] = { [all …]
|
| D | provider-storemgmt.pod | 14 * pointers in OSSL_DISPATCH arrays. 47 F<libcrypto> and the provider in B<OSSL_DISPATCH> arrays via 54 from a B<OSSL_DISPATCH> element named B<OSSL_get_{name}>. 60 OSSL_FUNC_store_attach(const OSSL_DISPATCH *opf); 62 B<OSSL_DISPATCH> arrays are indexed by numbers that are provided as macros
|
| D | provider-kem.pod | 17 * pointers in OSSL_DISPATCH arrays. 53 F<libcrypto> and the provider in B<OSSL_DISPATCH> arrays via 60 function pointer from an B<OSSL_DISPATCH> element named 66 OSSL_FUNC_kem_newctx(const OSSL_DISPATCH *opf); 68 B<OSSL_DISPATCH> arrays are indexed by numbers that are provided as
|
| /third_party/openssl/providers/implementations/rands/ |
| D | drbg.c | 41 static const OSSL_DISPATCH *find_call(const OSSL_DISPATCH *dispatch, 726 static const OSSL_DISPATCH *find_call(const OSSL_DISPATCH *dispatch, in find_call() 766 (void *provctx, void *parent, const OSSL_DISPATCH *p_dispatch, in ossl_rand_drbg_new() 780 const OSSL_DISPATCH *pfunc; in ossl_rand_drbg_new()
|