Home
last modified time | relevance | path

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

/src/crypto/openssl/crypto/x509/
H A Dv3_san.c338 GENERAL_NAMES *ialt = NULL; in copy_issuer() local
353 || (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()
/src/crypto/krb5/src/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c2320 GENERAL_NAMES *ialt = NULL; in crypto_retrieve_X509_sans() local
2347 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()