Home
last modified time | relevance | path

Searched refs:MBSTRING_ASC (Results 1 – 11 of 11) sorted by relevance

/external/boringssl/src/crypto/asn1/
Da_mbstr.c122 case MBSTRING_ASC: in OPENSSL_DECLARE_ERROR_REASON()
194 int outform = MBSTRING_ASC; in OPENSSL_DECLARE_ERROR_REASON()
/external/boringssl/src/tool/
Dserver.cc132 X509_NAME_add_entry_by_txt(subject, "C", MBSTRING_ASC, in MakeSelfSignedCert()
135 X509_NAME_add_entry_by_txt(subject, "O", MBSTRING_ASC, in MakeSelfSignedCert()
/external/boringssl/src/crypto/x509v3/
Dv3name_test.cc152 if (!X509_NAME_add_entry_by_NID(n, nid, MBSTRING_ASC, in set_cn()
Dv3_crld.c136 ret = X509V3_NAME_from_section(nm, dnsect, MBSTRING_ASC); in set_dist_point_name()
Dv3_alt.c616 if (!X509V3_NAME_from_section(nm, sk, MBSTRING_ASC)) in do_dirname()
/external/boringssl/src/crypto/x509/
Dx509_test.cc1429 name.get(), "C", MBSTRING_ASC, reinterpret_cast<const uint8_t *>("US"), in TEST()
1433 name.get(), "C", MBSTRING_ASC, reinterpret_cast<const uint8_t *>("CA"), in TEST()
1437 name.get(), "C", MBSTRING_ASC, reinterpret_cast<const uint8_t *>("UK"), in TEST()
1441 name.get(), "C", MBSTRING_ASC, reinterpret_cast<const uint8_t *>("JP"), in TEST()
Dasn1_gen.c746 format = MBSTRING_ASC; in asn1_str2type()
/external/libevent/test/
Dregress_ssl.c146 name, nid, MBSTRING_ASC, (unsigned char*)"example.com", in ssl_getcert()
/external/wpa_supplicant_8/hs20/client/
Dest.c465 !X509_NAME_add_entry_by_txt(subj, "CN", MBSTRING_ASC, in generate_csr()
/external/boringssl/src/include/openssl/
Dasn1.h158 #define MBSTRING_ASC (MBSTRING_FLAG|1) macro
/external/ipsec-tools/src/racoon/
Dcrypto_openssl.c178 V_ASN1_PRINTABLESTRING : MBSTRING_ASC,
204 V_ASN1_PRINTABLESTRING : MBSTRING_ASC,