Lines Matching refs:structure
6 PKCS7_add_certificate, PKCS7_add_crl - add information to PKCS7 structure
20 key I<pkey> using message digest I<md> to a PKCS7 signed data structure I<p7>.
22 The B<PKCS7> structure should be obtained from an initial call to PKCS7_sign()
24 signed data structure.
29 Unless the B<PKCS7_REUSE_DIGEST> flag is set the returned B<PKCS7> structure
37 signed data structure where the simpler PKCS7_sign() function defaults are
45 digest value from the B<PKCS7> structure: to add a signer to an existing structure.
47 returned B<PKCS7> structure will be valid and finalized when this flag is set.
50 B<PKCS7_SIGNER_INO> structure will not be finalized so additional attributes
55 B<PKCS7> structure, the signer's certificate must still be supplied in the
60 The signedData structure includes several PKCS#7 authenticatedAttributes
71 structure just added, which can be used to set additional attributes
74 PKCS7_add_certificate() adds to the B<PKCS7> structure I<p7> the certificate
81 PKCS7_add_crl() adds the CRL I<crl> to the B<PKCS7> structure I<p7>.
83 to be included when signing or to use when verifying the B<PKCS7> structure.
88 structure just added or NULL if an error occurs.