Searched refs:GEN_IPADD (Results 1 – 12 of 12) sorted by relevance
/third_party/openssl/crypto/x509v3/ |
D | v3_genn.c | 42 ASN1_IMP(GENERAL_NAME, d.iPAddress, ASN1_OCTET_STRING, GEN_IPADD), 122 case GEN_IPADD: in GENERAL_NAME_cmp() 173 case GEN_IPADD: in GENERAL_NAME_set0_value() 206 case GEN_IPADD: in GENERAL_NAME_get0_value()
|
D | v3_alt.c | 126 case GEN_IPADD: in STACK_OF() 196 case GEN_IPADD: in GENERAL_NAME_print() 472 case GEN_IPADD: in a2i_GENERAL_NAME() 546 type = GEN_IPADD; in v2i_GENERAL_NAME_ex()
|
D | v3_ncons.c | 191 if (tree->base->type == GEN_IPADD) in do_i2r_name_constraints() 521 case GEN_IPADD: in nc_match_single()
|
D | v3_utl.c | 987 return do_x509_check(x, (char *)chk, chklen, flags, GEN_IPADD, NULL); in X509_check_ip() 1000 return do_x509_check(x, (char *)ipout, iplen, flags, GEN_IPADD, NULL); in X509_check_ip_asc()
|
/third_party/boost/boost/asio/ssl/impl/ |
D | rfc2818_verification.ipp | 77 else if (gen->type == GEN_IPADD && is_address)
|
/third_party/boost/libs/asio/include/boost/asio/ssl/impl/ |
D | rfc2818_verification.ipp | 77 else if (gen->type == GEN_IPADD && is_address)
|
/third_party/curl/lib/vtls/ |
D | openssl.c | 1664 target = GEN_IPADD; in verifyhost() 1670 target = GEN_IPADD; in verifyhost() 1699 else if(check->type == GEN_IPADD) in verifyhost() 1727 case GEN_IPADD: /* IP address comparison */ in verifyhost()
|
/third_party/openssl/include/openssl/ |
D | x509v3.h | 131 # define GEN_IPADD 7 macro
|
/third_party/node/src/ |
D | node_crypto_common.cc | 658 } else if (gen->type == GEN_IPADD) { in PrintGeneralName()
|
/third_party/grpc/src/core/tsi/ |
D | ssl_transport_security.cc | 388 } else if (subject_alt_name->type == GEN_IPADD) { in add_subject_alt_names_properties_to_peer()
|
/third_party/nghttp2/src/ |
D | shrpx_tls.cc | 1362 if (altname->type != GEN_IPADD) { in verify_numeric_hostname()
|
/third_party/python/Modules/ |
D | _ssl.c | 1303 case GEN_IPADD: in _get_peer_alt_names()
|