Lines Matching refs:recip
117 X509 *cert = NULL, *recip = NULL, *signer = NULL;
411 else if (!strcmp (*args, "-recip"))
630 BIO_printf (bio_err, "-recip file recipient certificate file for decryption\n");
746 if (!(recip = load_cert(bio_err,recipfile,FORMAT_PEM,NULL,
1061 if (!CMS_decrypt_set1_pkey(cms, key, recip))
1215 X509_free(recip);