Searched refs:rctin (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/crypto/openssl/apps/
H A Dcms.c119 BIO *in = NULL, *out = NULL, *indata = NULL, *rctin = NULL; local
737 if (!(rctin = BIO_new_file(rctfile, rctmode))) {
743 rcms = SMIME_read_CMS(rctin, NULL);
745 rcms = PEM_read_bio_CMS(rctin, NULL, NULL, NULL);
747 rcms = d2i_CMS_bio(rctin, NULL);
1017 BIO_free(rctin);

Completed in 51 milliseconds