Home
last modified time | relevance | path

Searched refs:ASN1_STRING_to_UTF8 (Results 1 – 19 of 19) sorted by relevance

/third_party/openssl/doc/man3/
DASN1_STRING_length.pod7 ASN1_STRING_to_UTF8 - ASN1_STRING utility functions
25 int ASN1_STRING_to_UTF8(unsigned char **out, const ASN1_STRING *in);
53 ASN1_STRING_to_UTF8() converts the string B<in> to UTF8 format, the
97 ASN1_STRING_to_UTF8() returns the number of bytes in output string B<out> or a
/third_party/curl/tests/
Dvalgrind.supp138 fun:ASN1_STRING_to_UTF8
/third_party/openssl/crypto/pkcs12/
Dp12_kiss.c224 len = ASN1_STRING_to_UTF8(&data, fname); in parse_bag()
/third_party/curl/lib/
Dsetup-vms.h196 #define ASN1_STRING_to_UTF8 ASN1_STRING_TO_UTF8 macro
/third_party/grpc/src/core/tsi/
Dssl_transport_security.cc294 utf8_returned_size = ASN1_STRING_to_UTF8(utf8, common_name_asn1); in ssl_get_x509_common_name()
361 name_size = ASN1_STRING_to_UTF8(&name, subject_alt_name->d.dNSName); in add_subject_alt_names_properties_to_peer()
363 name_size = ASN1_STRING_to_UTF8(&name, subject_alt_name->d.rfc822Name); in add_subject_alt_names_properties_to_peer()
365 name_size = ASN1_STRING_to_UTF8( in add_subject_alt_names_properties_to_peer()
/third_party/openssl/crypto/asn1/
Da_strex.c605 int ASN1_STRING_to_UTF8(unsigned char **out, const ASN1_STRING *in) in ASN1_STRING_to_UTF8() function
/third_party/openssl/crypto/x509/
Dx_name.c397 out->length = ASN1_STRING_to_UTF8(&out->data, in); in asn1_string_canon()
/third_party/openssl/crypto/x509v3/
Dv3_ncons.c343 if ((utf8_length = ASN1_STRING_to_UTF8(&utf8_value, cn)) < 0) in cn2dnsid()
Dv3_utl.c842 astrlen = ASN1_STRING_to_UTF8(&astr, a); in do_check_string()
/third_party/openssl/include/openssl/
Dasn1.h734 int ASN1_STRING_to_UTF8(unsigned char **out, const ASN1_STRING *in);
/third_party/node/src/
Dnode_crypto_common.cc898 int value_str_size = ASN1_STRING_to_UTF8(&value_str, value); in GetX509NameObject()
Dnode_crypto.cc6724 ASN1_STRING_to_UTF8(&buf, sp->spkac->challenge); in ExportChallenge()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dhttp_curl.c243 if (ASN1_STRING_to_UTF8((unsigned char **) &buf, name) < 0) in add_alt_name_dns()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dhttp_curl.c243 if (ASN1_STRING_to_UTF8((unsigned char **) &buf, name) < 0) in add_alt_name_dns()
/third_party/nghttp2/src/
Dshrpx_tls.cc1319 auto plen = ASN1_STRING_to_UTF8(&p, X509_NAME_ENTRY_get_data(entry)); in get_common_name()
/third_party/curl/lib/vtls/
Dopenssl.c1794 j = ASN1_STRING_to_UTF8(&peer_CN, tmp); in verifyhost()
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h681 #define ASN1_STRING_to_UTF8 BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, ASN1_STRING_to_UTF8) macro
/third_party/python/Modules/
D_ssl.c1059 buflen = ASN1_STRING_to_UTF8(&valuebuf, value); in _create_tuple_for_attribute()
/third_party/openssl/util/
Dlibcrypto.num1847 ASN1_STRING_to_UTF8 1833 1_1_0 EXIST::FUNCTION: