Home
last modified time | relevance | path

Searched defs:algodef (Results 1 – 16 of 16) sorted by relevance

/freebsd/crypto/openssl/crypto/evp/
H A Devp_fetch.c210 static void *construct_evp_method(const OSSL_ALGORITHM *algodef, in construct_evp_method()
255 const OSSL_ALGORITHM *algodef, in inner_evp_generic_fetch()
393 const OSSL_ALGORITHM *algodef, in evp_generic_fetch()
419 const OSSL_ALGORITHM *algodef, in evp_generic_fetch_from_prov()
632 const OSSL_ALGORITHM *algodef, in evp_generic_do_all()
H A Dkdf_meth.c59 const OSSL_ALGORITHM *algodef, in evp_kdf_from_algorithm()
H A Dmac_meth.c58 const OSSL_ALGORITHM *algodef, in evp_mac_from_algorithm()
H A Dskeymgmt_meth.c62 const OSSL_ALGORITHM *algodef, in skeymgmt_from_algorithm()
H A Dexchange.c50 const OSSL_ALGORITHM *algodef, in evp_keyexch_from_algorithm()
H A Dkem.c302 static void *evp_kem_from_algorithm(int name_id, const OSSL_ALGORITHM *algodef, in evp_kem_from_algorithm()
H A Dasymcipher.c370 const OSSL_ALGORITHM *algodef, in evp_asym_cipher_from_algorithm()
H A Dkeymgmt_meth.c64 const OSSL_ALGORITHM *algodef, in keymgmt_from_algorithm()
H A Dsignature.c53 const OSSL_ALGORITHM *algodef, in evp_signature_from_algorithm()
H A Ddigest.c1016 const OSSL_ALGORITHM *algodef, in evp_md_from_algorithm()
H A Devp_rand.c118 const OSSL_ALGORITHM *algodef, in evp_rand_from_algorithm()
H A Devp_enc.c1884 const OSSL_ALGORITHM *algodef, in evp_cipher_from_algorithm()
/freebsd/crypto/openssl/crypto/store/
H A Dstore_meth.c178 static void *loader_from_algorithm(int scheme_id, const OSSL_ALGORITHM *algodef, in loader_from_algorithm()
253 static void *construct_loader(const OSSL_ALGORITHM *algodef, in construct_loader()
/freebsd/crypto/openssl/crypto/encode_decode/
H A Dencoder_meth.c209 static void *encoder_from_algorithm(int id, const OSSL_ALGORITHM *algodef, in encoder_from_algorithm()
313 static void *construct_encoder(const OSSL_ALGORITHM *algodef, in construct_encoder()
H A Ddecoder_meth.c209 void *ossl_decoder_from_algorithm(int id, const OSSL_ALGORITHM *algodef, in ossl_decoder_from_algorithm()
303 static void *construct_decoder(const OSSL_ALGORITHM *algodef, in construct_decoder()
H A Dencoder_local.h25 const OSSL_ALGORITHM *algodef; member