/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | evp_fetch.c | 47 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 133 || !ossl_assert(operation_id > 0 in evp_method_id() 134 && operation_id <= METHOD_ID_OPERATION_MAX)) in evp_method_id() 137 | (operation_id & METHOD_ID_OPERATION_MASK)); in evp_method_id() 165 || (meth_id = evp_method_id(name_id, methdata->operation_id)) == 0) in get_evp_method_from_store() 203 || (meth_id = evp_method_id(name_id, methdata->operation_id)) == 0) in put_evp_method_in_store() 261 OSSL_PROVIDER *prov, int operation_id, in inner_evp_generic_fetch() 283 * If there's ever an operation_id == 0 passed, we have an internal in inner_evp_generic_fetch() 286 if (!ossl_assert(operation_id > in inner_evp_generic_fetch() 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...] |
H A D | evp_local.h | 266 void *evp_generic_fetch(OSSL_LIB_CTX *ctx, int operation_id, 273 void *evp_generic_fetch_by_number(OSSL_LIB_CTX *ctx, int operation_id, 280 void *evp_generic_fetch_from_prov(OSSL_PROVIDER *prov, int operation_id, 287 void evp_generic_do_all_prefetched(OSSL_LIB_CTX *libctx, int operation_id, 290 void evp_generic_do_all(OSSL_LIB_CTX *libctx, int operation_id,
|
/third_party/openssl/crypto/evp/ |
H A D | evp_fetch.c | 47 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 133 || !ossl_assert(operation_id > 0 in evp_method_id() 134 && operation_id <= METHOD_ID_OPERATION_MAX)) in evp_method_id() 137 | (operation_id & METHOD_ID_OPERATION_MASK)); in evp_method_id() 165 || (meth_id = evp_method_id(name_id, methdata->operation_id)) == 0) in get_evp_method_from_store() 203 || (meth_id = evp_method_id(name_id, methdata->operation_id)) == 0) in put_evp_method_in_store() 261 OSSL_PROVIDER *prov, int operation_id, in inner_evp_generic_fetch() 283 * If there's ever an operation_id == 0 passed, we have an internal in inner_evp_generic_fetch() 286 if (!ossl_assert(operation_id > in inner_evp_generic_fetch() 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...] |
H A D | evp_local.h | 266 void *evp_generic_fetch(OSSL_LIB_CTX *ctx, int operation_id, 273 void *evp_generic_fetch_by_number(OSSL_LIB_CTX *ctx, int operation_id, 280 void *evp_generic_fetch_from_prov(OSSL_PROVIDER *prov, int operation_id, 287 void evp_generic_do_all_prefetched(OSSL_LIB_CTX *libctx, int operation_id, 290 void evp_generic_do_all(OSSL_LIB_CTX *libctx, int operation_id,
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | core_algorithm.c | 18 int operation_id; /* May be zero for finding them all */ member 19 int (*pre)(OSSL_PROVIDER *, int operation_id, int no_store, void *data, 25 int (*post)(OSSL_PROVIDER *, int operation_id, int no_store, void *data, 97 * Given a provider, process one operation given by |data->operation_id|, or 110 if (data->operation_id != 0) in algorithm_do_this() 111 first_operation = last_operation = data->operation_id; in algorithm_do_this() 137 void ossl_algorithm_do_all(OSSL_LIB_CTX *libctx, int operation_id, in ossl_algorithm_do_all() argument 139 int (*pre)(OSSL_PROVIDER *, int operation_id, in ossl_algorithm_do_all() 146 int (*post)(OSSL_PROVIDER *, int operation_id, in ossl_algorithm_do_all() 153 cbdata.operation_id in ossl_algorithm_do_all() [all...] |
H A D | core_fetch.c | 21 int operation_id; member 60 int operation_id, int no_store, in ossl_method_construct_precondition() 73 && !ossl_provider_test_operation_bit(provider, operation_id, result)) in ossl_method_construct_precondition() 87 int operation_id, int no_store, in ossl_method_construct_postcondition() 99 || ossl_provider_set_operation_bit(provider, operation_id); in ossl_method_construct_postcondition() 130 void *ossl_method_construct(OSSL_LIB_CTX *libctx, int operation_id, in ossl_method_construct() argument 153 ossl_algorithm_do_all(libctx, operation_id, provider, in ossl_method_construct() 59 ossl_method_construct_precondition(OSSL_PROVIDER *provider, int operation_id, int no_store, void *cbdata, int *result) ossl_method_construct_precondition() argument 86 ossl_method_construct_postcondition(OSSL_PROVIDER *provider, int operation_id, int no_store, void *cbdata, int *result) ossl_method_construct_postcondition() argument
|
H A D | provider.c | 79 int operation_id, in OSSL_PROVIDER_query_operation() 82 return ossl_provider_query_operation(prov, operation_id, no_cache); in OSSL_PROVIDER_query_operation() 86 int operation_id, in OSSL_PROVIDER_unquery_operation() 89 ossl_provider_unquery_operation(prov, operation_id, algs); in OSSL_PROVIDER_unquery_operation() 78 OSSL_PROVIDER_query_operation(const OSSL_PROVIDER *prov, int operation_id, int *no_cache) OSSL_PROVIDER_query_operation() argument 85 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 D | core_algorithm.c | 18 int operation_id; /* May be zero for finding them all */ member 19 int (*pre)(OSSL_PROVIDER *, int operation_id, int no_store, void *data, 25 int (*post)(OSSL_PROVIDER *, int operation_id, int no_store, void *data, 97 * Given a provider, process one operation given by |data->operation_id|, or 110 if (data->operation_id != 0) in algorithm_do_this() 111 first_operation = last_operation = data->operation_id; in algorithm_do_this() 137 void ossl_algorithm_do_all(OSSL_LIB_CTX *libctx, int operation_id, in ossl_algorithm_do_all() argument 139 int (*pre)(OSSL_PROVIDER *, int operation_id, in ossl_algorithm_do_all() 146 int (*post)(OSSL_PROVIDER *, int operation_id, in ossl_algorithm_do_all() 153 cbdata.operation_id in ossl_algorithm_do_all() [all...] |
H A D | core_fetch.c | 21 int operation_id; member 60 int operation_id, int no_store, in ossl_method_construct_precondition() 73 && !ossl_provider_test_operation_bit(provider, operation_id, result)) in ossl_method_construct_precondition() 87 int operation_id, int no_store, in ossl_method_construct_postcondition() 99 || ossl_provider_set_operation_bit(provider, operation_id); in ossl_method_construct_postcondition() 130 void *ossl_method_construct(OSSL_LIB_CTX *libctx, int operation_id, in ossl_method_construct() argument 153 ossl_algorithm_do_all(libctx, operation_id, provider, in ossl_method_construct() 59 ossl_method_construct_precondition(OSSL_PROVIDER *provider, int operation_id, int no_store, void *cbdata, int *result) ossl_method_construct_precondition() argument 86 ossl_method_construct_postcondition(OSSL_PROVIDER *provider, int operation_id, int no_store, void *cbdata, int *result) ossl_method_construct_postcondition() argument
|
H A D | provider.c | 79 int operation_id, in OSSL_PROVIDER_query_operation() 82 return ossl_provider_query_operation(prov, operation_id, no_cache); in OSSL_PROVIDER_query_operation() 86 int operation_id, in OSSL_PROVIDER_unquery_operation() 89 ossl_provider_unquery_operation(prov, operation_id, algs); in OSSL_PROVIDER_unquery_operation() 78 OSSL_PROVIDER_query_operation(const OSSL_PROVIDER *prov, int operation_id, int *no_cache) OSSL_PROVIDER_query_operation() argument 85 OSSL_PROVIDER_unquery_operation(const OSSL_PROVIDER *prov, int operation_id, const OSSL_ALGORITHM *algs) OSSL_PROVIDER_unquery_operation() argument
|
/third_party/node/deps/openssl/openssl/include/internal/ |
H A D | core.h | 22 * up a match for the < operation_id, name, property > combination. 49 void *ossl_method_construct(OSSL_LIB_CTX *ctx, int operation_id, 53 void ossl_algorithm_do_all(OSSL_LIB_CTX *libctx, int operation_id, 55 int (*pre)(OSSL_PROVIDER *, int operation_id, 62 int (*post)(OSSL_PROVIDER *, int operation_id,
|
H A D | provider.h | 92 int operation_id, 95 int operation_id,
|
/third_party/openssl/include/internal/ |
H A D | core.h | 22 * up a match for the < operation_id, name, property > combination. 49 void *ossl_method_construct(OSSL_LIB_CTX *ctx, int operation_id, 53 void ossl_algorithm_do_all(OSSL_LIB_CTX *libctx, int operation_id, 55 int (*pre)(OSSL_PROVIDER *, int operation_id, 62 int (*post)(OSSL_PROVIDER *, int operation_id,
|
H A D | provider.h | 92 int operation_id, 95 int operation_id,
|
/third_party/openssl/test/ |
H A D | filterprov.c | 79 int operation_id, in filter_query() 87 if (globs->dispatch[i].operation == operation_id) { in filter_query() 94 return OSSL_PROVIDER_query_operation(globs->deflt, operation_id, no_cache); in filter_query() 97 static void filter_unquery(void *provctx, int operation_id, in filter_unquery() argument 111 OSSL_PROVIDER_unquery_operation(globs->deflt, operation_id, algs); in filter_unquery() 78 filter_query(void *provctx, int operation_id, int *no_cache) filter_query() argument
|
H A D | user_property_test.c | 57 int operation_id, in testprov_query() 61 return operation_id == OSSL_OP_DIGEST ? testprov_digests : NULL; in testprov_query() 56 testprov_query(void *provctx, int operation_id, int *no_cache) testprov_query() argument
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | provider.h | 42 int operation_id, 45 int operation_id, const OSSL_ALGORITHM *algs);
|
/third_party/openssl/include/openssl/ |
H A D | provider.h | 42 int operation_id, 45 int operation_id, const OSSL_ALGORITHM *algs);
|
/third_party/node/deps/openssl/openssl/providers/ |
H A D | baseprov.c | 94 static const OSSL_ALGORITHM *base_query(void *provctx, int operation_id, in base_query() argument 98 switch (operation_id) { in base_query()
|
H A D | legacyprov.c | 151 static const OSSL_ALGORITHM *legacy_query(void *provctx, int operation_id, in legacy_query() argument 155 switch (operation_id) { in legacy_query()
|
/third_party/node/deps/openssl/openssl/fuzz/ |
H A D | fuzz_rand.c | 126 int operation_id, in fuzz_rand_query() 130 switch (operation_id) { in fuzz_rand_query() 125 fuzz_rand_query(void *provctx, int operation_id, int *no_cache) fuzz_rand_query() argument
|
/third_party/openssl/providers/ |
H A D | baseprov.c | 94 static const OSSL_ALGORITHM *base_query(void *provctx, int operation_id, in base_query() argument 98 switch (operation_id) { in base_query()
|
H A D | legacyprov.c | 151 static const OSSL_ALGORITHM *legacy_query(void *provctx, int operation_id, in legacy_query() argument 155 switch (operation_id) { in legacy_query()
|
/third_party/openssl/fuzz/ |
H A D | fuzz_rand.c | 126 int operation_id, in fuzz_rand_query() 130 switch (operation_id) { in fuzz_rand_query() 125 fuzz_rand_query(void *provctx, int operation_id, int *no_cache) fuzz_rand_query() argument
|
/third_party/openssl/test/testutil/ |
H A D | fake_random.c | 146 int operation_id, in fake_rand_query() 150 switch (operation_id) { in fake_rand_query() 145 fake_rand_query(void *provctx, int operation_id, int *no_cache) fake_rand_query() argument
|