Lines Matching refs:si
135 int CMS_SignerInfo_get_version(const CMS_SignerInfo *si, long *version);
166 CMS_ContentInfo *CMS_sign_receipt(CMS_SignerInfo *si, X509 *signcert,
263 EVP_PKEY_CTX *CMS_SignerInfo_get0_pkey_ctx(CMS_SignerInfo *si);
264 EVP_MD_CTX *CMS_SignerInfo_get0_md_ctx(CMS_SignerInfo *si);
267 void CMS_SignerInfo_set1_signer_cert(CMS_SignerInfo *si, X509 *signer);
268 int CMS_SignerInfo_get0_signer_id(CMS_SignerInfo *si, ASN1_OCTET_STRING **keyid,
270 int CMS_SignerInfo_cert_cmp(CMS_SignerInfo *si, X509 *cert);
273 void CMS_SignerInfo_get0_algs(CMS_SignerInfo *si, EVP_PKEY **pk, X509 **signer,
275 ASN1_OCTET_STRING *CMS_SignerInfo_get0_signature(CMS_SignerInfo *si);
276 int CMS_SignerInfo_sign(CMS_SignerInfo *si);
277 int CMS_SignerInfo_verify(CMS_SignerInfo *si);
278 int CMS_SignerInfo_verify_content(CMS_SignerInfo *si, BIO *chain);
280 int CMS_add_smimecap(CMS_SignerInfo *si, STACK_OF(X509_ALGOR) *algs);
285 int CMS_signed_get_attr_count(const CMS_SignerInfo *si);
286 int CMS_signed_get_attr_by_NID(const CMS_SignerInfo *si, int nid, int lastpos);
287 int CMS_signed_get_attr_by_OBJ(const CMS_SignerInfo *si, const ASN1_OBJECT *obj,
289 X509_ATTRIBUTE *CMS_signed_get_attr(const CMS_SignerInfo *si, int loc);
290 X509_ATTRIBUTE *CMS_signed_delete_attr(CMS_SignerInfo *si, int loc);
291 int CMS_signed_add1_attr(CMS_SignerInfo *si, X509_ATTRIBUTE *attr);
292 int CMS_signed_add1_attr_by_OBJ(CMS_SignerInfo *si, const ASN1_OBJECT *obj,
294 int CMS_signed_add1_attr_by_NID(CMS_SignerInfo *si, int nid, int type,
296 int CMS_signed_add1_attr_by_txt(CMS_SignerInfo *si,
298 void *CMS_signed_get0_data_by_OBJ(CMS_SignerInfo *si, const ASN1_OBJECT *oid,
301 int CMS_unsigned_get_attr_count(const CMS_SignerInfo *si);
302 int CMS_unsigned_get_attr_by_NID(const CMS_SignerInfo *si, int nid,
304 int CMS_unsigned_get_attr_by_OBJ(const CMS_SignerInfo *si,
306 X509_ATTRIBUTE *CMS_unsigned_get_attr(const CMS_SignerInfo *si, int loc);
307 X509_ATTRIBUTE *CMS_unsigned_delete_attr(CMS_SignerInfo *si, int loc);
308 int CMS_unsigned_add1_attr(CMS_SignerInfo *si, X509_ATTRIBUTE *attr);
309 int CMS_unsigned_add1_attr_by_OBJ(CMS_SignerInfo *si,
311 int CMS_unsigned_add1_attr_by_NID(CMS_SignerInfo *si, int nid, int type,
313 int CMS_unsigned_add1_attr_by_txt(CMS_SignerInfo *si, const char *attrname,
315 void *CMS_unsigned_get0_data_by_OBJ(CMS_SignerInfo *si, ASN1_OBJECT *oid,
318 int CMS_get1_ReceiptRequest(CMS_SignerInfo *si, CMS_ReceiptRequest **prr);
322 int CMS_add1_ReceiptRequest(CMS_SignerInfo *si, CMS_ReceiptRequest *rr);