Searched refs:rfc822Name (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/x509v3/
H A Dv3_genn.c83 ASN1_IMP(GENERAL_NAME, d.rfc822Name, ASN1_IA5STRING, GEN_EMAIL),
H A Dx509v3.h184 ASN1_IA5STRING *rfc822Name; member in union:GENERAL_NAME_st::__anon101
195 ASN1_IA5STRING *ia5; /* rfc822Name, dNSName,
/freebsd-9.3-release/crypto/heimdal/lib/hx509/
H A Dca.c800 * @param rfc822Name a string to a email address.
810 const char *rfc822Name)
816 gn.u.rfc822Name = rk_UNCONST(rfc822Name);
808 hx509_ca_tbs_add_san_rfc822name(hx509_context context, hx509_ca_tbs tbs, const char *rfc822Name) argument
H A Dcert.c1657 s = strchr(c->u.rfc822Name, '@');
1659 if (strcasecmp(c->u.rfc822Name, n->u.rfc822Name) != 0)
1662 s = strchr(n->u.rfc822Name, '@');
1665 len1 = strlen(c->u.rfc822Name);
1669 if (strcasecmp(s + 1 + len2 - len1, c->u.rfc822Name) != 0)
H A Dname.c850 strpool = rk_strpoolprintf(strpool, "rfc822Name: %s\n",
851 name->u.rfc822Name);

Completed in 190 milliseconds