Home
last modified time | relevance | path

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

/openssl/crypto/x509/
H A Dt_acert.c127 const GENERAL_NAMES *holderEntities; in X509_ACERT_print_ex() local
134 holderEntities = X509_ACERT_get0_holder_entityName(x); in X509_ACERT_print_ex()
135 if (holderEntities != NULL) { in X509_ACERT_print_ex()
136 for (i = 0; i < sk_GENERAL_NAME_num(holderEntities); i++) { in X509_ACERT_print_ex()
139 entity = sk_GENERAL_NAME_value(holderEntities, i); in X509_ACERT_print_ex()

Completed in 15 milliseconds