Home
last modified time | relevance | path

Searched refs:X509_CHECK_FLAG_SINGLE_LABEL_SUBDOMAINS (Results 1 - 25 of 66) sorted by relevance

123

/third_party/node/lib/internal/crypto/
H A Dx509.js16 X509_CHECK_FLAG_SINGLE_LABEL_SUBDOMAINS,
93 if (singleLabelSubdomains) flags |= X509_CHECK_FLAG_SINGLE_LABEL_SUBDOMAINS;
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H A Dx509v3.rs33 pub const X509_CHECK_FLAG_SINGLE_LABEL_SUBDOMAINS: c_uint = 0x10; consts
/third_party/rust/crates/rust-openssl/openssl/src/x509/
H A Dverify.rs19 const SINGLE_LABEL_SUBDOMAINS = ffi::X509_CHECK_FLAG_SINGLE_LABEL_SUBDOMAINS;
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/
H A Dssl.h36 #define X509_CHECK_FLAG_SINGLE_LABEL_SUBDOMAINS (1 << 4) macro
/third_party/node/src/crypto/
H A Dcrypto_x509.cc516 NODE_DEFINE_CONSTANT(target, X509_CHECK_FLAG_SINGLE_LABEL_SUBDOMAINS); in Initialize()
/third_party/openssl/ohos_lite/include/openssl/
H A Dx509v3.h698 # define X509_CHECK_FLAG_SINGLE_LABEL_SUBDOMAINS 0x10 macro
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_utl.c597 if ((flags & X509_CHECK_FLAG_SINGLE_LABEL_SUBDOMAINS) && in skip_prefix()
/third_party/openssl/crypto/x509/
H A Dv3_utl.c597 if ((flags & X509_CHECK_FLAG_SINGLE_LABEL_SUBDOMAINS) && in skip_prefix()
/third_party/python/Modules/
H A D_ssl.c6017 #ifdef X509_CHECK_FLAG_SINGLE_LABEL_SUBDOMAINS in sslmodule_init_constants()
6019 X509_CHECK_FLAG_SINGLE_LABEL_SUBDOMAINS); in sslmodule_init_constants()
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dx509v3.h1024 # define X509_CHECK_FLAG_SINGLE_LABEL_SUBDOMAINS 0x10 macro
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dx509v3.h1024 # define X509_CHECK_FLAG_SINGLE_LABEL_SUBDOMAINS 0x10 macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
H A Dx509v3.h1024 # define X509_CHECK_FLAG_SINGLE_LABEL_SUBDOMAINS 0x10 macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dx509v3.h1024 # define X509_CHECK_FLAG_SINGLE_LABEL_SUBDOMAINS 0x10 macro
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dx509v3.h1024 # define X509_CHECK_FLAG_SINGLE_LABEL_SUBDOMAINS 0x10 macro
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dx509v3.h1024 # define X509_CHECK_FLAG_SINGLE_LABEL_SUBDOMAINS 0x10 macro
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dx509v3.h1024 # define X509_CHECK_FLAG_SINGLE_LABEL_SUBDOMAINS 0x10 macro
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H A Dx509v3.h1024 # define X509_CHECK_FLAG_SINGLE_LABEL_SUBDOMAINS 0x10 macro
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H A Dx509v3.h1024 # define X509_CHECK_FLAG_SINGLE_LABEL_SUBDOMAINS 0x10 macro
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/
H A Dx509v3.h1024 # define X509_CHECK_FLAG_SINGLE_LABEL_SUBDOMAINS 0x10 macro
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/
H A Dx509v3.h1024 # define X509_CHECK_FLAG_SINGLE_LABEL_SUBDOMAINS 0x10 macro
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
H A Dx509v3.h1024 # define X509_CHECK_FLAG_SINGLE_LABEL_SUBDOMAINS 0x10 macro
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/
H A Dx509v3.h1024 # define X509_CHECK_FLAG_SINGLE_LABEL_SUBDOMAINS 0x10 macro
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/
H A Dx509v3.h1024 # define X509_CHECK_FLAG_SINGLE_LABEL_SUBDOMAINS 0x10 macro
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
H A Dx509v3.h1024 # define X509_CHECK_FLAG_SINGLE_LABEL_SUBDOMAINS 0x10 macro
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/
H A Dx509v3.h1024 # define X509_CHECK_FLAG_SINGLE_LABEL_SUBDOMAINS 0x10 macro

Completed in 83 milliseconds

123