Home
last modified time | relevance | path

Searched refs:ialt (Results 1 – 2 of 2) sorted by relevance

/onnv-gate/usr/src/common/openssl/crypto/x509v3/
H A Dv3_alt.c269 GENERAL_NAMES *ialt; in copy_issuer() local
281 !(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()
/onnv-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c1842 GENERAL_NAMES *ialt = NULL; in crypto_retrieve_X509_sans() local
1847 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()