Home
last modified time | relevance | path

Searched refs:GEN_EMAIL (Results 1 - 25 of 75) sorted by relevance

123

/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_san.c167 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 Dv3_ncons.c279 gntmp.type = GEN_EMAIL;
485 effective_type = GEN_EMAIL;
547 case GEN_EMAIL:
564 case GEN_EMAIL:
H A Dv3_utl.c519 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 Dv3_san.c167 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 Dv3_ncons.c279 gntmp.type = GEN_EMAIL;
485 effective_type = GEN_EMAIL;
547 case GEN_EMAIL:
564 case GEN_EMAIL:
H A Dv3_utl.c519 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 Dx509v3.rs15 pub const GEN_EMAIL: c_int = 1; consts
/third_party/openssl/test/
H A Dv3nametest.c152 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 Dtls_wolfssl.c610 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 Dtls_openssl.c1715 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 Dtls_wolfssl.c612 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 Dtls_openssl.c1755 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 Dx509v3.h125 # define GEN_EMAIL 1 macro
/third_party/node/deps/openssl/openssl/apps/
H A Dcms.c1390 gen = a2i_GENERAL_NAME(NULL, NULL, NULL, GEN_EMAIL, str, 0); in STACK_OF()
/third_party/openssl/apps/
H A Dcms.c1391 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 Dmod.rs2015 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 Dcrypto_common.cc694 } else if (gen->type == GEN_EMAIL) { in PrintGeneralName()
/third_party/python/Modules/
H A D_ssl.c1255 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 Dx509v3.h166 # define GEN_EMAIL 1 macro
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dx509v3.h166 # define GEN_EMAIL 1 macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
H A Dx509v3.h166 # define GEN_EMAIL 1 macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dx509v3.h166 # define GEN_EMAIL 1 macro
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dx509v3.h166 # define GEN_EMAIL 1 macro
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dx509v3.h166 # define GEN_EMAIL 1 macro
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dx509v3.h166 # define GEN_EMAIL 1 macro

Completed in 69 milliseconds

123