Lines Matching defs:ext
202 void *ext, BIO *out, int indent)
204 const IPAddrBlocks *addr = ext;
1211 IPAddrBlocks *ext)
1218 || !ossl_assert(ctx != NULL || ext != NULL)
1230 if (ext != NULL) {
1236 if ((ext = x->rfc3779_addr) == NULL)
1239 if (!X509v3_addr_is_canonical(ext))
1241 (void)sk_IPAddressFamily_set_cmp_func(ext, IPAddressFamily_cmp);
1242 if ((child = sk_IPAddressFamily_dup(ext)) == NULL) {
1346 IPAddrBlocks *ext, int allow_inheritance)
1348 if (ext == NULL)
1352 if (!allow_inheritance && X509v3_addr_inherits(ext))
1354 return addr_validate_path_internal(NULL, chain, ext);