Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/evp/
H A Devp_fetch.c219 static void *construct_evp_method(const OSSL_ALGORITHM *algodef, in construct_evp_method()
265 const OSSL_ALGORITHM *algodef, in inner_evp_generic_fetch()
399 const OSSL_ALGORITHM *algodef, in evp_generic_fetch()
426 const OSSL_ALGORITHM *algodef, in evp_generic_fetch_by_number()
452 const OSSL_ALGORITHM *algodef, in evp_generic_fetch_from_prov()
657 const OSSL_ALGORITHM *algodef, in evp_generic_do_all()
H A Dkdf_meth.c60 const OSSL_ALGORITHM *algodef, in evp_kdf_from_algorithm()
H A Dmac_meth.c61 const OSSL_ALGORITHM *algodef, in evp_mac_from_algorithm()
H A Dkem.c259 static void *evp_kem_from_algorithm(int name_id, const OSSL_ALGORITHM *algodef, in evp_kem_from_algorithm()
H A Dexchange.c44 const OSSL_ALGORITHM *algodef, in evp_keyexch_from_algorithm()
H A Dasymcipher.c325 const OSSL_ALGORITHM *algodef, in evp_asym_cipher_from_algorithm()
H A Dsignature.c44 const OSSL_ALGORITHM *algodef, in evp_signature_from_algorithm()
H A Dkeymgmt_meth.c37 const OSSL_ALGORITHM *algodef, in keymgmt_from_algorithm()
H A Ddigest.c935 const OSSL_ALGORITHM *algodef, in evp_md_from_algorithm()
H A Devp_rand.c116 const OSSL_ALGORITHM *algodef, in evp_rand_from_algorithm()
H A Devp_enc.c1522 const OSSL_ALGORITHM *algodef, in evp_cipher_from_algorithm()
/freebsd/crypto/openssl/crypto/store/
H A Dstore_meth.c195 static void *loader_from_algorithm(int scheme_id, const OSSL_ALGORITHM *algodef, in loader_from_algorithm()
262 static void *construct_loader(const OSSL_ALGORITHM *algodef, in construct_loader()
/freebsd/crypto/openssl/crypto/encode_decode/
H A Ddecoder_meth.c220 void *ossl_decoder_from_algorithm(int id, const OSSL_ALGORITHM *algodef, in ossl_decoder_from_algorithm()
314 static void *construct_decoder(const OSSL_ALGORITHM *algodef, in construct_decoder()
H A Dencoder_meth.c220 static void *encoder_from_algorithm(int id, const OSSL_ALGORITHM *algodef, in encoder_from_algorithm()
324 static void *construct_encoder(const OSSL_ALGORITHM *algodef, in construct_encoder()
H A Dencoder_local.h24 const OSSL_ALGORITHM *algodef; member