Searched refs:child_as (Results 1 - 1 of 1) sorted by relevance

/external/openssl/crypto/x509v3/
H A Dv3_asid.c708 ASIdOrRanges *child_as = NULL, *child_rdi = NULL; local
738 child_as = ext->asnum->u.asIdsOrRanges;
761 if (child_as != NULL || child_rdi != NULL)
767 if (x->rfc3779_asid->asnum == NULL && child_as != NULL) {
769 child_as = NULL;
775 asid_contains(x->rfc3779_asid->asnum->u.asIdsOrRanges, child_as)) {
776 child_as = x->rfc3779_asid->asnum->u.asIdsOrRanges;

Completed in 12 milliseconds