/openssl-master/providers/ |
A D | defltprov.c | 101 static const OSSL_ALGORITHM deflt_digests[] = { 310 static const OSSL_ALGORITHM deflt_macs[] = { 331 static const OSSL_ALGORITHM deflt_kdfs[] = { 350 static const OSSL_ALGORITHM deflt_keyexch[] = { 366 static const OSSL_ALGORITHM deflt_rands[] = { 375 static const OSSL_ALGORITHM deflt_signature[] = { 409 static const OSSL_ALGORITHM deflt_asym_kem[] = { 414 static const OSSL_ALGORITHM deflt_keymgmt[] = { 466 static const OSSL_ALGORITHM deflt_encoder[] = { 473 static const OSSL_ALGORITHM deflt_decoder[] = { [all …]
|
A D | baseprov.c | 71 static const OSSL_ALGORITHM base_encoder[] = { 78 static const OSSL_ALGORITHM base_decoder[] = { 85 static const OSSL_ALGORITHM base_store[] = { 94 static const OSSL_ALGORITHM *base_query(void *provctx, int operation_id, in base_query()
|
A D | legacyprov.c | 69 static const OSSL_ALGORITHM legacy_digests[] = { 88 static const OSSL_ALGORITHM legacy_ciphers[] = { 146 static const OSSL_ALGORITHM legacy_kdfs[] = { 152 static const OSSL_ALGORITHM *legacy_query(void *provctx, int operation_id, in legacy_query()
|
A D | nullprov.c | 54 static const OSSL_ALGORITHM *null_query(OSSL_PROVIDER *prov, in null_query()
|
/openssl-master/crypto/ |
A D | core_algorithm.c | 20 void (*fn)(OSSL_PROVIDER *, const OSSL_ALGORITHM *, int no_store, 42 const OSSL_ALGORITHM *map = NULL; in algorithm_do_this() 62 const OSSL_ALGORITHM *thismap; in algorithm_do_this() 93 const OSSL_ALGORITHM *algo, in ossl_algorithm_do_all() 127 char *ossl_algorithm_get1_first_name(const OSSL_ALGORITHM *algo) in ossl_algorithm_get1_first_name()
|
A D | provider.c | 78 const OSSL_ALGORITHM *OSSL_PROVIDER_query_operation(const OSSL_PROVIDER *prov, in OSSL_PROVIDER_query_operation() 87 const OSSL_ALGORITHM *algs) in OSSL_PROVIDER_unquery_operation()
|
/openssl-master/include/internal/ |
A D | core.h | 39 void *(*construct)(const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov, 54 const OSSL_ALGORITHM *algo, 59 char *ossl_algorithm_get1_first_name(const OSSL_ALGORITHM *algo);
|
A D | provider.h | 90 const OSSL_ALGORITHM *ossl_provider_query_operation(const OSSL_PROVIDER *prov, 95 const OSSL_ALGORITHM *algs);
|
/openssl-master/test/ |
A D | filterprov.c | 30 OSSL_ALGORITHM alg[MAX_ALG_FILTERS + 1]; 78 static const OSSL_ALGORITHM *filter_query(void *provctx, in filter_query() 98 const OSSL_ALGORITHM *algs) in filter_unquery() 172 const OSSL_ALGORITHM *provalgs = OSSL_PROVIDER_query_operation(globs->deflt, in filter_provider_set_filter() 175 const OSSL_ALGORITHM *algs; in filter_provider_set_filter()
|
A D | provfetchtest.c | 31 static const OSSL_ALGORITHM dummy_decoders[] = { 49 static const OSSL_ALGORITHM dummy_encoders[] = { 84 static const OSSL_ALGORITHM dummy_store[] = { 173 static const OSSL_ALGORITHM dummy_rand[] = { 178 static const OSSL_ALGORITHM *dummy_query(void *provctx, int operation_id, in dummy_query()
|
A D | fake_rsaprov.c | 108 static const OSSL_ALGORITHM fake_rsa_keymgmt_algs[] = { 182 static const OSSL_ALGORITHM fake_rsa_sig_algs[] = { 187 static const OSSL_ALGORITHM *fake_rsa_query(void *provctx, in fake_rsa_query()
|
A D | user_property_test.c | 51 static const OSSL_ALGORITHM testprov_digests[] = { 56 static const OSSL_ALGORITHM *testprov_query(void *provctx, in testprov_query()
|
A D | tls-provider.c | 314 static const OSSL_ALGORITHM tls_prov_keyexch[] = { 443 static const OSSL_ALGORITHM tls_prov_kem[] = { 759 static const OSSL_ALGORITHM tls_prov_keymgmt[] = { 768 static const OSSL_ALGORITHM *tls_prov_query(void *provctx, int operation_id, in tls_prov_query()
|
A D | upcallstest.c | 15 static const OSSL_ALGORITHM *obj_query(void *provctx, int operation_id, in obj_query()
|
/openssl-master/providers/fips/ |
A D | fipsprov.c | 242 static const OSSL_ALGORITHM fips_digests[] = { 334 static OSSL_ALGORITHM exported_fips_ciphers[OSSL_NELEM(fips_ciphers)]; 336 static const OSSL_ALGORITHM fips_macs[] = { 347 static const OSSL_ALGORITHM fips_kdfs[] = { 364 static const OSSL_ALGORITHM fips_rands[] = { 372 static const OSSL_ALGORITHM fips_keyexch[] = { 387 static const OSSL_ALGORITHM fips_signature[] = { 406 static const OSSL_ALGORITHM fips_asym_cipher[] = { 411 static const OSSL_ALGORITHM fips_asym_kem[] = { 416 static const OSSL_ALGORITHM fips_keymgmt[] = { [all …]
|
/openssl-master/include/openssl/ |
A D | provider.h | 41 const OSSL_ALGORITHM *OSSL_PROVIDER_query_operation(const OSSL_PROVIDER *prov, 45 int operation_id, const OSSL_ALGORITHM *algs);
|
/openssl-master/providers/common/include/prov/ |
A D | provider_util.h | 129 OSSL_ALGORITHM alg; 138 OSSL_ALGORITHM *out);
|
/openssl-master/crypto/evp/ |
A D | evp_fetch.c | 56 void *(*method_from_algorithm)(int name_id, const OSSL_ALGORITHM *, 197 static void *construct_evp_method(const OSSL_ALGORITHM *algodef, in construct_evp_method() 243 const OSSL_ALGORITHM *algodef, in inner_evp_generic_fetch() 362 const OSSL_ALGORITHM *algodef, in evp_generic_fetch() 389 const OSSL_ALGORITHM *algodef, in evp_generic_fetch_by_number() 415 const OSSL_ALGORITHM *algodef, in evp_generic_fetch_from_prov() 610 const OSSL_ALGORITHM *algodef, in evp_generic_do_all()
|
A D | evp_local.h | 268 const OSSL_ALGORITHM *algodef, 275 const OSSL_ALGORITHM *algodef, 282 const OSSL_ALGORITHM *algodef, 293 const OSSL_ALGORITHM *algodef,
|
/openssl-master/fuzz/ |
A D | fuzz_rand.c | 120 static const OSSL_ALGORITHM fuzz_rand_rand[] = { 125 static const OSSL_ALGORITHM *fuzz_rand_query(void *provctx, in fuzz_rand_query()
|
/openssl-master/providers/implementations/storemgmt/ |
A D | file_store_local.h | 10 extern const OSSL_ALGORITHM ossl_any_to_obj_algorithm[];
|
/openssl-master/include/crypto/ |
A D | decoder.h | 26 void *ossl_decoder_from_algorithm(int id, const OSSL_ALGORITHM *algodef,
|
/openssl-master/doc/man3/ |
A D | OSSL_PROVIDER.pod | 36 const OSSL_ALGORITHM *OSSL_PROVIDER_query_operation(const OSSL_PROVIDER *prov, 41 const OSSL_ALGORITHM *algs); 128 array of I<OSSL_ALGORITHM> for the given I<operation_id> terminated by an all 129 NULL OSSL_ALGORITHM entry. This is considered a low-level function that most 179 OSSL_PROVIDER_query_operation() returns an array of OSSL_ALGORITHM or NULL on
|
/openssl-master/test/testutil/ |
A D | fake_random.c | 140 static const OSSL_ALGORITHM fake_rand_rand[] = { 145 static const OSSL_ALGORITHM *fake_rand_query(void *provctx, in fake_rand_query()
|
/openssl-master/crypto/encode_decode/ |
A D | encoder_local.h | 24 const OSSL_ALGORITHM *algodef;
|