Home
last modified time | relevance | path

Searched refs:GEN_IPADD (Results 1 – 12 of 12) sorted by relevance

/third_party/openssl/crypto/x509v3/
Dv3_genn.c42 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()
Dv3_alt.c126 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()
Dv3_ncons.c191 if (tree->base->type == GEN_IPADD) in do_i2r_name_constraints()
521 case GEN_IPADD: in nc_match_single()
Dv3_utl.c987 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/
Drfc2818_verification.ipp77 else if (gen->type == GEN_IPADD && is_address)
/third_party/boost/libs/asio/include/boost/asio/ssl/impl/
Drfc2818_verification.ipp77 else if (gen->type == GEN_IPADD && is_address)
/third_party/curl/lib/vtls/
Dopenssl.c1664 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/
Dx509v3.h131 # define GEN_IPADD 7 macro
/third_party/node/src/
Dnode_crypto_common.cc658 } else if (gen->type == GEN_IPADD) { in PrintGeneralName()
/third_party/grpc/src/core/tsi/
Dssl_transport_security.cc388 } else if (subject_alt_name->type == GEN_IPADD) { in add_subject_alt_names_properties_to_peer()
/third_party/nghttp2/src/
Dshrpx_tls.cc1362 if (altname->type != GEN_IPADD) { in verify_numeric_hostname()
/third_party/python/Modules/
D_ssl.c1303 case GEN_IPADD: in _get_peer_alt_names()