OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:copy_email
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/x509v3/
v3_alt.c
66
static int
copy_email
(X509V3_CTX *ctx, GENERAL_NAMES *gens, int move_p);
316
if(!
copy_email
(ctx, gens, 0)) goto err;
319
if(!
copy_email
(ctx, gens, 1)) goto err;
337
static int
copy_email
(X509V3_CTX *ctx, GENERAL_NAMES *gens, int move_p)
function
v3err.c
75
{ERR_FUNC(X509V3_F_COPY_EMAIL), "
COPY_EMAIL
"},
Completed in 121 milliseconds