ASIdentifierChoice
.offset = offsetof(ASIdentifierChoice, u.inherit),
.offset = offsetof(ASIdentifierChoice, u.asIdsOrRanges),
.utype = offsetof(ASIdentifierChoice, type),
.size = sizeof(ASIdentifierChoice),
ASIdentifierChoice *
d2i_ASIdentifierChoice(ASIdentifierChoice **a, const unsigned char **in,
return (ASIdentifierChoice *)ASN1_item_d2i((ASN1_VALUE **)a, in, len,
i2d_ASIdentifierChoice(ASIdentifierChoice *a, unsigned char **out)
ASIdentifierChoice *
return (ASIdentifierChoice *)ASN1_item_new(&ASIdentifierChoice_it);
ASIdentifierChoice_free(ASIdentifierChoice *a)
i2r_ASIdentifierChoice(BIO *out, ASIdentifierChoice *choice, int indent,
ASIdentifierChoice **choice;
ASIdentifierChoice *aic = NULL;
ASIdentifierChoice **choice;
ASIdentifierChoice *aic = NULL, *new_aic = NULL;
ASIdentifierChoice_is_canonical(ASIdentifierChoice *choice)
ASIdentifierChoice_canonize(ASIdentifierChoice *choice)
ASIdentifierChoice *asnum;
ASIdentifierChoice *rdi;
ASIdentifierChoice *ASIdentifierChoice_new(void);
void ASIdentifierChoice_free(ASIdentifierChoice *a);
ASIdentifierChoice *d2i_ASIdentifierChoice(ASIdentifierChoice **a,
int i2d_ASIdentifierChoice(ASIdentifierChoice *a, unsigned char **out);