Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/x509v3/
Dv3_alt.c69 static int copy_email(X509V3_CTX *ctx, GENERAL_NAMES *gens, int move_p);
326 if(!copy_email(ctx, gens, 0)) goto err; in v2i_subject_alt()
329 if(!copy_email(ctx, gens, 1)) goto err; in v2i_subject_alt()
347 static int copy_email(X509V3_CTX *ctx, GENERAL_NAMES *gens, int move_p) in copy_email() function
357 OPENSSL_PUT_ERROR(X509V3, copy_email, X509V3_R_NO_SUBJECT_DETAILS); in copy_email()
377 OPENSSL_PUT_ERROR(X509V3, copy_email, ERR_R_MALLOC_FAILURE); in copy_email()
384 OPENSSL_PUT_ERROR(X509V3, copy_email, ERR_R_MALLOC_FAILURE); in copy_email()
/external/boringssl/src/crypto/err/
Dx509v3.errordata20 X509V3,function,119,copy_email