/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | v3_san.c | 167 case GEN_EMAIL: in STACK_OF() 265 case GEN_EMAIL: in GENERAL_NAME_print() 457 gen->type = GEN_EMAIL; in copy_email() 533 case GEN_EMAIL: in a2i_GENERAL_NAME() 618 type = GEN_EMAIL; in v2i_GENERAL_NAME_ex()
|
H A D | v3_ncons.c | 279 gntmp.type = GEN_EMAIL; 485 effective_type = GEN_EMAIL; 547 case GEN_EMAIL: 564 case GEN_EMAIL:
|
H A D | v3_utl.c | 519 if (gen->type != GEN_EMAIL) in STACK_OF() 890 if (check_type == GEN_EMAIL) { in do_x509_check() 919 if ((gen->type == GEN_OTHERNAME) && (check_type == GEN_EMAIL)) { in do_x509_check() 943 if (check_type == GEN_EMAIL) in do_x509_check() 1014 return do_x509_check(x, chk, chklen, flags, GEN_EMAIL, NULL); in X509_check_email()
|
/third_party/openssl/crypto/x509/ |
H A D | v3_san.c | 167 case GEN_EMAIL: in STACK_OF() 265 case GEN_EMAIL: in GENERAL_NAME_print() 457 gen->type = GEN_EMAIL; in copy_email() 533 case GEN_EMAIL: in a2i_GENERAL_NAME() 618 type = GEN_EMAIL; in v2i_GENERAL_NAME_ex()
|
H A D | v3_ncons.c | 279 gntmp.type = GEN_EMAIL; 485 effective_type = GEN_EMAIL; 547 case GEN_EMAIL: 564 case GEN_EMAIL:
|
H A D | v3_utl.c | 519 if (gen->type != GEN_EMAIL) in STACK_OF() 890 if (check_type == GEN_EMAIL) { in do_x509_check() 952 if (check_type != GEN_EMAIL in do_x509_check() 960 case GEN_EMAIL: in do_x509_check() 961 if (check_type != GEN_EMAIL) in do_x509_check() 1042 return do_x509_check(x, chk, chklen, flags, GEN_EMAIL, NULL); in X509_check_email()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/ |
H A D | x509v3.rs | 15 pub const GEN_EMAIL: c_int = 1; consts
|
/third_party/openssl/test/ |
H A D | v3nametest.c | 152 case GEN_EMAIL: in set_altname() 227 return set_altname(crt, GEN_EMAIL, name, 0); in set_altname_email()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | tls_wolfssl.c | 610 type = GEN_EMAIL; in tls_match_alt_subject() 902 if (gen->type != GEN_EMAIL && in wolfssl_tls_cert_event() 913 case GEN_EMAIL: in wolfssl_tls_cert_event()
|
H A D | tls_openssl.c | 1715 type = GEN_EMAIL; in tls_match_altsubject() 2253 if (gen->type != GEN_EMAIL && in openssl_tls_cert_event() 2264 case GEN_EMAIL: in openssl_tls_cert_event()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | tls_wolfssl.c | 612 type = GEN_EMAIL; in tls_match_alt_subject() 907 (gen->type != GEN_EMAIL && in wolfssl_tls_cert_event() 919 case GEN_EMAIL: in wolfssl_tls_cert_event()
|
H A D | tls_openssl.c | 1755 type = GEN_EMAIL; in tls_match_altsubject() 2296 if (gen->type != GEN_EMAIL && in openssl_tls_cert_event() 2307 case GEN_EMAIL: in openssl_tls_cert_event()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | x509v3.h | 125 # define GEN_EMAIL 1 macro
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | cms.c | 1390 gen = a2i_GENERAL_NAME(NULL, NULL, NULL, GEN_EMAIL, str, 0); in STACK_OF()
|
/third_party/openssl/apps/ |
H A D | cms.c | 1391 gen = a2i_GENERAL_NAME(NULL, NULL, NULL, GEN_EMAIL, str, 0); in STACK_OF()
|
/third_party/rust/crates/rust-openssl/openssl/src/x509/ |
H A D | mod.rs | 2015 unsafe { GeneralName::new(ffi::GEN_EMAIL, Asn1Type::IA5STRING, email) } 2115 self.ia5_string(ffi::GEN_EMAIL) in email()
|
/third_party/node/src/crypto/ |
H A D | crypto_common.cc | 694 } else if (gen->type == GEN_EMAIL) { in PrintGeneralName()
|
/third_party/python/Modules/ |
H A D | _ssl.c | 1255 case GEN_EMAIL: in _get_peer_alt_names() 1264 case GEN_EMAIL: in _get_peer_alt_names()
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | x509v3.h | 166 # define GEN_EMAIL 1 macro
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | x509v3.h | 166 # define GEN_EMAIL 1 macro
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/ |
H A D | x509v3.h | 166 # define GEN_EMAIL 1 macro
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | x509v3.h | 166 # define GEN_EMAIL 1 macro
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
H A D | x509v3.h | 166 # define GEN_EMAIL 1 macro
|
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/ |
H A D | x509v3.h | 166 # define GEN_EMAIL 1 macro
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | x509v3.h | 166 # define GEN_EMAIL 1 macro
|