Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/crypto/x509v3/
Dv3_addr.c294 case IPAddressChoice_inherit: in i2r_IPAddrBlocks()
584 if (f->ipAddressChoice->type == IPAddressChoice_inherit && in v3_addr_add_inherit()
590 f->ipAddressChoice->type = IPAddressChoice_inherit; in v3_addr_add_inherit()
606 (f->ipAddressChoice->type == IPAddressChoice_inherit && in make_prefix_or_range()
765 case IPAddressChoice_inherit: in v3_addr_is_canonical()
1127 if (f->ipAddressChoice->type == IPAddressChoice_inherit) in v3_addr_inherits()
1264 if (fc->ipAddressChoice->type != IPAddressChoice_inherit) { in v3_addr_validate_path_internal()
1288 if (fc->ipAddressChoice->type == IPAddressChoice_inherit in v3_addr_validate_path_internal()
1306 if (fp->ipAddressChoice->type == IPAddressChoice_inherit in v3_addr_validate_path_internal()
Dx509v3.h711 # define IPAddressChoice_inherit 0 macro