Home
last modified time | relevance | path

Searched refs:ossl_algorithm_get1_first_name (Results 1 – 15 of 15) sorted by relevance

/freebsd/crypto/openssl/include/internal/
H A Dcore.h65 char *ossl_algorithm_get1_first_name(const OSSL_ALGORITHM *algo);
/freebsd/crypto/openssl/crypto/
H A Dcore_algorithm.c180 char *ossl_algorithm_get1_first_name(const OSSL_ALGORITHM *algo) in ossl_algorithm_get1_first_name() function
/freebsd/crypto/openssl/crypto/evp/
H A Dkdf_meth.c71 if ((kdf->type_name = ossl_algorithm_get1_first_name(algodef)) == NULL) in evp_kdf_from_algorithm()
H A Dmac_meth.c71 if ((mac->type_name = ossl_algorithm_get1_first_name(algodef)) == NULL) in evp_mac_from_algorithm()
H A Dskeymgmt_meth.c72 if ((skeymgmt->type_name = ossl_algorithm_get1_first_name(algodef)) == NULL) { in skeymgmt_from_algorithm()
H A Dkem.c316 if ((kem->type_name = ossl_algorithm_get1_first_name(algodef)) == NULL) in evp_kem_from_algorithm()
H A Dexchange.c63 if ((exchange->type_name = ossl_algorithm_get1_first_name(algodef)) == NULL) in evp_keyexch_from_algorithm()
H A Dkeymgmt_meth.c79 if ((keymgmt->type_name = ossl_algorithm_get1_first_name(algodef)) == NULL) { in keymgmt_from_algorithm()
H A Dasymcipher.c380 if ((cipher->type_name = ossl_algorithm_get1_first_name(algodef)) == NULL) in evp_asym_cipher_from_algorithm()
H A Devp_rand.c133 if ((rand->type_name = ossl_algorithm_get1_first_name(algodef)) == NULL) { in evp_rand_from_algorithm()
H A Dsignature.c73 if ((signature->type_name = ossl_algorithm_get1_first_name(algodef)) == NULL) in evp_signature_from_algorithm()
H A Ddigest.c1039 if ((md->type_name = ossl_algorithm_get1_first_name(algodef)) == NULL) in evp_md_from_algorithm()
H A Devp_enc.c1906 if ((cipher->type_name = ossl_algorithm_get1_first_name(algodef)) == NULL) in evp_cipher_from_algorithm()
/freebsd/crypto/openssl/crypto/encode_decode/
H A Dencoder_meth.c219 if ((encoder->base.name = ossl_algorithm_get1_first_name(algodef)) == NULL) { in encoder_from_algorithm()
H A Ddecoder_meth.c219 if ((decoder->base.name = ossl_algorithm_get1_first_name(algodef)) == NULL) { in ossl_decoder_from_algorithm()