Searched refs:V_ASN1_T61STRING (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/crypto/openssl/crypto/asn1/
H A Da_type.c140 case V_ASN1_T61STRING:
H A Dasn1_gen.c585 ASN1_GEN_STR("T61", V_ASN1_T61STRING),
586 ASN1_GEN_STR("T61STRING", V_ASN1_T61STRING),
587 ASN1_GEN_STR("TELETEXSTRING", V_ASN1_T61STRING),
732 case V_ASN1_T61STRING:
H A Da_mbstr.c171 else if(mask & B_ASN1_T61STRING) str_type = V_ASN1_T61STRING;
H A Dt_req.c207 (type == V_ASN1_T61STRING) ||
H A Dasn1.h120 #define V_ASN1_T61STRING 20 macro
646 #define M_ASN1_PRINTABLE_new() ASN1_STRING_type_new(V_ASN1_T61STRING)
681 ASN1_STRING_type_new(V_ASN1_T61STRING)
684 i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_T61STRING,\
H A Dasn1_par.c206 (tag == V_ASN1_T61STRING) ||
H A Dtasn_enc.c659 case V_ASN1_T61STRING:
H A Dtasn_dec.c1009 case V_ASN1_T61STRING:
/freebsd-10.0-release/crypto/openssl/apps/
H A Dca.c1772 str->type=V_ASN1_T61STRING;
1793 if ( ((j == V_ASN1_T61STRING) &&
1794 (str->type != V_ASN1_T61STRING)) ||
2885 else if (str->type == V_ASN1_T61STRING)

Completed in 124 milliseconds