ASN1_T61STRING
ASN1_T61STRING * t61string;
ASN1_T61STRING *ASN1_T61STRING_new(void);
void ASN1_T61STRING_free(ASN1_T61STRING *a);
ASN1_T61STRING *d2i_ASN1_T61STRING(ASN1_T61STRING **a, const unsigned char **in, long len);
int i2d_ASN1_T61STRING(ASN1_T61STRING *a, unsigned char **out);
ASN1_T61STRING *
d2i_ASN1_T61STRING(ASN1_T61STRING **a, const unsigned char **in, long len)
return (ASN1_T61STRING *)ASN1_item_d2i((ASN1_VALUE **)a, in, len,
i2d_ASN1_T61STRING(ASN1_T61STRING *a, unsigned char **out)
ASN1_T61STRING *
return (ASN1_T61STRING *)ASN1_item_new(&ASN1_T61STRING_it);
ASN1_T61STRING_free(ASN1_T61STRING *a)