Searched refs:GEN_EMAIL (Results 1 – 10 of 10) sorted by relevance
/freebsd/crypto/openssl/crypto/x509/ |
H A D | v3_genn.c | 34 ASN1_IMP(GENERAL_NAME, d.rfc822Name, ASN1_IA5STRING, GEN_EMAIL), 112 case GEN_EMAIL: in GENERAL_NAME_cmp() 163 case GEN_EMAIL: in GENERAL_NAME_set0_value() 198 case GEN_EMAIL: in GENERAL_NAME_get0_value()
|
H A D | v3_san.c | 167 case GEN_EMAIL: in STACK_OF() 265 case GEN_EMAIL: in GENERAL_NAME_print() 458 gen->type = GEN_EMAIL; in copy_email() 534 case GEN_EMAIL: in a2i_GENERAL_NAME() 619 type = GEN_EMAIL; in v2i_GENERAL_NAME_ex()
|
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()
|
H A D | v3_ncons.c | 279 gntmp.type = GEN_EMAIL; in NAME_CONSTRAINTS_check() 485 effective_type = GEN_EMAIL; in nc_match() 547 case GEN_EMAIL: in nc_match_single() 564 case GEN_EMAIL: in nc_match_single()
|
/freebsd/crypto/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()
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | tls_wolfssl.c | 637 type = GEN_EMAIL; in tls_match_alt_subject() 931 (gen->type != GEN_EMAIL && in wolfssl_tls_cert_event() 943 case GEN_EMAIL: in wolfssl_tls_cert_event()
|
H A D | tls_openssl.c | 1877 type = GEN_EMAIL; in tls_match_altsubject() 2418 if (gen->type != GEN_EMAIL && in openssl_tls_cert_event() 2429 case GEN_EMAIL: in openssl_tls_cert_event()
|
/freebsd/crypto/openssl/apps/ |
H A D | cms.c | 1407 gen = a2i_GENERAL_NAME(NULL, NULL, NULL, GEN_EMAIL, str, 0); in STACK_OF()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | x509v3.h.in | 143 # define GEN_EMAIL 1 macro
|
H A D | x509v3.h | 166 # define GEN_EMAIL 1 macro
|