Lines Matching refs:ri

19  int CMS_RecipientInfo_type(CMS_RecipientInfo *ri);
21 int CMS_RecipientInfo_ktri_get0_signer_id(CMS_RecipientInfo *ri,
25 int CMS_RecipientInfo_ktri_cert_cmp(CMS_RecipientInfo *ri, X509 *cert);
26 int CMS_RecipientInfo_set0_pkey(CMS_RecipientInfo *ri, EVP_PKEY *pkey);
27 int CMS_RecipientInfo_kari_set0_pkey_and_peer(CMS_RecipientInfo *ri,
29 int CMS_RecipientInfo_kari_set0_pkey(CMS_RecipientInfo *ri, EVP_PKEY *pk);
30 int CMS_RecipientInfo_kekri_get0_id(CMS_RecipientInfo *ri, X509_ALGOR **palg,
35 int CMS_RecipientInfo_kekri_id_cmp(CMS_RecipientInfo *ri,
37 int CMS_RecipientInfo_set0_key(CMS_RecipientInfo *ri,
40 int CMS_RecipientInfo_decrypt(CMS_ContentInfo *cms, CMS_RecipientInfo *ri);
41 int CMS_RecipientInfo_encrypt(CMS_ContentInfo *cms, CMS_RecipientInfo *ri);
48 CMS_RecipientInfo_type() returns the type of CMS_RecipientInfo structure B<ri>.
53 identifier associated with a specific CMS_RecipientInfo structure B<ri>, which
58 CMS_RecipientInfo structure B<ri>, which must be of type CMS_RECIPINFO_TRANS.
62 the CMS_RecipientInfo structure B<ri>, which must be of type
66 and peer certificate B<peer> with the CMS_RecipientInfo structure B<ri>, which
70 CMS_RecipientInfo structure B<ri>, which must be of type CMS_RECIPINFO_AGREE.
73 CMS_RecipientInfo structure B<ri> which must be of type CMS_RECIPINFO_KEK. Any
83 parameters against the B<keyIdentifier> CMS_RecipientInfo structure B<ri>,
88 B<keylen> with the CMS_RecipientInfo structure B<ri>, which must be of type
92 B<ri> in structure B<cms>. A key must have been associated with the structure
96 B<ri> in structure B<cms>. A key must have been associated with the structure