Home | History | Annotate | Download | only in cms

Lines Matching refs:CMS_SignerInfo

70 typedef struct CMS_SignerInfo_st CMS_SignerInfo;
77 DECLARE_STACK_OF(CMS_SignerInfo)
144 CMS_ContentInfo *CMS_sign_receipt(CMS_SignerInfo *si,
255 CMS_SignerInfo *CMS_add1_signer(CMS_ContentInfo *cms,
258 STACK_OF(CMS_SignerInfo) *CMS_get0_SignerInfos(CMS_ContentInfo *cms);
260 void CMS_SignerInfo_set1_signer_cert(CMS_SignerInfo *si, X509 *signer);
261 int CMS_SignerInfo_get0_signer_id(CMS_SignerInfo *si,
264 int CMS_SignerInfo_cert_cmp(CMS_SignerInfo *si, X509 *cert);
267 void CMS_SignerInfo_get0_algs(CMS_SignerInfo *si, EVP_PKEY **pk, X509 **signer,
269 int CMS_SignerInfo_sign(CMS_SignerInfo *si);
270 int CMS_SignerInfo_verify(CMS_SignerInfo *si);
271 int CMS_SignerInfo_verify_content(CMS_SignerInfo *si, BIO *chain);
273 int CMS_add_smimecap(CMS_SignerInfo *si, STACK_OF(X509_ALGOR) *algs);
278 int CMS_signed_get_attr_count(const CMS_SignerInfo *si);
279 int CMS_signed_get_attr_by_NID(const CMS_SignerInfo *si, int nid,
281 int CMS_signed_get_attr_by_OBJ(const CMS_SignerInfo *si, ASN1_OBJECT *obj,
283 X509_ATTRIBUTE *CMS_signed_get_attr(const CMS_SignerInfo *si, int loc);
284 X509_ATTRIBUTE *CMS_signed_delete_attr(CMS_SignerInfo *si, int loc);
285 int CMS_signed_add1_attr(CMS_SignerInfo *si, X509_ATTRIBUTE *attr);
286 int CMS_signed_add1_attr_by_OBJ(CMS_SignerInfo *si,
289 int CMS_signed_add1_attr_by_NID(CMS_SignerInfo *si,
292 int CMS_signed_add1_attr_by_txt(CMS_SignerInfo *si,
295 void *CMS_signed_get0_data_by_OBJ(CMS_SignerInfo *si, ASN1_OBJECT *oid,
298 int CMS_unsigned_get_attr_count(const CMS_SignerInfo *si);
299 int CMS_unsigned_get_attr_by_NID(const CMS_SignerInfo *si, int nid,
301 int CMS_unsigned_get_attr_by_OBJ(const CMS_SignerInfo *si, ASN1_OBJECT *obj,
303 X509_ATTRIBUTE *CMS_unsigned_get_attr(const CMS_SignerInfo *si, int loc);
304 X509_ATTRIBUTE *CMS_unsigned_delete_attr(CMS_SignerInfo *si, int loc);
305 int CMS_unsigned_add1_attr(CMS_SignerInfo *si, X509_ATTRIBUTE *attr);
306 int CMS_unsigned_add1_attr_by_OBJ(CMS_SignerInfo *si,
309 int CMS_unsigned_add1_attr_by_NID(CMS_SignerInfo *si,
312 int CMS_unsigned_add1_attr_by_txt(CMS_SignerInfo *si,
315 void *CMS_unsigned_get0_data_by_OBJ(CMS_SignerInfo *si, ASN1_OBJECT *oid,
320 int CMS_get1_ReceiptRequest(CMS_SignerInfo *si, CMS_ReceiptRequest **prr);
325 int CMS_add1_ReceiptRequest(CMS_SignerInfo *si, CMS_ReceiptRequest *rr);