Searched refs:GEN_DNS (Results 1 – 17 of 17) sorted by relevance
/external/boringssl/src/crypto/x509v3/ |
D | v3_genn.c | 84 ASN1_IMP(GENERAL_NAME, d.dNSName, ASN1_IA5STRING, GEN_DNS), 123 case GEN_DNS: 171 case GEN_DNS: in GENERAL_NAME_set0_value() 204 case GEN_DNS: in GENERAL_NAME_get0_value()
|
D | v3_alt.c | 146 case GEN_DNS: in STACK_OF() 216 case GEN_DNS: in GENERAL_NAME_print() 470 case GEN_DNS: in a2i_GENERAL_NAME() 556 type = GEN_DNS; in v2i_GENERAL_NAME_ex()
|
D | v3name_test.cc | 201 case GEN_DNS: in set_altname() 270 return set_altname(crt, GEN_DNS, name, 0); in set_altname_dns()
|
D | v3_utl.c | 968 } else if (check_type == GEN_DNS) { in do_x509_check() 994 else if (check_type == GEN_DNS) in do_x509_check() 1038 return do_x509_check(x, chk, chklen, flags, GEN_DNS, peername); in X509_check_host()
|
D | v3_ncons.c | 356 case GEN_DNS: in nc_match_single()
|
/external/libevent/sample/ |
D | openssl_hostname_validation.c | 128 if (current_name->type == GEN_DNS) { in matches_subject_alternative_name()
|
/external/ipsec-tools/src/racoon/ |
D | crypto_openssl.h | 44 #define GENT_DNS GEN_DNS
|
D | crypto_openssl.c | 724 if (gen->type == GEN_DNS ||
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls_wolfssl.c | 613 type = GEN_DNS; in tls_match_alt_subject() 903 gen->type != GEN_DNS && in wolfssl_tls_cert_event() 917 case GEN_DNS: in wolfssl_tls_cert_event()
|
D | tls_openssl.c | 1719 type = GEN_DNS; in tls_match_altsubject() 2014 if (gen->type != GEN_DNS) in tls_match_suffix_helper() 2231 gen->type != GEN_DNS && in openssl_tls_cert_event() 2245 case GEN_DNS: in openssl_tls_cert_event()
|
/external/boringssl/src/include/openssl/ |
D | x509v3.h | 184 #define GEN_DNS 2 macro
|
/external/curl/lib/vtls/ |
D | openssl.c | 1502 int target = GEN_DNS; /* target type, GEN_DNS or GEN_IPADD */ in verifyhost() 1550 if(check->type == GEN_DNS) in verifyhost() 1562 case GEN_DNS: /* name/pattern comparison */ in verifyhost()
|
/external/python/cpython2/Modules/ |
D | _ssl.c | 1006 case GEN_DNS: in _get_peer_alt_names() 1018 case GEN_DNS: in _get_peer_alt_names()
|
/external/wpa_supplicant_8/src/utils/ |
D | http_curl.c | 264 case GEN_DNS: in add_alt_name()
|
/external/grpc-grpc/src/core/tsi/ |
D | ssl_transport_security.cc | 351 if (subject_alt_name->type == GEN_DNS) { in add_subject_alt_names_properties_to_peer()
|
/external/python/cpython3/Modules/ |
D | _ssl.c | 1296 case GEN_DNS: in _get_peer_alt_names() 1308 case GEN_DNS: in _get_peer_alt_names()
|
/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
D | native_crypto.cc | 3859 case GEN_DNS: in GENERAL_NAME_to_jobject()
|