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

/openbsd-current/lib/libcrypto/pkcs7/
H A Dpk7_doit.c430 ASN1_OCTET_STRING *data_body = NULL; local
456 data_body = PKCS7_get_octet_string(p7->d.sign->contents);
462 data_body = p7->d.signed_and_enveloped->enc_data->enc_data;
473 data_body = p7->d.enveloped->enc_data->enc_data;
612 if (data_body != NULL && data_body->length > 0)
613 bio = BIO_new_mem_buf(data_body->data, data_body->length);
/openbsd-current/libexec/spamd/
H A Dspamd.c82 int data_body; member in struct:con
1039 (cp->data_body && ++cp->data_lines >= 10)) {
1044 if (!cp->data_body && !*p)
1045 cp->data_body = 1;
1046 if (verbose && cp->data_body && *p)

Completed in 109 milliseconds