Home | History | Annotate | Download | only in pkcs7

Lines Matching refs:sign

281 		md_sk=p7->d.sign->md_algs;
282 os = PKCS7_get_octet_string(p7->d.sign->contents);
442 data_body=PKCS7_get_octet_string(p7->d.sign->contents);
443 md_sk=p7->d.sign->md_algs;
731 /* Now sign the attributes */
789 si_sk=p7->d.sign->signer_info;
790 os=PKCS7_get_octet_string(p7->d.sign->contents);
792 if(PKCS7_type_is_data(p7->d.sign->contents) && p7->detached) {
794 p7->d.sign->contents->d.data = NULL;
838 * attribute and only sign the attributes */
970 cert=p7->d.sign->cert;