Searched refs:ialt (Results 1 – 2 of 2) sorted by relevance
269 GENERAL_NAMES *ialt; in copy_issuer() local281 !(ialt = X509V3_EXT_d2i(ext)) ) { in copy_issuer()286 for(i = 0; i < sk_GENERAL_NAME_num(ialt); i++) { in copy_issuer()287 gen = sk_GENERAL_NAME_value(ialt, i); in copy_issuer()293 sk_GENERAL_NAME_free(ialt); in copy_issuer()
1842 GENERAL_NAMES *ialt = NULL; in crypto_retrieve_X509_sans() local1847 if (!(ext = X509_get_ext(cert, i)) || !(ialt = X509V3_EXT_d2i(ext))) { in crypto_retrieve_X509_sans()1852 num_sans = sk_GENERAL_NAME_num(ialt); in crypto_retrieve_X509_sans()1883 gen = sk_GENERAL_NAME_value(ialt, i); in crypto_retrieve_X509_sans()1941 sk_GENERAL_NAME_pop_free(ialt, GENERAL_NAME_free); in crypto_retrieve_X509_sans()