Home
last modified time | relevance | path

Searched refs:ossl_decoder_from_algorithm (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/include/crypto/
H A Ddecoder.h22 void *ossl_decoder_from_algorithm(int id, const OSSL_ALGORITHM *algodef,
/freebsd/crypto/openssl/crypto/encode_decode/
H A Ddecoder_meth.c209 void *ossl_decoder_from_algorithm(int id, const OSSL_ALGORITHM *algodef, in ossl_decoder_from_algorithm() function
320 method = ossl_decoder_from_algorithm(id, algodef, prov); in construct_decoder()
/freebsd/crypto/openssl/providers/implementations/storemgmt/
H A Dwinstore_store.c221 to_obj = ossl_decoder_from_algorithm(0, to_algo, NULL); in setup_decoder()
H A Dfile_store.c501 to_obj = ossl_decoder_from_algorithm(0, to_algo, NULL); in file_setup_decoders()