Symbol: ossl_algorithm_get1_first_name
crypto/openssl/crypto/encode_decode/decoder_meth.c
219
if ((decoder->base.name = ossl_algorithm_get1_first_name(algodef)) == NULL) {
crypto/openssl/crypto/encode_decode/encoder_meth.c
219
if ((encoder->base.name = ossl_algorithm_get1_first_name(algodef)) == NULL) {
crypto/openssl/crypto/evp/asymcipher.c
381
if ((cipher->type_name = ossl_algorithm_get1_first_name(algodef)) == NULL)
crypto/openssl/crypto/evp/digest.c
1039
if ((md->type_name = ossl_algorithm_get1_first_name(algodef)) == NULL)
crypto/openssl/crypto/evp/evp_enc.c
1910
if ((cipher->type_name = ossl_algorithm_get1_first_name(algodef)) == NULL)
crypto/openssl/crypto/evp/evp_rand.c
133
if ((rand->type_name = ossl_algorithm_get1_first_name(algodef)) == NULL) {
crypto/openssl/crypto/evp/exchange.c
63
if ((exchange->type_name = ossl_algorithm_get1_first_name(algodef)) == NULL)
crypto/openssl/crypto/evp/kdf_meth.c
71
if ((kdf->type_name = ossl_algorithm_get1_first_name(algodef)) == NULL)
crypto/openssl/crypto/evp/kem.c
315
if ((kem->type_name = ossl_algorithm_get1_first_name(algodef)) == NULL)
crypto/openssl/crypto/evp/keymgmt_meth.c
79
if ((keymgmt->type_name = ossl_algorithm_get1_first_name(algodef)) == NULL) {
crypto/openssl/crypto/evp/mac_meth.c
71
if ((mac->type_name = ossl_algorithm_get1_first_name(algodef)) == NULL)
crypto/openssl/crypto/evp/signature.c
73
if ((signature->type_name = ossl_algorithm_get1_first_name(algodef)) == NULL)
crypto/openssl/crypto/evp/skeymgmt_meth.c
72
if ((skeymgmt->type_name = ossl_algorithm_get1_first_name(algodef)) == NULL) {
crypto/openssl/include/internal/core.h
65
char *ossl_algorithm_get1_first_name(const OSSL_ALGORITHM *algo);