Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/internal/man3/
H A Devp_generic_fetch.pod5 evp_generic_fetch, evp_generic_fetch_by_number, evp_generic_fetch_from_prov
13 void *evp_generic_fetch(OSSL_LIB_CTX *libctx, int operation_id,
44 evp_generic_fetch() calls ossl_method_construct() with the given
49 evp_generic_fetch_by_number() does the same thing as evp_generic_fetch(),
57 evp_generic_fetch_from_prov() does the same thing as evp_generic_fetch(),
87 evp_generic_fetch() returns a method on success, or NULL on error.
204 evp_generic_fetch(ctx, OSSL_OP_FOO, name, properties,
/freebsd/crypto/openssl/crypto/evp/
H A Dkdf_meth.c163 return evp_generic_fetch(libctx, OSSL_OP_KDF, algorithm, properties, in EVP_KDF_fetch()
H A Dmac_meth.c172 return evp_generic_fetch(libctx, OSSL_OP_MAC, algorithm, properties, in EVP_MAC_fetch()
H A Devp_local.h266 void *evp_generic_fetch(OSSL_LIB_CTX *ctx, int operation_id,
H A Dkem.c407 return evp_generic_fetch(ctx, OSSL_OP_KEM, algorithm, properties, in EVP_KEM_fetch()
H A Dkeymgmt_meth.c230 return evp_generic_fetch(ctx, OSSL_OP_KEYMGMT, algorithm, properties, in EVP_KEYMGMT_fetch()
H A Dasymcipher.c472 return evp_generic_fetch(ctx, OSSL_OP_ASYM_CIPHER, algorithm, properties, in EVP_ASYM_CIPHER_fetch()
H A Dexchange.c178 return evp_generic_fetch(ctx, OSSL_OP_KEYEXCH, algorithm, properties, in EVP_KEYEXCH_fetch()
H A Devp_fetch.c396 void *evp_generic_fetch(OSSL_LIB_CTX *libctx, int operation_id, in evp_generic_fetch() function
H A Devp_rand.c276 return evp_generic_fetch(libctx, OSSL_OP_RAND, algorithm, properties, in EVP_RAND_fetch()
H A Dsignature.c311 return evp_generic_fetch(ctx, OSSL_OP_SIGNATURE, algorithm, properties, in EVP_SIGNATURE_fetch()
H A Ddigest.c1073 evp_generic_fetch(ctx, OSSL_OP_DIGEST, algorithm, properties, in EVP_MD_fetch()
H A Devp_enc.c1673 evp_generic_fetch(ctx, OSSL_OP_CIPHER, algorithm, properties, in EVP_CIPHER_fetch()