Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/crypto/
H A Ddecoder.h26 void *ossl_decoder_from_algorithm(int id, const OSSL_ALGORITHM *algodef,
/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() function
331 method = ossl_decoder_from_algorithm(id, algodef, prov); in construct_decoder()
/freebsd/crypto/openssl/providers/implementations/storemgmt/
H A Dfile_store.c475 to_obj = ossl_decoder_from_algorithm(0, to_algo, NULL); in file_setup_decoders()