Home
last modified time | relevance | path

Searched defs:prov (Results 26 - 50 of 88) sorted by relevance

1234

/third_party/node/deps/openssl/openssl/crypto/store/
H A Dstore_meth.c45 static OSSL_STORE_LOADER *new_loader(OSSL_PROVIDER *prov) in new_loader() argument
153 static void *get_loader_from_store(void *store, const OSSL_PROVIDER **prov, in get_loader_from_store() argument
175 put_loader_in_store(void *store, void *method, const OSSL_PROVIDER *prov, const char *scheme, const char *propdef, void *data) put_loader_in_store() argument
195 loader_from_algorithm(int scheme_id, const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov) loader_from_algorithm() argument
262 construct_loader(const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov, void *data) construct_loader() argument
345 OSSL_PROVIDER *prov = NULL; inner_loader_fetch() local
431 ossl_store_loader_store_remove_all_provided(const OSSL_PROVIDER *prov) ossl_store_loader_store_remove_all_provided() argument
[all...]
H A Dstore_local.h100 OSSL_PROVIDER *prov; member
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dexchange.c21 static EVP_KEYEXCH *evp_keyexch_new(OSSL_PROVIDER *prov) in evp_keyexch_new() argument
184 EVP_KEYEXCH *evp_keyexch_fetch_from_prov(OSSL_PROVIDER *prov, in evp_keyexch_fetch_from_prov() argument
43 evp_keyexch_from_algorithm(int name_id, const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov) evp_keyexch_from_algorithm() argument
[all...]
H A Dkem.c237 static EVP_KEM *evp_kem_new(OSSL_PROVIDER *prov) in evp_kem_new() argument
413 EVP_KEM *evp_kem_fetch_from_prov(OSSL_PROVIDER *prov, cons argument
259 evp_kem_from_algorithm(int name_id, const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov) evp_kem_from_algorithm() argument
[all...]
H A Dsignature.c21 static EVP_SIGNATURE *evp_signature_new(OSSL_PROVIDER *prov) in evp_signature_new() argument
317 EVP_SIGNATURE *evp_signature_fetch_from_prov(OSSL_PROVIDER *prov, in evp_signature_fetch_from_prov() argument
43 evp_signature_from_algorithm(int name_id, const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov) evp_signature_from_algorithm() argument
[all...]
H A Dasymcipher.c302 static EVP_ASYM_CIPHER *evp_asym_cipher_new(OSSL_PROVIDER *prov) in evp_asym_cipher_new() argument
478 EVP_ASYM_CIPHER *evp_asym_cipher_fetch_from_prov(OSSL_PROVIDER *prov, in evp_asym_cipher_fetch_from_prov() argument
324 evp_asym_cipher_from_algorithm(int name_id, const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov) evp_asym_cipher_from_algorithm() argument
[all...]
H A Dkeymgmt_meth.c216 EVP_KEYMGMT *evp_keymgmt_fetch_from_prov(OSSL_PROVIDER *prov, in evp_keymgmt_fetch_from_prov() argument
36 keymgmt_from_algorithm(int name_id, const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov) keymgmt_from_algorithm() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/encode_decode/
H A Ddecoder_pkey.c233 const OSSL_PROVIDER *prov = OSSL_DECODER_get0_provider(decoder); in collect_decoder() local
H A Dencoder_pkey.c101 const OSSL_PROVIDER *prov = OSSL_ENCODER_get0_provider(encoder); in collect_encoder() local
228 const OSSL_PROVIDER *prov = NULL; in ossl_encoder_ctx_setup_for_pkey() local
343 const OSSL_PROVIDER *prov = EVP_KEYMGMT_get0_provider(pkey->keymgmt); in OSSL_ENCODER_CTX_new_for_pkey() local
[all...]
H A Dencoder_local.h21 OSSL_PROVIDER *prov; member
H A Ddecoder_meth.c150 static void *get_decoder_from_store(void *store, const OSSL_PROVIDER **prov, in get_decoder_from_store() argument
185 put_decoder_in_store(void *store, void *method, const OSSL_PROVIDER *prov, const char *names, const char *propdef, void *data) put_decoder_in_store() argument
220 ossl_decoder_from_algorithm(int id, const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov) ossl_decoder_from_algorithm() argument
314 construct_decoder(const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov, void *data) construct_decoder() argument
406 OSSL_PROVIDER *prov = NULL; inner_ossl_decoder_fetch() local
485 ossl_decoder_store_remove_all_provided(const OSSL_PROVIDER *prov) ossl_decoder_store_remove_all_provided() argument
[all...]
/third_party/openssl/test/
H A Dkeymgmt_internal_test.c295 OSSL_PROVIDER *prov = NULL; in test_evp_pkey_export_to_provider() local
H A Dproperty_test.c350 OSSL_PROVIDER prov = { 1 }; in test_register_deregister() local
391 const OSSL_PROVIDER **prov; in test_property() member
404 const OSSL_PROVIDER **prov; in test_property() member
535 OSSL_PROVIDER prov = { 1 }; in test_query_cache_stochastic() local
[all...]
H A Devp_fetch_prov_test.c79 static int load_providers(OSSL_LIB_CTX **libctx, OSSL_PROVIDER *prov[]) in load_providers() argument
109 static void unload_providers(OSSL_LIB_CTX **libctx, OSSL_PROVIDER *prov[]) in unload_providers() argument
159 OSSL_PROVIDER *prov[2] = {NULL, NULL}; in test_implicit_EVP_MD_fetch() local
173 OSSL_PROVIDER *prov[2] = {NULL, NULL}; test_explicit_EVP_MD_fetch() local
277 OSSL_PROVIDER *prov[2] = {NULL, NULL}; test_implicit_EVP_CIPHER_fetch() local
291 OSSL_PROVIDER *prov[2] = {NULL, NULL}; test_explicit_EVP_CIPHER_fetch() local
[all...]
/third_party/openssl/crypto/evp/
H A Dasymcipher.c302 static EVP_ASYM_CIPHER *evp_asym_cipher_new(OSSL_PROVIDER *prov) in evp_asym_cipher_new() argument
478 EVP_ASYM_CIPHER *evp_asym_cipher_fetch_from_prov(OSSL_PROVIDER *prov, in evp_asym_cipher_fetch_from_prov() argument
324 evp_asym_cipher_from_algorithm(int name_id, const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov) evp_asym_cipher_from_algorithm() argument
[all...]
H A Dsignature.c21 static EVP_SIGNATURE *evp_signature_new(OSSL_PROVIDER *prov) in evp_signature_new() argument
317 EVP_SIGNATURE *evp_signature_fetch_from_prov(OSSL_PROVIDER *prov, in evp_signature_fetch_from_prov() argument
43 evp_signature_from_algorithm(int name_id, const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov) evp_signature_from_algorithm() argument
[all...]
H A Dexchange.c21 static EVP_KEYEXCH *evp_keyexch_new(OSSL_PROVIDER *prov) in evp_keyexch_new() argument
184 EVP_KEYEXCH *evp_keyexch_fetch_from_prov(OSSL_PROVIDER *prov, in evp_keyexch_fetch_from_prov() argument
43 evp_keyexch_from_algorithm(int name_id, const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov) evp_keyexch_from_algorithm() argument
[all...]
H A Dkem.c237 static EVP_KEM *evp_kem_new(OSSL_PROVIDER *prov) in evp_kem_new() argument
413 EVP_KEM *evp_kem_fetch_from_prov(OSSL_PROVIDER *prov, cons argument
259 evp_kem_from_algorithm(int name_id, const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov) evp_kem_from_algorithm() argument
[all...]
/third_party/openssl/crypto/encode_decode/
H A Ddecoder_pkey.c229 const OSSL_PROVIDER *prov = OSSL_DECODER_get0_provider(decoder); in collect_decoder() local
H A Dencoder_pkey.c101 const OSSL_PROVIDER *prov = OSSL_ENCODER_get0_provider(encoder); in collect_encoder() local
228 const OSSL_PROVIDER *prov = NULL; in ossl_encoder_ctx_setup_for_pkey() local
343 const OSSL_PROVIDER *prov = EVP_KEYMGMT_get0_provider(pkey->keymgmt); in OSSL_ENCODER_CTX_new_for_pkey() local
[all...]
H A Dencoder_local.h21 OSSL_PROVIDER *prov; member
/third_party/openssl/crypto/store/
H A Dstore_meth.c45 static OSSL_STORE_LOADER *new_loader(OSSL_PROVIDER *prov) in new_loader() argument
153 static void *get_loader_from_store(void *store, const OSSL_PROVIDER **prov, in get_loader_from_store() argument
175 put_loader_in_store(void *store, void *method, const OSSL_PROVIDER *prov, const char *scheme, const char *propdef, void *data) put_loader_in_store() argument
195 loader_from_algorithm(int scheme_id, const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov) loader_from_algorithm() argument
262 construct_loader(const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov, void *data) construct_loader() argument
345 OSSL_PROVIDER *prov = NULL; inner_loader_fetch() local
431 ossl_store_loader_store_remove_all_provided(const OSSL_PROVIDER *prov) ossl_store_loader_store_remove_all_provided() argument
[all...]
H A Dstore_local.h100 OSSL_PROVIDER *prov; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dos_win32.c134 HCRYPTPROV prov; in os_get_random() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dos_win32.c134 HCRYPTPROV prov; in os_get_random() local

Completed in 16 milliseconds

1234