Home
last modified time | relevance | path

Searched refs:V_ASN1_IA5STRING (Results 1 – 12 of 12) sorted by relevance

/external/boringssl/src/crypto/asn1/
Da_print.c91 return (V_ASN1_IA5STRING); in ASN1_PRINTABLE_type()
Da_type.c134 case V_ASN1_IA5STRING: in ASN1_TYPE_cmp()
Da_mbstr.c198 str_type = V_ASN1_IA5STRING; in OPENSSL_DECLARE_ERROR_REASON()
Dtasn_enc.c631 case V_ASN1_IA5STRING: in asn1_ex_i2c()
Dtasn_dec.c935 case V_ASN1_IA5STRING: in asn1_ex_c2i()
/external/boringssl/src/crypto/x509/
Dasn1_gen.c595 ASN1_GEN_STR("IA5", V_ASN1_IA5STRING), in asn1_str2tag()
596 ASN1_GEN_STR("IA5STRING", V_ASN1_IA5STRING), in asn1_str2tag()
737 case V_ASN1_IA5STRING: in asn1_str2type()
Dt_req.c187 type == V_ASN1_IA5STRING || in X509_REQ_print_ex()
/external/boringssl/src/crypto/x509v3/
Dv3_utl.c637 if (email->type != V_ASN1_IA5STRING) in append_ia5()
976 if (cmp_type == V_ASN1_IA5STRING) in do_check_string()
1022 alt_type = V_ASN1_IA5STRING; in do_x509_check()
1029 alt_type = V_ASN1_IA5STRING; in do_x509_check()
Dv3_ncons.c275 if (gntmp.d.rfc822Name->type != V_ASN1_IA5STRING) in NAME_CONSTRAINTS_check()
Dv3_cpols.c337 nref->organization->type = V_ASN1_IA5STRING; in notice_section()
/external/boringssl/src/include/openssl/
Dasn1.h121 #define V_ASN1_IA5STRING 22 macro
577 ASN1_STRING_type_new(V_ASN1_IA5STRING)
/external/ipsec-tools/src/racoon/
Dcrypto_openssl.c395 else if (na->value->type == V_ASN1_IA5STRING in X509_NAME_wildcmp()