Home
last modified time | relevance | path

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

/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()

Completed in 5 milliseconds