Lines Matching defs:data
398 * potentially large numbers of slow copies of data which will occur when
506 STACK_OF(X509) *certs, BIO *data,
537 || CMS_final(cms, data, NULL, flags))
551 BIO *data, unsigned int flags)
553 return CMS_sign_ex(signcert, pkey, certs, data, flags, NULL, NULL);
575 /* Initialize signed data */
598 rct_cont = BIO_new_mem_buf(os->data, os->length);
628 CMS_ContentInfo *CMS_encrypt_ex(STACK_OF(X509) *certs, BIO *data,
654 || CMS_final(cms, data, NULL, flags))
666 CMS_ContentInfo *CMS_encrypt(STACK_OF(X509) *certs, BIO *data,
669 return CMS_encrypt_ex(certs, data, cipher, flags, NULL, NULL);
888 int CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont, unsigned int flags)
898 if (!SMIME_crlf_copy(data, cmsbio, flags)) {