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

/barrelfish-master/lib/openssl-1.0.0d/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
647 #define M_ASN1_PRINTABLE_new() ASN1_STRING_type_new(V_ASN1_T61STRING)
682 ASN1_STRING_type_new(V_ASN1_T61STRING)
685 i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_T61STRING,\
H A Dasn1_par.c206 (tag == V_ASN1_T61STRING) ||
H A Dtasn_enc.c654 case V_ASN1_T61STRING:
H A Dtasn_dec.c1001 case V_ASN1_T61STRING:
/barrelfish-master/include/openssl/
H A Dasn1.h120 #define V_ASN1_T61STRING 20 macro
647 #define M_ASN1_PRINTABLE_new() ASN1_STRING_type_new(V_ASN1_T61STRING)
682 ASN1_STRING_type_new(V_ASN1_T61STRING)
685 i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_T61STRING,\
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Dca.c1746 str->type=V_ASN1_T61STRING;
1767 if ( ((j == V_ASN1_T61STRING) &&
1768 (str->type != V_ASN1_T61STRING)) ||
2855 else if (str->type == V_ASN1_T61STRING)

Completed in 111 milliseconds