Searched defs:operation_id (Results 1 – 21 of 21) sorted by relevance
/openssl/crypto/ |
H A D | core_fetch.c | 21 int operation_id; member 60 int operation_id, int no_store, in ossl_method_construct_precondition() 87 int operation_id, int no_store, in ossl_method_construct_postcondition() 130 void *ossl_method_construct(OSSL_LIB_CTX *libctx, int operation_id, in ossl_method_construct()
|
H A D | core_algorithm.c | 18 int operation_id; /* May be zero for finding them all */ member 137 void ossl_algorithm_do_all(OSSL_LIB_CTX *libctx, int operation_id, in ossl_algorithm_do_all()
|
H A D | provider.c | 90 int operation_id, in OSSL_PROVIDER_query_operation() 97 int operation_id, in OSSL_PROVIDER_unquery_operation()
|
H A D | provider_core.c | 1823 int operation_id, in ossl_provider_query_operation() 1886 int operation_id, in ossl_provider_unquery_operation()
|
/openssl/crypto/evp/ |
H A D | evp_fetch.c | 29 int operation_id; /* For get_evp_method_from_store() */ member 111 static uint32_t evp_method_id(int name_id, unsigned int operation_id) in evp_method_id() 242 OSSL_PROVIDER *prov, int operation_id, in inner_evp_generic_fetch() 365 void *evp_generic_fetch(OSSL_LIB_CTX *libctx, int operation_id, in evp_generic_fetch() 391 void *evp_generic_fetch_from_prov(OSSL_PROVIDER *prov, int operation_id, in evp_generic_fetch_from_prov() 590 int operation_id; member 603 void evp_generic_do_all(OSSL_LIB_CTX *libctx, int operation_id, in evp_generic_do_all()
|
/openssl/providers/ |
H A D | nullprov.c | 55 int operation_id, in null_query()
|
H A D | baseprov.c | 102 static const OSSL_ALGORITHM *base_query(void *provctx, int operation_id, in base_query()
|
H A D | defltprov.c | 560 static const OSSL_ALGORITHM *deflt_query(void *provctx, int operation_id, in deflt_query()
|
H A D | legacyprov.c | 169 static const OSSL_ALGORITHM *legacy_query(void *provctx, int operation_id, in legacy_query()
|
/openssl/test/ |
H A D | filterprov.c | 79 int operation_id, in filter_query() 97 static void filter_unquery(void *provctx, int operation_id, in filter_unquery()
|
H A D | upcallstest.c | 15 static const OSSL_ALGORITHM *obj_query(void *provctx, int operation_id, in obj_query()
|
H A D | user_property_test.c | 57 int operation_id, in testprov_query()
|
H A D | provfetchtest.c | 178 static const OSSL_ALGORITHM *dummy_query(void *provctx, int operation_id, in dummy_query()
|
H A D | fake_rsaprov.c | 706 int operation_id, in fake_rsa_query()
|
H A D | tls-provider.c | 3138 static const OSSL_ALGORITHM *tls_prov_query(void *provctx, int operation_id, in tls_prov_query()
|
/openssl/fuzz/ |
H A D | fuzz_rand.c | 126 int operation_id, in fuzz_rand_query()
|
/openssl/test/testutil/ |
H A D | fake_random.c | 146 int operation_id, in fake_rand_query()
|
/openssl/providers/fips/ |
H A D | fipsprov.c | 538 static const OSSL_ALGORITHM *fips_query(void *provctx, int operation_id, in fips_query() 571 static const OSSL_ALGORITHM *fips_query_internal(void *provctx, int operation_id, in fips_query_internal()
|
/openssl/providers/implementations/keymgmt/ |
H A D | ec_kmgmt.c | 81 const char *ec_query_operation_name(int operation_id) in ec_query_operation_name() 95 const char *sm2_query_operation_name(int operation_id) in sm2_query_operation_name()
|
H A D | rsa_kmgmt.c | 692 static const char *rsa_query_operation_name(int operation_id) in rsa_query_operation_name()
|
H A D | dh_kmgmt.c | 870 static const char *dhx_query_operation_name(int operation_id) in dhx_query_operation_name()
|
Completed in 55 milliseconds