Home | History | Annotate | Download | only in pkcs7

Lines Matching full:sign

160 		md_sk=p7->d.sign->md_algs;
161 os = PKCS7_get_octet_string(p7->d.sign->contents);
354 data_body=PKCS7_get_octet_string(p7->d.sign->contents);
355 md_sk=p7->d.sign->md_algs;
636 si_sk=p7->d.sign->signer_info;
637 os=PKCS7_get_octet_string(p7->d.sign->contents);
639 if(PKCS7_type_is_data(p7->d.sign->contents) && p7->detached) {
641 p7->d.sign->contents->d.data = NULL;
690 * attribute and only sign the attributes */
743 /* Now sign the attributes */
824 cert=p7->d.sign->cert;