Lines Matching refs:ext
155 void *ext,
159 ASIdentifiers *asid = ext;
705 ASIdentifiers *ext)
712 OPENSSL_assert(ctx != NULL || ext != NULL);
720 if (ext != NULL) {
727 if ((ext = x->rfc3779_asid) == NULL)
730 if (!v3_asid_is_canonical(ext))
732 if (ext->asnum != NULL) {
733 switch (ext->asnum->type) {
738 child_as = ext->asnum->u.asIdsOrRanges;
742 if (ext->rdi != NULL) {
743 switch (ext->rdi->type) {
748 child_rdi = ext->rdi->u.asIdsOrRanges;
831 ASIdentifiers *ext,
834 if (ext == NULL)
838 if (!allow_inheritance && v3_asid_inherits(ext))
840 return v3_asid_validate_path_internal(NULL, chain, ext);