Home
last modified time | relevance | path

Searched refs:copy_email (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/crypto/x509v3/
Dv3_alt.c73 static int copy_email(X509V3_CTX *ctx, GENERAL_NAMES *gens, int move_p);
336 if (!copy_email(ctx, gens, 0)) in v2i_subject_alt()
340 if (!copy_email(ctx, gens, 1)) in v2i_subject_alt()
359 static int copy_email(X509V3_CTX *ctx, GENERAL_NAMES *gens, int move_p) in copy_email() function