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

  /src/crypto/external/apache2/openssl/dist/demos/cms/
cms_ddec.c 20 BIO *in = NULL, *out = NULL, *tbio = NULL, *dcont = NULL; local
59 dcont = BIO_new_file("smencr.out", "rb");
61 if (dcont == NULL)
69 if (!CMS_decrypt(cms, rkey, rcert, dcont, out, 0))
87 BIO_free(dcont);
  /src/crypto/external/bsd/openssl/dist/demos/cms/
cms_ddec.c 20 BIO *in = NULL, *out = NULL, *tbio = NULL, *dcont = NULL; local
58 dcont = BIO_new_file("smencr.out", "rb");
68 if (!CMS_decrypt(cms, rkey, rcert, dcont, out, 0))
86 BIO_free(dcont);
  /src/crypto/external/bsd/openssl.old/dist/demos/cms/
cms_ddec.c 20 BIO *in = NULL, *out = NULL, *tbio = NULL, *dcont = NULL; local
58 dcont = BIO_new_file("smencr.out", "rb");
68 if (!CMS_decrypt(cms, rkey, rcert, dcont, out, 0))
86 BIO_free(dcont);

Completed in 23 milliseconds