HomeSort by relevance Sort by last modified time
    Searched defs:copy_email (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
v3_alt.c 66 static int copy_email(X509V3_CTX *ctx, GENERAL_NAMES *gens, int move_p);
322 if(!copy_email(ctx, gens, 0)) goto err;
325 if(!copy_email(ctx, gens, 1)) goto err;
343 static int copy_email(X509V3_CTX *ctx, GENERAL_NAMES *gens, int move_p) function
  /external/openssl/crypto/x509v3/
v3_alt.c 66 static int copy_email(X509V3_CTX *ctx, GENERAL_NAMES *gens, int move_p);
322 if(!copy_email(ctx, gens, 0)) goto err;
325 if(!copy_email(ctx, gens, 1)) goto err;
343 static int copy_email(X509V3_CTX *ctx, GENERAL_NAMES *gens, int move_p) function

Completed in 3777 milliseconds