Searched refs:copy_email (Results 1 – 1 of 1) sorted by relevance
66 static int copy_email(X509V3_CTX *ctx, GENERAL_NAMES *gens, int move_p);322 if(!copy_email(ctx, gens, 0)) goto err; in v2i_subject_alt()325 if(!copy_email(ctx, gens, 1)) goto err; in v2i_subject_alt()343 static int copy_email(X509V3_CTX *ctx, GENERAL_NAMES *gens, int move_p) in copy_email() function