Home
last modified time | relevance | path

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

/dragonfly/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 *
252 ASIdentifierChoice *
259 ASIdentifierChoice_free(ASIdentifierChoice *a) in ASIdentifierChoice_free()
393 ASIdentifierChoice **choice; in X509v3_asid_add_inherit()
423 ASIdentifierChoice **choice; in X509v3_asid_add_id_or_range()
494 ASIdentifierChoice_is_canonical(ASIdentifierChoice *choice) in ASIdentifierChoice_is_canonical()
[all …]
/dragonfly/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);