ossl_algorithm_get1_first_name
if ((decoder->base.name = ossl_algorithm_get1_first_name(algodef)) == NULL) {
if ((encoder->base.name = ossl_algorithm_get1_first_name(algodef)) == NULL) {
if ((cipher->type_name = ossl_algorithm_get1_first_name(algodef)) == NULL)
if ((md->type_name = ossl_algorithm_get1_first_name(algodef)) == NULL)
if ((cipher->type_name = ossl_algorithm_get1_first_name(algodef)) == NULL)
if ((rand->type_name = ossl_algorithm_get1_first_name(algodef)) == NULL) {
if ((exchange->type_name = ossl_algorithm_get1_first_name(algodef)) == NULL)
if ((kdf->type_name = ossl_algorithm_get1_first_name(algodef)) == NULL)
if ((kem->type_name = ossl_algorithm_get1_first_name(algodef)) == NULL)
if ((keymgmt->type_name = ossl_algorithm_get1_first_name(algodef)) == NULL) {
if ((mac->type_name = ossl_algorithm_get1_first_name(algodef)) == NULL)
if ((signature->type_name = ossl_algorithm_get1_first_name(algodef)) == NULL)
if ((skeymgmt->type_name = ossl_algorithm_get1_first_name(algodef)) == NULL) {
char *ossl_algorithm_get1_first_name(const OSSL_ALGORITHM *algo);