Home
last modified time | relevance | path

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

/dflybsd-src/crypto/libressl/crypto/x509/
H A Dx509_asid.c138 .offset = offsetof(ASIdentifierChoice, u.inherit),
145 .offset = offsetof(ASIdentifierChoice, u.asIdsOrRanges),
153 .utype = offsetof(ASIdentifierChoice, type),
157 .size = sizeof(ASIdentifierChoice),
238 ASIdentifierChoice *
239 d2i_ASIdentifierChoice(ASIdentifierChoice **a, const unsigned char **in, in d2i_ASIdentifierChoice()
242 return (ASIdentifierChoice *)ASN1_item_d2i((ASN1_VALUE **)a, in, len, in d2i_ASIdentifierChoice()
247 i2d_ASIdentifierChoice(ASIdentifierChoice *a, unsigned char **out) in i2d_ASIdentifierChoice()
252 ASIdentifierChoice *
255 return (ASIdentifierChoice *)ASN1_item_new(&ASIdentifierChoice_it); in ASIdentifierChoice_new()
[all …]
/dflybsd-src/crypto/libressl/include/openssl/
H A Dx509v3.h878 } ASIdentifierChoice; typedef
881 ASIdentifierChoice *asnum;
882 ASIdentifierChoice *rdi;
898 ASIdentifierChoice *ASIdentifierChoice_new(void);
899 void ASIdentifierChoice_free(ASIdentifierChoice *a);
900 ASIdentifierChoice *d2i_ASIdentifierChoice(ASIdentifierChoice **a,
902 int i2d_ASIdentifierChoice(ASIdentifierChoice *a, unsigned char **out);