Lines Matching defs:ext
111 void *ext, BIO *out, int indent)
113 ASIdentifiers *asid = ext;
738 ASIdentifiers *ext)
745 || !ossl_assert(ctx != NULL || ext != NULL)
758 if (ext != NULL) {
764 if ((ext = x->rfc3779_asid) == NULL)
767 if (!X509v3_asid_is_canonical(ext))
769 if (ext->asnum != NULL) {
770 switch (ext->asnum->type) {
775 child_as = ext->asnum->u.asIdsOrRanges;
779 if (ext->rdi != NULL) {
780 switch (ext->rdi->type) {
785 child_rdi = ext->rdi->u.asIdsOrRanges;
885 ASIdentifiers *ext, int allow_inheritance)
887 if (ext == NULL)
891 if (!allow_inheritance && X509v3_asid_inherits(ext))
893 return asid_validate_path_internal(NULL, chain, ext);