Home
last modified time | relevance | path

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

/dflybsd-src/crypto/libressl/crypto/x509/
H A Dx509_addr.c144 .offset = offsetof(IPAddressChoice, u.inherit),
151 .offset = offsetof(IPAddressChoice, u.addressesOrRanges),
159 .utype = offsetof(IPAddressChoice, type),
163 .size = sizeof(IPAddressChoice),
262 IPAddressChoice *
263 d2i_IPAddressChoice(IPAddressChoice **a, const unsigned char **in, long len) in d2i_IPAddressChoice()
265 return (IPAddressChoice *)ASN1_item_d2i((ASN1_VALUE **)a, in, len, in d2i_IPAddressChoice()
270 i2d_IPAddressChoice(IPAddressChoice *a, unsigned char **out) in i2d_IPAddressChoice()
275 IPAddressChoice *
278 return (IPAddressChoice *)ASN1_item_new(&IPAddressChoice_it); in IPAddressChoice_new()
[all …]
/dflybsd-src/crypto/libressl/include/openssl/
H A Dx509v3.h940 } IPAddressChoice; typedef
944 IPAddressChoice *ipAddressChoice;
964 IPAddressChoice *IPAddressChoice_new(void);
965 void IPAddressChoice_free(IPAddressChoice *a);
966 IPAddressChoice *d2i_IPAddressChoice(IPAddressChoice **a,
968 int i2d_IPAddressChoice(IPAddressChoice *a, unsigned char **out);