Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/x509/
H A Dv3_addr.c53 ASN1_SIMPLE(IPAddressFamily, ipAddressChoice, IPAddressChoice)
258 switch (f->ipAddressChoice->type) { in i2r_IPAddrBlocks()
266 f->ipAddressChoice->u.addressesOrRanges, afi)) in i2r_IPAddrBlocks()
527 if (f->ipAddressChoice == NULL && (f->ipAddressChoice = IPAddressChoice_new()) == NULL) in make_IPAddressFamily()
551 …if (f == NULL || f->ipAddressChoice == NULL || (f->ipAddressChoice->type == IPAddressChoice_addres… in X509v3_addr_add_inherit()
553 … if (f->ipAddressChoice->type == IPAddressChoice_inherit && f->ipAddressChoice->u.inherit != NULL) in X509v3_addr_add_inherit()
555 …if (f->ipAddressChoice->u.inherit == NULL && (f->ipAddressChoice->u.inherit = ASN1_NULL_new()) == … in X509v3_addr_add_inherit()
557 f->ipAddressChoice->type = IPAddressChoice_inherit; in X509v3_addr_add_inherit()
571 …if (f == NULL || f->ipAddressChoice == NULL || (f->ipAddressChoice->type == IPAddressChoice_inheri… in make_prefix_or_range()
573 if (f->ipAddressChoice->type == IPAddressChoice_addressesOrRanges) in make_prefix_or_range()
[all …]
/freebsd/crypto/openssl/test/
H A Dv3ext.c158 if (!TEST_int_eq(fam->ipAddressChoice->type, IPAddressChoice_addressesOrRanges)) in check_addr()
161 if (!TEST_int_eq(sk_IPAddressOrRange_num(fam->ipAddressChoice->u.addressesOrRanges), 1)) in check_addr()
164 aorr = sk_IPAddressOrRange_value(fam->ipAddressChoice->u.addressesOrRanges, 0); in check_addr()
264 if (f1->ipAddressChoice == NULL && (f1->ipAddressChoice = IPAddressChoice_new()) == NULL) in test_addr_fam_len()
290 if (f1->ipAddressChoice == NULL && (f1->ipAddressChoice = IPAddressChoice_new()) == NULL) in test_addr_fam_len()
298 f1->ipAddressChoice->type = IPAddressChoice_inherit; in test_addr_fam_len()
/freebsd/crypto/openssl/include/openssl/
H A Dx509v3.h.in908 IPAddressChoice *ipAddressChoice; member
H A Dx509v3.h1244 IPAddressChoice *ipAddressChoice; member