Lines Matching defs:data
24 BIO *data, int flags, OSSL_LIB_CTX *libctx,
59 if (PKCS7_final(p7, data, flags))
68 BIO *data, int flags)
70 return PKCS7_sign_ex(signcert, pkey, certs, data, flags, NULL, NULL);
74 int PKCS7_final(PKCS7 *p7, BIO *data, int flags)
84 if (!SMIME_crlf_copy(data, p7bio, flags))
207 return PKCS7_add1_attrib_digest(si, osdig->data, osdig->length);
237 /* Check for no data and no content: no data to verify signature */
306 * potentially large numbers of slow copies of data which will occur when
443 /* Build a complete PKCS#7 enveloped data */
495 int PKCS7_decrypt(PKCS7 *p7, EVP_PKEY *pkey, X509 *cert, BIO *data, int flags)
536 ret = SMIME_text(bread, data);
559 if (BIO_write(data, buf, i) != i) {