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

  /external/openssl/apps/
smime.c 95 char *signerfile = NULL, *recipfile = NULL; local
278 recipfile = *++args;
411 if (!recipfile && !keyfile)
578 if (recipfile && (operation == SMIME_DECRYPT))
580 if (!(recip = load_cert(bio_err,recipfile,FORMAT_PEM,NULL,
591 keyfile = recipfile;
cms.c 110 char *signerfile = NULL, *recipfile = NULL; local
415 recipfile = *++args;
572 if (!recipfile && !keyfile && !secret_key && !pwri_pass)
744 if (recipfile && (operation == SMIME_DECRYPT))
746 if (!(recip = load_cert(bio_err,recipfile,FORMAT_PEM,NULL,
767 keyfile = recipfile;
    [all...]

Completed in 178 milliseconds