Lines Matching refs:CMS_SignerInfo
36 typedef struct CMS_SignerInfo_st CMS_SignerInfo; typedef
46 generate_stack_macros("CMS_SignerInfo")
131 CMS_ContentInfo *CMS_sign_receipt(CMS_SignerInfo *si,
269 CMS_SignerInfo *CMS_add1_signer(CMS_ContentInfo *cms,
272 EVP_PKEY_CTX *CMS_SignerInfo_get0_pkey_ctx(CMS_SignerInfo *si);
273 EVP_MD_CTX *CMS_SignerInfo_get0_md_ctx(CMS_SignerInfo *si);
274 STACK_OF(CMS_SignerInfo) *CMS_get0_SignerInfos(CMS_ContentInfo *cms);
276 void CMS_SignerInfo_set1_signer_cert(CMS_SignerInfo *si, X509 *signer);
277 int CMS_SignerInfo_get0_signer_id(CMS_SignerInfo *si,
280 int CMS_SignerInfo_cert_cmp(CMS_SignerInfo *si, X509 *cert);
283 void CMS_SignerInfo_get0_algs(CMS_SignerInfo *si, EVP_PKEY **pk,
286 ASN1_OCTET_STRING *CMS_SignerInfo_get0_signature(CMS_SignerInfo *si);
287 int CMS_SignerInfo_sign(CMS_SignerInfo *si);
288 int CMS_SignerInfo_verify(CMS_SignerInfo *si);
289 int CMS_SignerInfo_verify_content(CMS_SignerInfo *si, BIO *chain);
291 int CMS_add_smimecap(CMS_SignerInfo *si, STACK_OF(X509_ALGOR) *algs);
296 int CMS_signed_get_attr_count(const CMS_SignerInfo *si);
297 int CMS_signed_get_attr_by_NID(const CMS_SignerInfo *si, int nid,
299 int CMS_signed_get_attr_by_OBJ(const CMS_SignerInfo *si, const ASN1_OBJECT *obj,
301 X509_ATTRIBUTE *CMS_signed_get_attr(const CMS_SignerInfo *si, int loc);
302 X509_ATTRIBUTE *CMS_signed_delete_attr(CMS_SignerInfo *si, int loc);
303 int CMS_signed_add1_attr(CMS_SignerInfo *si, X509_ATTRIBUTE *attr);
304 int CMS_signed_add1_attr_by_OBJ(CMS_SignerInfo *si,
307 int CMS_signed_add1_attr_by_NID(CMS_SignerInfo *si,
310 int CMS_signed_add1_attr_by_txt(CMS_SignerInfo *si,
313 void *CMS_signed_get0_data_by_OBJ(const CMS_SignerInfo *si,
317 int CMS_unsigned_get_attr_count(const CMS_SignerInfo *si);
318 int CMS_unsigned_get_attr_by_NID(const CMS_SignerInfo *si, int nid,
320 int CMS_unsigned_get_attr_by_OBJ(const CMS_SignerInfo *si,
322 X509_ATTRIBUTE *CMS_unsigned_get_attr(const CMS_SignerInfo *si, int loc);
323 X509_ATTRIBUTE *CMS_unsigned_delete_attr(CMS_SignerInfo *si, int loc);
324 int CMS_unsigned_add1_attr(CMS_SignerInfo *si, X509_ATTRIBUTE *attr);
325 int CMS_unsigned_add1_attr_by_OBJ(CMS_SignerInfo *si,
328 int CMS_unsigned_add1_attr_by_NID(CMS_SignerInfo *si,
331 int CMS_unsigned_add1_attr_by_txt(CMS_SignerInfo *si,
334 void *CMS_unsigned_get0_data_by_OBJ(CMS_SignerInfo *si, ASN1_OBJECT *oid,
337 int CMS_get1_ReceiptRequest(CMS_SignerInfo *si, CMS_ReceiptRequest **prr);
348 int CMS_add1_ReceiptRequest(CMS_SignerInfo *si, CMS_ReceiptRequest *rr);