• Home
  • Raw
  • Download

Lines Matching refs:CMS_RecipientInfo

16  STACK_OF(CMS_RecipientInfo) *CMS_get0_RecipientInfos(CMS_ContentInfo *cms);
17 int CMS_RecipientInfo_type(CMS_RecipientInfo *ri);
19 int CMS_RecipientInfo_ktri_get0_signer_id(CMS_RecipientInfo *ri,
23 int CMS_RecipientInfo_ktri_cert_cmp(CMS_RecipientInfo *ri, X509 *cert);
24 int CMS_RecipientInfo_set0_pkey(CMS_RecipientInfo *ri, EVP_PKEY *pkey);
26 int CMS_RecipientInfo_kekri_get0_id(CMS_RecipientInfo *ri, X509_ALGOR **palg,
31 int CMS_RecipientInfo_kekri_id_cmp(CMS_RecipientInfo *ri,
33 int CMS_RecipientInfo_set0_key(CMS_RecipientInfo *ri,
36 int CMS_RecipientInfo_decrypt(CMS_ContentInfo *cms, CMS_RecipientInfo *ri);
37 int CMS_RecipientInfo_encrypt(CMS_ContentInfo *cms, CMS_RecipientInfo *ri);
41 The function CMS_get0_RecipientInfos() returns all the CMS_RecipientInfo
44 CMS_RecipientInfo_type() returns the type of CMS_RecipientInfo structure B<ri>.
49 identifier associated with a specific CMS_RecipientInfo structure B<ri>, which
54 CMS_RecipientInfo structure B<ri>, which must be of type CMS_RECIPINFO_TRANS.
58 the CMS_RecipientInfo structure B<ri>, which must be of type
62 CMS_RecipientInfo structure B<ri> which must be of type CMS_RECIPINFO_KEK. Any
72 parameters against the B<keyIdentifier> CMS_RecipientInfo structure B<ri>,
77 B<keylen> with the CMS_RecipientInfo structure B<ri>, which must be of type
80 CMS_RecipientInfo_decrypt() attempts to decrypt CMS_RecipientInfo structure
84 CMS_RecipientInfo_encrypt() attempts to encrypt CMS_RecipientInfo structure
95 In typical usage and application will retrieve all CMS_RecipientInfo structures
97 CMS_RecipientInfo_type(). Depending on the type the CMS_RecipientInfo structure
106 an appropriate CMS_RecipientInfo structure to make the content encrypt key
113 CMS_get0_RecipientInfos() returns all CMS_RecipientInfo structures, or NULL if