Home
last modified time | relevance | path

Searched refs:evp_generic_fetch (Results 1 – 14 of 14) sorted by relevance

/src/crypto/openssl/doc/internal/man3/
H A Devp_generic_fetch.pod5 evp_generic_fetch, evp_generic_fetch_from_prov
13 void *evp_generic_fetch(OSSL_LIB_CTX *libctx, int operation_id,
35 evp_generic_fetch() calls ossl_method_construct() with the given
40 evp_generic_fetch_from_prov() does the same thing as evp_generic_fetch(),
70 evp_generic_fetch() returns a method on success, or NULL on error.
204 evp_generic_fetch(ctx, OSSL_OP_FOO, name, properties,
/src/crypto/openssl/crypto/evp/
H A Dkdf_meth.c162 return evp_generic_fetch(libctx, OSSL_OP_KDF, algorithm, properties, in EVP_KDF_fetch()
H A Dmac_meth.c178 return evp_generic_fetch(libctx, OSSL_OP_MAC, algorithm, properties, in EVP_MAC_fetch()
H A Dskeymgmt_meth.c145 return evp_generic_fetch(ctx, OSSL_OP_SKEYMGMT, algorithm, properties, in EVP_SKEYMGMT_fetch()
H A Devp_local.h301 void *evp_generic_fetch(OSSL_LIB_CTX *ctx, int operation_id,
H A Dexchange.c184 return evp_generic_fetch(ctx, OSSL_OP_KEYEXCH, algorithm, properties, in EVP_KEYEXCH_fetch()
H A Dkem.c463 return evp_generic_fetch(ctx, OSSL_OP_KEM, algorithm, properties, in EVP_KEM_fetch()
H A Dasymcipher.c514 return evp_generic_fetch(ctx, OSSL_OP_ASYM_CIPHER, algorithm, properties, in EVP_ASYM_CIPHER_fetch()
H A Dkeymgmt_meth.c280 return evp_generic_fetch(ctx, OSSL_OP_KEYMGMT, algorithm, properties, in EVP_KEYMGMT_fetch()
H A Devp_fetch.c391 void *evp_generic_fetch(OSSL_LIB_CTX *libctx, int operation_id, in evp_generic_fetch() function
H A Devp_rand.c285 return evp_generic_fetch(libctx, OSSL_OP_RAND, algorithm, properties, in EVP_RAND_fetch()
H A Dsignature.c486 return evp_generic_fetch(ctx, OSSL_OP_SIGNATURE, algorithm, properties, in EVP_SIGNATURE_fetch()
H A Ddigest.c1161 EVP_MD *md = evp_generic_fetch(ctx, OSSL_OP_DIGEST, algorithm, properties, in EVP_MD_fetch()
H A Devp_enc.c2065 EVP_CIPHER *cipher = evp_generic_fetch(ctx, OSSL_OP_CIPHER, algorithm, properties, in EVP_CIPHER_fetch()