Go to the source code of this file.
Functions | |
ASN1_STRING * | ASN1_item_pack (void *obj, const ASN1_ITEM *it, ASN1_STRING **out) |
void * | ASN1_item_unpack (const ASN1_STRING *oct, const ASN1_ITEM *it) |
ASN1_STRING* ASN1_item_pack | ( | void * | obj, |
const ASN1_ITEM * | it, | ||
ASN1_STRING ** | out | ||
) |
Definition at line 63 of file asn_pack.c.
void* ASN1_item_unpack | ( | const ASN1_STRING * | oct, |
const ASN1_ITEM * | it | ||
) |
Definition at line 91 of file asn_pack.c.