Symbol: ASIdentifierChoice
crypto/libressl/crypto/x509/x509_asid.c
138
.offset = offsetof(ASIdentifierChoice, u.inherit),
crypto/libressl/crypto/x509/x509_asid.c
145
.offset = offsetof(ASIdentifierChoice, u.asIdsOrRanges),
crypto/libressl/crypto/x509/x509_asid.c
153
.utype = offsetof(ASIdentifierChoice, type),
crypto/libressl/crypto/x509/x509_asid.c
157
.size = sizeof(ASIdentifierChoice),
crypto/libressl/crypto/x509/x509_asid.c
238
ASIdentifierChoice *
crypto/libressl/crypto/x509/x509_asid.c
239
d2i_ASIdentifierChoice(ASIdentifierChoice **a, const unsigned char **in,
crypto/libressl/crypto/x509/x509_asid.c
242
return (ASIdentifierChoice *)ASN1_item_d2i((ASN1_VALUE **)a, in, len,
crypto/libressl/crypto/x509/x509_asid.c
247
i2d_ASIdentifierChoice(ASIdentifierChoice *a, unsigned char **out)
crypto/libressl/crypto/x509/x509_asid.c
252
ASIdentifierChoice *
crypto/libressl/crypto/x509/x509_asid.c
255
return (ASIdentifierChoice *)ASN1_item_new(&ASIdentifierChoice_it);
crypto/libressl/crypto/x509/x509_asid.c
259
ASIdentifierChoice_free(ASIdentifierChoice *a)
crypto/libressl/crypto/x509/x509_asid.c
293
i2r_ASIdentifierChoice(BIO *out, ASIdentifierChoice *choice, int indent,
crypto/libressl/crypto/x509/x509_asid.c
393
ASIdentifierChoice **choice;
crypto/libressl/crypto/x509/x509_asid.c
423
ASIdentifierChoice **choice;
crypto/libressl/crypto/x509/x509_asid.c
494
ASIdentifierChoice_is_canonical(ASIdentifierChoice *choice)
crypto/libressl/crypto/x509/x509_asid.c
602
ASIdentifierChoice_canonize(ASIdentifierChoice *choice)
crypto/libressl/include/openssl/x509v3.h
881
ASIdentifierChoice *asnum;
crypto/libressl/include/openssl/x509v3.h
882
ASIdentifierChoice *rdi;
crypto/libressl/include/openssl/x509v3.h
898
ASIdentifierChoice *ASIdentifierChoice_new(void);
crypto/libressl/include/openssl/x509v3.h
899
void ASIdentifierChoice_free(ASIdentifierChoice *a);
crypto/libressl/include/openssl/x509v3.h
900
ASIdentifierChoice *d2i_ASIdentifierChoice(ASIdentifierChoice **a,
crypto/libressl/include/openssl/x509v3.h
902
int i2d_ASIdentifierChoice(ASIdentifierChoice *a, unsigned char **out);