Searched refs:ASN1_STRING_to_UTF8 (Results 1 – 19 of 19) sorted by relevance
/third_party/openssl/doc/man3/ |
D | ASN1_STRING_length.pod | 7 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/ |
D | valgrind.supp | 138 fun:ASN1_STRING_to_UTF8
|
/third_party/openssl/crypto/pkcs12/ |
D | p12_kiss.c | 224 len = ASN1_STRING_to_UTF8(&data, fname); in parse_bag()
|
/third_party/curl/lib/ |
D | setup-vms.h | 196 #define ASN1_STRING_to_UTF8 ASN1_STRING_TO_UTF8 macro
|
/third_party/grpc/src/core/tsi/ |
D | ssl_transport_security.cc | 294 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/ |
D | a_strex.c | 605 int ASN1_STRING_to_UTF8(unsigned char **out, const ASN1_STRING *in) in ASN1_STRING_to_UTF8() function
|
/third_party/openssl/crypto/x509/ |
D | x_name.c | 397 out->length = ASN1_STRING_to_UTF8(&out->data, in); in asn1_string_canon()
|
/third_party/openssl/crypto/x509v3/ |
D | v3_ncons.c | 343 if ((utf8_length = ASN1_STRING_to_UTF8(&utf8_value, cn)) < 0) in cn2dnsid()
|
D | v3_utl.c | 842 astrlen = ASN1_STRING_to_UTF8(&astr, a); in do_check_string()
|
/third_party/openssl/include/openssl/ |
D | asn1.h | 734 int ASN1_STRING_to_UTF8(unsigned char **out, const ASN1_STRING *in);
|
/third_party/node/src/ |
D | node_crypto_common.cc | 898 int value_str_size = ASN1_STRING_to_UTF8(&value_str, value); in GetX509NameObject()
|
D | node_crypto.cc | 6724 ASN1_STRING_to_UTF8(&buf, sp->spkac->challenge); in ExportChallenge()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | http_curl.c | 243 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/ |
D | http_curl.c | 243 if (ASN1_STRING_to_UTF8((unsigned char **) &buf, name) < 0) in add_alt_name_dns()
|
/third_party/nghttp2/src/ |
D | shrpx_tls.cc | 1319 auto plen = ASN1_STRING_to_UTF8(&p, X509_NAME_ENTRY_get_data(entry)); in get_common_name()
|
/third_party/curl/lib/vtls/ |
D | openssl.c | 1794 j = ASN1_STRING_to_UTF8(&peer_CN, tmp); in verifyhost()
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 681 #define ASN1_STRING_to_UTF8 BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, ASN1_STRING_to_UTF8) macro
|
/third_party/python/Modules/ |
D | _ssl.c | 1059 buflen = ASN1_STRING_to_UTF8(&valuebuf, value); in _create_tuple_for_attribute()
|
/third_party/openssl/util/ |
D | libcrypto.num | 1847 ASN1_STRING_to_UTF8 1833 1_1_0 EXIST::FUNCTION:
|