Home
last modified time | relevance | path

Searched defs:operation_id (Results 26 - 35 of 35) sorted by relevance

12

/third_party/node/deps/openssl/openssl/crypto/evp/
H A Devp_fetch.c47 int operation_id; /* For get_evp_method_from_store() */ member
130 static uint32_t evp_method_id(int name_id, unsigned int operation_id) in evp_method_id() argument
260 inner_evp_generic_fetch(struct evp_method_data_st *methdata, OSSL_PROVIDER *prov, int operation_id, int name_id, const char *name, const char *properties, void *(*new_method)(int name_id, const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov), int (*up_ref_method)(void *), void (*free_method)(void *)) inner_evp_generic_fetch() argument
396 evp_generic_fetch(OSSL_LIB_CTX *libctx, int operation_id, const char *name, const char *properties, void *(*new_method)(int name_id, const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov), int (*up_ref_method)(void *), void (*free_method)(void *)) evp_generic_fetch() argument
423 evp_generic_fetch_by_number(OSSL_LIB_CTX *libctx, int operation_id, int name_id, const char *properties, void *(*new_method)(int name_id, const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov), int (*up_ref_method)(void *), void (*free_method)(void *)) evp_generic_fetch_by_number() argument
449 evp_generic_fetch_from_prov(OSSL_PROVIDER *prov, int operation_id, const char *name, const char *properties, void *(*new_method)(int name_id, const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov), int (*up_ref_method)(void *), void (*free_method)(void *)) evp_generic_fetch_from_prov() argument
640 int operation_id; global() member
653 evp_generic_do_all(OSSL_LIB_CTX *libctx, int operation_id, void (*user_fn)(void *method, void *arg), void *user_arg, void *(*new_method)(int name_id, const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov), int (*up_ref_method)(void *), void (*free_method)(void *)) evp_generic_do_all() argument
[all...]
/third_party/openssl/crypto/evp/
H A Devp_fetch.c47 int operation_id; /* For get_evp_method_from_store() */ member
130 static uint32_t evp_method_id(int name_id, unsigned int operation_id) in evp_method_id() argument
260 inner_evp_generic_fetch(struct evp_method_data_st *methdata, OSSL_PROVIDER *prov, int operation_id, int name_id, const char *name, const char *properties, void *(*new_method)(int name_id, const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov), int (*up_ref_method)(void *), void (*free_method)(void *)) inner_evp_generic_fetch() argument
383 evp_generic_fetch(OSSL_LIB_CTX *libctx, int operation_id, const char *name, const char *properties, void *(*new_method)(int name_id, const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov), int (*up_ref_method)(void *), void (*free_method)(void *)) evp_generic_fetch() argument
410 evp_generic_fetch_by_number(OSSL_LIB_CTX *libctx, int operation_id, int name_id, const char *properties, void *(*new_method)(int name_id, const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov), int (*up_ref_method)(void *), void (*free_method)(void *)) evp_generic_fetch_by_number() argument
436 evp_generic_fetch_from_prov(OSSL_PROVIDER *prov, int operation_id, const char *name, const char *properties, void *(*new_method)(int name_id, const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov), int (*up_ref_method)(void *), void (*free_method)(void *)) evp_generic_fetch_from_prov() argument
627 int operation_id; global() member
640 evp_generic_do_all(OSSL_LIB_CTX *libctx, int operation_id, void (*user_fn)(void *method, void *arg), void *user_arg, void *(*new_method)(int name_id, const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov), int (*up_ref_method)(void *), void (*free_method)(void *)) evp_generic_do_all() argument
[all...]
/third_party/openssl/providers/fips/
H A Dfipsprov.c457 static const OSSL_ALGORITHM *fips_query(void *provctx, int operation_id, in fips_query() argument
/third_party/openssl/providers/implementations/keymgmt/
H A Ddh_kmgmt.c850 static const char *dhx_query_operation_name(int operation_id) in dhx_query_operation_name() argument
H A Dec_kmgmt.c78 const char *ec_query_operation_name(int operation_id) in ec_query_operation_name() argument
92 const char *sm2_query_operation_name(int operation_id) in sm2_query_operation_name() argument
/third_party/openssl/test/
H A Dfake_rsaprov.c481 fake_rsa_query(void *provctx, int operation_id, int *no_cache) fake_rsa_query() argument
H A Dtls-provider.c770 static const OSSL_ALGORITHM *tls_prov_query(void *provctx, int operation_id, in tls_prov_query() argument
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt.c78 const char *ec_query_operation_name(int operation_id) in ec_query_operation_name() argument
92 const char *sm2_query_operation_name(int operation_id) in sm2_query_operation_name() argument
/third_party/node/deps/openssl/openssl/crypto/
H A Dprovider_core.c1596 ossl_provider_query_operation(const OSSL_PROVIDER *prov, int operation_id, int *no_cache) ossl_provider_query_operation() argument
1613 ossl_provider_unquery_operation(const OSSL_PROVIDER *prov, int operation_id, const OSSL_ALGORITHM *algs) ossl_provider_unquery_operation() argument
/third_party/openssl/crypto/
H A Dprovider_core.c1594 ossl_provider_query_operation(const OSSL_PROVIDER *prov, int operation_id, int *no_cache) ossl_provider_query_operation() argument
1611 ossl_provider_unquery_operation(const OSSL_PROVIDER *prov, int operation_id, const OSSL_ALGORITHM *algs) ossl_provider_unquery_operation() argument

Completed in 19 milliseconds

12