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

/openbsd-current/lib/libcrypto/x509/
H A Dx509_asid.c137 .offset = offsetof(ASIdentifierChoice, u.inherit),
144 .offset = offsetof(ASIdentifierChoice, u.asIdsOrRanges),
152 .utype = offsetof(ASIdentifierChoice, type),
156 .size = sizeof(ASIdentifierChoice),
157 .sname = "ASIdentifierChoice",
245 ASIdentifierChoice *
246 d2i_ASIdentifierChoice(ASIdentifierChoice **a, const unsigned char **in,
249 return (ASIdentifierChoice *)ASN1_item_d2i((ASN1_VALUE **)a, in, len,
255 i2d_ASIdentifierChoice(ASIdentifierChoice *a, unsigned char **out)
261 ASIdentifierChoice *
[all...]
H A Dx509v3.h796 } ASIdentifierChoice; typedef in typeref:struct:ASIdentifierChoice_st
799 ASIdentifierChoice *asnum;
800 ASIdentifierChoice *rdi;
816 ASIdentifierChoice *ASIdentifierChoice_new(void);
817 void ASIdentifierChoice_free(ASIdentifierChoice *a);
818 ASIdentifierChoice *d2i_ASIdentifierChoice(ASIdentifierChoice **a,
820 int i2d_ASIdentifierChoice(ASIdentifierChoice *a, unsigned char **out);

Completed in 180 milliseconds