Home
last modified time | relevance | path

Searched refs:GEN_IPADD (Results 1 - 25 of 72) sorted by relevance

123

/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_san.c191 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 Dv3_ncons.c199 if (tree->base->type == GEN_IPADD)
571 case GEN_IPADD:
H A Dv3_utl.c1022 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 Dv3_san.c191 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 Dv3_utl.c970 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 Dv3_ncons.c199 if (tree->base->type == GEN_IPADD)
571 case GEN_IPADD:
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H A Dx509v3.rs21 pub const GEN_IPADD: c_int = 7; consts
/third_party/curl/lib/vtls/
H A Dopenssl.c2137 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 Dx509v3.h131 # define GEN_IPADD 7 macro
/third_party/rust/crates/rust-openssl/openssl/src/x509/
H A Dmod.rs2029 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 Dcrypto_common.cc733 } else if (gen->type == GEN_IPADD) { in PrintGeneralName()
/third_party/node/deps/openssl/openssl/apps/
H A Dcmp.c912 n = a2i_GENERAL_NAME(NULL, NULL, NULL, GEN_IPADD, names, 0); in set_gennames()
/third_party/openssl/apps/
H A Dcmp.c912 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 Dx509v3.h172 # define GEN_IPADD 7 macro
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dx509v3.h172 # define GEN_IPADD 7 macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
H A Dx509v3.h172 # define GEN_IPADD 7 macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dx509v3.h172 # define GEN_IPADD 7 macro
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dx509v3.h172 # define GEN_IPADD 7 macro
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dx509v3.h172 # define GEN_IPADD 7 macro
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dx509v3.h172 # define GEN_IPADD 7 macro
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H A Dx509v3.h172 # define GEN_IPADD 7 macro
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H A Dx509v3.h172 # define GEN_IPADD 7 macro
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/
H A Dx509v3.h172 # define GEN_IPADD 7 macro
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/
H A Dx509v3.h172 # define GEN_IPADD 7 macro
/third_party/nghttp2/src/
H A Dshrpx_tls.cc1842 if (altname->type != GEN_IPADD) { in verify_numeric_hostname()

Completed in 77 milliseconds

123