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

/openbsd-current/lib/libcrypto/x509/
H A Dx509_addr.c178 .offset = offsetof(IPAddressFamily, ipAddressChoice),
179 .field_name = "ipAddressChoice",
335 /* XXX - can af->ipAddressChoice == NULL actually happen? */
336 if (af == NULL || af->ipAddressChoice == NULL)
339 switch (af->ipAddressChoice->type) {
342 return af->ipAddressChoice->type;
352 return af->ipAddressChoice->u.addressesOrRanges;
361 return af->ipAddressChoice->u.inherit;
375 if ((af->ipAddressChoice->u.inherit = ASN1_NULL_new()) == NULL)
377 af->ipAddressChoice
[all...]
H A Dx509v3.h862 IPAddressChoice *ipAddressChoice; member in struct:IPAddressFamily_st
/openbsd-current/usr.sbin/rpki-client/
H A Dcert.c374 switch (af->ipAddressChoice->type) {
380 aors = af->ipAddressChoice->u.addressesOrRanges;
385 fn, af->ipAddressChoice->type);
H A Dx509.c730 if (af->ipAddressChoice->type != IPAddressChoice_inherit)

Completed in 200 milliseconds