Home
last modified time | relevance | path

Searched refs:ASN1_T61STRING_it (Results 1 – 2 of 2) sorted by path

/dragonfly/crypto/libressl/crypto/asn1/
H A Dtasn_typ.c161 const ASN1_ITEM ASN1_T61STRING_it = { variable
171 &ASN1_T61STRING_it); in d2i_ASN1_T61STRING()
177 return ASN1_item_i2d((ASN1_VALUE *)a, out, &ASN1_T61STRING_it); in i2d_ASN1_T61STRING()
183 return (ASN1_T61STRING *)ASN1_item_new(&ASN1_T61STRING_it); in ASN1_T61STRING_new()
189 ASN1_item_free((ASN1_VALUE *)a, &ASN1_T61STRING_it); in ASN1_T61STRING_free()
/dragonfly/crypto/libressl/include/openssl/
H A Dasn1.h687 extern const ASN1_ITEM ASN1_T61STRING_it;