Searched refs:ialt (Results 1 – 2 of 2) sorted by relevance
338 GENERAL_NAMES *ialt = NULL; in copy_issuer() local353 || (ialt = X509V3_EXT_d2i(ext)) == NULL) { in copy_issuer()358 num = sk_GENERAL_NAME_num(ialt); in copy_issuer()365 gen = sk_GENERAL_NAME_value(ialt, i); in copy_issuer()368 sk_GENERAL_NAME_free(ialt); in copy_issuer()373 sk_GENERAL_NAME_free(ialt); in copy_issuer()
2320 GENERAL_NAMES *ialt = NULL; in crypto_retrieve_X509_sans() local2347 if (!(ext = X509_get_ext(cert, l)) || !(ialt = X509V3_EXT_d2i(ext))) { in crypto_retrieve_X509_sans()2351 num_sans = sk_GENERAL_NAME_num(ialt); in crypto_retrieve_X509_sans()2379 gen = sk_GENERAL_NAME_value(ialt, i); in crypto_retrieve_X509_sans()2436 sk_GENERAL_NAME_pop_free(ialt, GENERAL_NAME_free); in crypto_retrieve_X509_sans()