HomeSort by: relevance | last modified time | path
    Searched refs:rctin (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/apps/
cms.c 189 BIO *in = NULL, *out = NULL, *indata = NULL, *rctin = NULL; local
365 rcms = SMIME_read_CMS(rctin, NULL);
367 rcms = PEM_read_bio_CMS(rctin, NULL, NULL, NULL);
773 if ((rctin = BIO_new_file(rctfile, rctmode)) == NULL) {
779 rcms = SMIME_read_CMS(rctin, NULL);
781 rcms = PEM_read_bio_CMS(rctin, NULL, NULL, NULL);
783 rcms = d2i_CMS_bio(rctin, NULL);
1109 BIO_free(rctin);
  /src/crypto/external/apache2/openssl/dist/apps/
cms.c 346 BIO *in = NULL, *out = NULL, *indata = NULL, *rctin = NULL; local
1020 if ((rctin = BIO_new_file(rctfile, rctmode)) == NULL) {
1025 rcms = load_content_info(rctformat, rctin, 0, NULL, "receipt");
1388 BIO_free(rctin);
  /src/crypto/external/bsd/openssl/dist/apps/
cms.c 279 BIO *in = NULL, *out = NULL, *indata = NULL, *rctin = NULL; local
929 if ((rctin = BIO_new_file(rctfile, rctmode)) == NULL) {
934 rcms = load_content_info(rctformat, rctin, 0, NULL, "receipt");
1288 BIO_free(rctin);

Completed in 31 milliseconds