/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | v3_san.c | 191 case GEN_IPADD: in STACK_OF() 285 case GEN_IPADD: in GENERAL_NAME_print() 550 case GEN_IPADD: in a2i_GENERAL_NAME() 626 type = GEN_IPADD; in v2i_GENERAL_NAME_ex()
|
H A D | v3_ncons.c | 199 if (tree->base->type == GEN_IPADD) 571 case GEN_IPADD:
|
H A D | v3_utl.c | 1022 return do_x509_check(x, (char *)chk, chklen, flags, GEN_IPADD, NULL); in X509_check_ip() 1035 return do_x509_check(x, (char *)ipout, iplen, flags, GEN_IPADD, NULL); in X509_check_ip_asc()
|
/third_party/openssl/crypto/x509/ |
H A D | v3_san.c | 191 case GEN_IPADD: in STACK_OF() 285 case GEN_IPADD: in GENERAL_NAME_print() 550 case GEN_IPADD: in a2i_GENERAL_NAME() 626 type = GEN_IPADD; in v2i_GENERAL_NAME_ex()
|
H A D | v3_utl.c | 970 case GEN_IPADD: in do_x509_check() 971 if (check_type != GEN_IPADD) in do_x509_check() 1050 return do_x509_check(x, (char *)chk, chklen, flags, GEN_IPADD, NULL); in X509_check_ip() 1063 return do_x509_check(x, (char *)ipout, iplen, flags, GEN_IPADD, NULL); in X509_check_ip_asc()
|
H A D | v3_ncons.c | 199 if (tree->base->type == GEN_IPADD) 571 case GEN_IPADD:
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/ |
H A D | x509v3.rs | 21 pub const GEN_IPADD: c_int = 7; consts
|
/third_party/curl/lib/vtls/ |
H A D | openssl.c | 2137 int target = GEN_DNS; /* target type, GEN_DNS or GEN_IPADD */ in Curl_ossl_verifyhost() 2156 target = GEN_IPADD; in Curl_ossl_verifyhost() 2162 target = GEN_IPADD; in Curl_ossl_verifyhost() 2192 else if(check->type == GEN_IPADD) in Curl_ossl_verifyhost() 2222 case GEN_IPADD: /* IP address comparison */ in Curl_ossl_verifyhost()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | x509v3.h | 131 # define GEN_IPADD 7 macro
|
/third_party/rust/crates/rust-openssl/openssl/src/x509/ |
H A D | mod.rs | 2029 GeneralName::new(ffi::GEN_IPADD, Asn1Type::OCTET_STRING, &addr.octets()) 2032 GeneralName::new(ffi::GEN_IPADD, Asn1Type::OCTET_STRING, &addr.octets()) 2147 if (*self.as_ptr()).type_ != ffi::GEN_IPADD { in ipaddress()
|
/third_party/node/src/crypto/ |
H A D | crypto_common.cc | 733 } else if (gen->type == GEN_IPADD) { in PrintGeneralName()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | cmp.c | 912 n = a2i_GENERAL_NAME(NULL, NULL, NULL, GEN_IPADD, names, 0); in set_gennames()
|
/third_party/openssl/apps/ |
H A D | cmp.c | 912 n = a2i_GENERAL_NAME(NULL, NULL, NULL, GEN_IPADD, names, 0); in set_gennames()
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | x509v3.h | 172 # define GEN_IPADD 7 macro
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | x509v3.h | 172 # define GEN_IPADD 7 macro
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/ |
H A D | x509v3.h | 172 # define GEN_IPADD 7 macro
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | x509v3.h | 172 # define GEN_IPADD 7 macro
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
H A D | x509v3.h | 172 # define GEN_IPADD 7 macro
|
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/ |
H A D | x509v3.h | 172 # define GEN_IPADD 7 macro
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | x509v3.h | 172 # define GEN_IPADD 7 macro
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ |
H A D | x509v3.h | 172 # define GEN_IPADD 7 macro
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/ |
H A D | x509v3.h | 172 # define GEN_IPADD 7 macro
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/ |
H A D | x509v3.h | 172 # define GEN_IPADD 7 macro
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/ |
H A D | x509v3.h | 172 # define GEN_IPADD 7 macro
|
/third_party/nghttp2/src/ |
H A D | shrpx_tls.cc | 1842 if (altname->type != GEN_IPADD) { in verify_numeric_hostname()
|