• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/cms/

Lines Matching defs:CMS_SignerInfo

69 typedef struct CMS_SignerInfo_st CMS_SignerInfo;
78 DECLARE_STACK_OF(CMS_SignerInfo)
150 CMS_ContentInfo *CMS_sign_receipt(CMS_SignerInfo *si,
263 CMS_SignerInfo *CMS_add1_signer(CMS_ContentInfo *cms,
266 EVP_PKEY_CTX *CMS_SignerInfo_get0_pkey_ctx(CMS_SignerInfo *si);
267 EVP_MD_CTX *CMS_SignerInfo_get0_md_ctx(CMS_SignerInfo *si);
268 STACK_OF(CMS_SignerInfo) *CMS_get0_SignerInfos(CMS_ContentInfo *cms);
270 void CMS_SignerInfo_set1_signer_cert(CMS_SignerInfo *si, X509 *signer);
271 int CMS_SignerInfo_get0_signer_id(CMS_SignerInfo *si,
274 int CMS_SignerInfo_cert_cmp(CMS_SignerInfo *si, X509 *cert);
277 void CMS_SignerInfo_get0_algs(CMS_SignerInfo *si, EVP_PKEY **pk,
280 ASN1_OCTET_STRING *CMS_SignerInfo_get0_signature(CMS_SignerInfo *si);
281 int CMS_SignerInfo_sign(CMS_SignerInfo *si);
282 int CMS_SignerInfo_verify(CMS_SignerInfo *si);
283 int CMS_SignerInfo_verify_content(CMS_SignerInfo *si, BIO *chain);
285 int CMS_add_smimecap(CMS_SignerInfo *si, STACK_OF(X509_ALGOR) *algs);
290 int CMS_signed_get_attr_count(const CMS_SignerInfo *si);
291 int CMS_signed_get_attr_by_NID(const CMS_SignerInfo *si, int nid,
293 int CMS_signed_get_attr_by_OBJ(const CMS_SignerInfo *si, ASN1_OBJECT *obj,
295 X509_ATTRIBUTE *CMS_signed_get_attr(const CMS_SignerInfo *si, int loc);
296 X509_ATTRIBUTE *CMS_signed_delete_attr(CMS_SignerInfo *si, int loc);
297 int CMS_signed_add1_attr(CMS_SignerInfo *si, X509_ATTRIBUTE *attr);
298 int CMS_signed_add1_attr_by_OBJ(CMS_SignerInfo *si,
301 int CMS_signed_add1_attr_by_NID(CMS_SignerInfo *si,
304 int CMS_signed_add1_attr_by_txt(CMS_SignerInfo *si,
307 void *CMS_signed_get0_data_by_OBJ(CMS_SignerInfo *si, ASN1_OBJECT *oid,
310 int CMS_unsigned_get_attr_count(const CMS_SignerInfo *si);
311 int CMS_unsigned_get_attr_by_NID(const CMS_SignerInfo *si, int nid,
313 int CMS_unsigned_get_attr_by_OBJ(const CMS_SignerInfo *si, ASN1_OBJECT *obj,
315 X509_ATTRIBUTE *CMS_unsigned_get_attr(const CMS_SignerInfo *si, int loc);
316 X509_ATTRIBUTE *CMS_unsigned_delete_attr(CMS_SignerInfo *si, int loc);
317 int CMS_unsigned_add1_attr(CMS_SignerInfo *si, X509_ATTRIBUTE *attr);
318 int CMS_unsigned_add1_attr_by_OBJ(CMS_SignerInfo *si,
321 int CMS_unsigned_add1_attr_by_NID(CMS_SignerInfo *si,
324 int CMS_unsigned_add1_attr_by_txt(CMS_SignerInfo *si,
327 void *CMS_unsigned_get0_data_by_OBJ(CMS_SignerInfo *si, ASN1_OBJECT *oid,
332 int CMS_get1_ReceiptRequest(CMS_SignerInfo *si, CMS_ReceiptRequest **prr);
338 int CMS_add1_ReceiptRequest(CMS_SignerInfo *si, CMS_ReceiptRequest *rr);