Home
last modified time | relevance | path

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

/third_party/openssl/crypto/asn1/
Dasn1_gen.c535 ASN1_GEN_STR("T61", V_ASN1_T61STRING), in asn1_str2tag()
536 ASN1_GEN_STR("T61STRING", V_ASN1_T61STRING), in asn1_str2tag()
537 ASN1_GEN_STR("TELETEXSTRING", V_ASN1_T61STRING), in asn1_str2tag()
666 case V_ASN1_T61STRING: in asn1_str2type()
Da_print.c35 return V_ASN1_T61STRING; in ASN1_PRINTABLE_type()
Da_type.c88 case V_ASN1_T61STRING: in ASN1_TYPE_cmp()
Da_mbstr.c128 str_type = V_ASN1_T61STRING; in ASN1_mbstring_ncopy()
Dasn1_par.c166 (tag == V_ASN1_T61STRING) || in asn1_parse2()
Dtasn_enc.c590 case V_ASN1_T61STRING: in asn1_ex_i2c()
Dtasn_dec.c863 case V_ASN1_T61STRING: in asn1_ex_c2i()
/third_party/openssl/crypto/x509/
Dt_req.c146 case V_ASN1_T61STRING: in X509_REQ_print_ex()
/third_party/openssl/apps/
Dca.c1440 str->type = V_ASN1_T61STRING; in do_body()
1459 if ((j == V_ASN1_T61STRING && str->type != V_ASN1_T61STRING) || in do_body()
2461 else if (str->type == V_ASN1_T61STRING) in old_entry_print()
/third_party/openssl/include/openssl/
Dasn1.h66 # define V_ASN1_T61STRING 20 macro