Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/crypto/x509v3/
H A Dv3_addr.c250 case IPAddressChoice_inherit: in i2r_IPAddrBlocks()
538 if (f->ipAddressChoice->type == IPAddressChoice_inherit && in X509v3_addr_add_inherit()
544 f->ipAddressChoice->type = IPAddressChoice_inherit; in X509v3_addr_add_inherit()
560 (f->ipAddressChoice->type == IPAddressChoice_inherit && in make_prefix_or_range()
719 case IPAddressChoice_inherit: in X509v3_addr_is_canonical()
1083 if (f->ipAddressChoice->type == IPAddressChoice_inherit) in X509v3_addr_inherits()
1230 if (fc->ipAddressChoice->type != IPAddressChoice_inherit) { in addr_validate_path_internal()
1254 if (fc->ipAddressChoice->type == IPAddressChoice_inherit in addr_validate_path_internal()
1272 if (fp->ipAddressChoice->type == IPAddressChoice_inherit in addr_validate_path_internal()
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dx509v3.h781 # define IPAddressChoice_inherit 0 macro