Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/x509/
H A Dv3_addr.c259 case IPAddressChoice_inherit: in i2r_IPAddrBlocks()
553 … if (f->ipAddressChoice->type == IPAddressChoice_inherit && f->ipAddressChoice->u.inherit != NULL) in X509v3_addr_add_inherit()
557 f->ipAddressChoice->type = IPAddressChoice_inherit; in X509v3_addr_add_inherit()
571 …LL || f->ipAddressChoice == NULL || (f->ipAddressChoice->type == IPAddressChoice_inherit && f->ipA… in make_prefix_or_range()
740 case IPAddressChoice_inherit: in X509v3_addr_is_canonical()
1113 if (f->ipAddressChoice->type == IPAddressChoice_inherit) in X509v3_addr_inherits()
1268 if (fc->ipAddressChoice->type != IPAddressChoice_inherit) { in addr_validate_path_internal()
1295 if (fc->ipAddressChoice->type == IPAddressChoice_inherit in addr_validate_path_internal()
1316 if (fp->ipAddressChoice->type == IPAddressChoice_inherit in addr_validate_path_internal()
/freebsd/crypto/openssl/test/
H A Dv3ext.c298 f1->ipAddressChoice->type = IPAddressChoice_inherit; in test_addr_fam_len()
/freebsd/crypto/openssl/include/openssl/
H A Dx509v3.h.in895 #define IPAddressChoice_inherit 0 macro
H A Dx509v3.h1231 #define IPAddressChoice_inherit 0 macro