Symbol: CMS_SignerInfo
crypto/libressl/apps/openssl/cms.c
1527
STACK_OF(CMS_SignerInfo) *sis;
crypto/libressl/apps/openssl/cms.c
1528
CMS_SignerInfo *si;
crypto/libressl/apps/openssl/cms.c
1577
CMS_SignerInfo *si;
crypto/libressl/apps/openssl/cms.c
1851
STACK_OF(CMS_SignerInfo) *sis;
crypto/libressl/apps/openssl/cms.c
1852
CMS_SignerInfo *si;
crypto/libressl/crypto/cms/cms_asn1.c
223
CMS_SignerInfo *si = (CMS_SignerInfo *)*pval;
crypto/libressl/crypto/cms/cms_asn1.c
243
.offset = offsetof(CMS_SignerInfo, version),
crypto/libressl/crypto/cms/cms_asn1.c
250
.offset = offsetof(CMS_SignerInfo, sid),
crypto/libressl/crypto/cms/cms_asn1.c
257
.offset = offsetof(CMS_SignerInfo, digestAlgorithm),
crypto/libressl/crypto/cms/cms_asn1.c
264
.offset = offsetof(CMS_SignerInfo, signedAttrs),
crypto/libressl/crypto/cms/cms_asn1.c
271
.offset = offsetof(CMS_SignerInfo, signatureAlgorithm),
crypto/libressl/crypto/cms/cms_asn1.c
278
.offset = offsetof(CMS_SignerInfo, signature),
crypto/libressl/crypto/cms/cms_asn1.c
285
.offset = offsetof(CMS_SignerInfo, unsignedAttrs),
crypto/libressl/crypto/cms/cms_asn1.c
297
.size = sizeof(CMS_SignerInfo),
crypto/libressl/crypto/cms/cms_att.c
104
CMS_signed_add1_attr_by_OBJ(CMS_SignerInfo *si, const ASN1_OBJECT *obj, int type,
crypto/libressl/crypto/cms/cms_att.c
113
CMS_signed_add1_attr_by_NID(CMS_SignerInfo *si, int nid, int type,
crypto/libressl/crypto/cms/cms_att.c
122
CMS_signed_add1_attr_by_txt(CMS_SignerInfo *si, const char *attrname, int type,
crypto/libressl/crypto/cms/cms_att.c
131
CMS_signed_get0_data_by_OBJ(CMS_SignerInfo *si, const ASN1_OBJECT *oid,
crypto/libressl/crypto/cms/cms_att.c
138
CMS_unsigned_get_attr_count(const CMS_SignerInfo *si)
crypto/libressl/crypto/cms/cms_att.c
144
CMS_unsigned_get_attr_by_NID(const CMS_SignerInfo *si, int nid, int lastpos)
crypto/libressl/crypto/cms/cms_att.c
150
CMS_unsigned_get_attr_by_OBJ(const CMS_SignerInfo *si, const ASN1_OBJECT *obj,
crypto/libressl/crypto/cms/cms_att.c
157
CMS_unsigned_get_attr(const CMS_SignerInfo *si, int loc)
crypto/libressl/crypto/cms/cms_att.c
163
CMS_unsigned_delete_attr(CMS_SignerInfo *si, int loc)
crypto/libressl/crypto/cms/cms_att.c
169
CMS_unsigned_add1_attr(CMS_SignerInfo *si, X509_ATTRIBUTE *attr)
crypto/libressl/crypto/cms/cms_att.c
177
CMS_unsigned_add1_attr_by_OBJ(CMS_SignerInfo *si, const ASN1_OBJECT *obj,
crypto/libressl/crypto/cms/cms_att.c
186
CMS_unsigned_add1_attr_by_NID(CMS_SignerInfo *si, int nid, int type,
crypto/libressl/crypto/cms/cms_att.c
195
CMS_unsigned_add1_attr_by_txt(CMS_SignerInfo *si, const char *attrname,
crypto/libressl/crypto/cms/cms_att.c
205
CMS_unsigned_get0_data_by_OBJ(CMS_SignerInfo *si, ASN1_OBJECT *oid, int lastpos,
crypto/libressl/crypto/cms/cms_att.c
65
CMS_signed_get_attr_count(const CMS_SignerInfo *si)
crypto/libressl/crypto/cms/cms_att.c
71
CMS_signed_get_attr_by_NID(const CMS_SignerInfo *si, int nid, int lastpos)
crypto/libressl/crypto/cms/cms_att.c
77
CMS_signed_get_attr_by_OBJ(const CMS_SignerInfo *si, const ASN1_OBJECT *obj,
crypto/libressl/crypto/cms/cms_att.c
84
CMS_signed_get_attr(const CMS_SignerInfo *si, int loc)
crypto/libressl/crypto/cms/cms_att.c
90
CMS_signed_delete_attr(CMS_SignerInfo *si, int loc)
crypto/libressl/crypto/cms/cms_att.c
96
CMS_signed_add1_attr(CMS_SignerInfo *si, X509_ATTRIBUTE *attr)
crypto/libressl/crypto/cms/cms_ess.c
156
CMS_add1_ReceiptRequest(CMS_SignerInfo *si, CMS_ReceiptRequest *rr)
crypto/libressl/crypto/cms/cms_ess.c
205
cms_msgSigDigest(CMS_SignerInfo *si, unsigned char *dig, unsigned int *diglen)
crypto/libressl/crypto/cms/cms_ess.c
222
cms_msgSigDigest_add1(CMS_SignerInfo *dest, CMS_SignerInfo *src)
crypto/libressl/crypto/cms/cms_ess.c
248
STACK_OF(CMS_SignerInfo) *sis, *osis;
crypto/libressl/crypto/cms/cms_ess.c
249
CMS_SignerInfo *si, *osi = NULL;
crypto/libressl/crypto/cms/cms_ess.c
369
cms_encode_Receipt(CMS_SignerInfo *si)
crypto/libressl/crypto/cms/cms_ess.c
95
CMS_get1_ReceiptRequest(CMS_SignerInfo *si, CMS_ReceiptRequest **prr)
crypto/libressl/crypto/cms/cms_lcl.h
116
STACK_OF(CMS_SignerInfo) *signerInfos;
crypto/libressl/crypto/cms/cms_lcl.h
451
int cms_msgSigDigest_add1(CMS_SignerInfo *dest, CMS_SignerInfo *src);
crypto/libressl/crypto/cms/cms_lcl.h
452
ASN1_OCTET_STRING *cms_encode_Receipt(CMS_SignerInfo *si);
crypto/libressl/crypto/cms/cms_sd.c
119
CMS_SignerInfo *si;
crypto/libressl/crypto/cms/cms_sd.c
165
cms_copy_messageDigest(CMS_ContentInfo *cms, CMS_SignerInfo *si)
crypto/libressl/crypto/cms/cms_sd.c
167
STACK_OF(CMS_SignerInfo) *sinfos;
crypto/libressl/crypto/cms/cms_sd.c
168
CMS_SignerInfo *sitmp;
crypto/libressl/crypto/cms/cms_sd.c
255
cms_sd_asn1_ctrl(CMS_SignerInfo *si, int cmd)
crypto/libressl/crypto/cms/cms_sd.c
275
CMS_SignerInfo *
crypto/libressl/crypto/cms/cms_sd.c
280
CMS_SignerInfo *si = NULL;
crypto/libressl/crypto/cms/cms_sd.c
291
si = (CMS_SignerInfo *)ASN1_item_new(&CMS_SignerInfo_it);
crypto/libressl/crypto/cms/cms_sd.c
429
cms_add1_signingTime(CMS_SignerInfo *si, ASN1_TIME *t)
crypto/libressl/crypto/cms/cms_sd.c
458
CMS_SignerInfo_get0_pkey_ctx(CMS_SignerInfo *si)
crypto/libressl/crypto/cms/cms_sd.c
464
CMS_SignerInfo_get0_md_ctx(CMS_SignerInfo *si)
crypto/libressl/crypto/cms/cms_sd.c
469
STACK_OF(CMS_SignerInfo) *
crypto/libressl/crypto/cms/cms_sd.c
485
STACK_OF(CMS_SignerInfo) *sinfos;
crypto/libressl/crypto/cms/cms_sd.c
486
CMS_SignerInfo *si;
crypto/libressl/crypto/cms/cms_sd.c
509
CMS_SignerInfo_set1_signer_cert(CMS_SignerInfo *si, X509 *signer)
crypto/libressl/crypto/cms/cms_sd.c
521
CMS_SignerInfo_get0_signer_id(CMS_SignerInfo *si, ASN1_OCTET_STRING **keyid,
crypto/libressl/crypto/cms/cms_sd.c
528
CMS_SignerInfo_cert_cmp(CMS_SignerInfo *si, X509 *cert)
crypto/libressl/crypto/cms/cms_sd.c
538
CMS_SignerInfo *si;
crypto/libressl/crypto/cms/cms_sd.c
582
CMS_SignerInfo_get0_algs(CMS_SignerInfo *si, EVP_PKEY **pk, X509 **signer,
crypto/libressl/crypto/cms/cms_sd.c
596
CMS_SignerInfo_get0_signature(CMS_SignerInfo *si)
crypto/libressl/crypto/cms/cms_sd.c
602
cms_SignerInfo_content_sign(CMS_ContentInfo *cms, CMS_SignerInfo *si, BIO *chain)
crypto/libressl/crypto/cms/cms_sd.c
694
STACK_OF(CMS_SignerInfo) *sinfos;
crypto/libressl/crypto/cms/cms_sd.c
695
CMS_SignerInfo *si;
crypto/libressl/crypto/cms/cms_sd.c
710
CMS_SignerInfo_sign(CMS_SignerInfo *si)
crypto/libressl/crypto/cms/cms_sd.c
778
CMS_SignerInfo_verify(CMS_SignerInfo *si)
crypto/libressl/crypto/cms/cms_sd.c
862
CMS_SignerInfo_verify_content(CMS_SignerInfo *si, BIO *chain)
crypto/libressl/crypto/cms/cms_sd.c
936
CMS_add_smimecap(CMS_SignerInfo *si, STACK_OF(X509_ALGOR) *algs)
crypto/libressl/crypto/cms/cms_smime.c
293
cms_signerinfo_verify_cert(CMS_SignerInfo *si, X509_STORE *store,
crypto/libressl/crypto/cms/cms_smime.c
333
CMS_SignerInfo *si;
crypto/libressl/crypto/cms/cms_smime.c
334
STACK_OF(CMS_SignerInfo) *sinfos;
crypto/libressl/crypto/cms/cms_smime.c
547
CMS_sign_receipt(CMS_SignerInfo *si, X509 *signcert, EVP_PKEY *pkey,
crypto/libressl/crypto/cms/cms_smime.c
550
CMS_SignerInfo *rct_si;
crypto/libressl/crypto/rsa/rsa_ameth.c
75
static int rsa_cms_sign(CMS_SignerInfo *si);
crypto/libressl/crypto/rsa/rsa_ameth.c
76
static int rsa_cms_verify(CMS_SignerInfo *si);
crypto/libressl/crypto/rsa/rsa_ameth.c
817
rsa_cms_verify(CMS_SignerInfo *si)
crypto/libressl/crypto/rsa/rsa_ameth.c
865
rsa_cms_sign(CMS_SignerInfo *si)
crypto/libressl/include/openssl/cms.h
162
CMS_ContentInfo *CMS_sign_receipt(CMS_SignerInfo *si, X509 *signcert,
crypto/libressl/include/openssl/cms.h
257
CMS_SignerInfo *CMS_add1_signer(CMS_ContentInfo *cms, X509 *signer,
crypto/libressl/include/openssl/cms.h
259
EVP_PKEY_CTX *CMS_SignerInfo_get0_pkey_ctx(CMS_SignerInfo *si);
crypto/libressl/include/openssl/cms.h
260
EVP_MD_CTX *CMS_SignerInfo_get0_md_ctx(CMS_SignerInfo *si);
crypto/libressl/include/openssl/cms.h
261
STACK_OF(CMS_SignerInfo) *CMS_get0_SignerInfos(CMS_ContentInfo *cms);
crypto/libressl/include/openssl/cms.h
263
void CMS_SignerInfo_set1_signer_cert(CMS_SignerInfo *si, X509 *signer);
crypto/libressl/include/openssl/cms.h
264
int CMS_SignerInfo_get0_signer_id(CMS_SignerInfo *si, ASN1_OCTET_STRING **keyid,
crypto/libressl/include/openssl/cms.h
266
int CMS_SignerInfo_cert_cmp(CMS_SignerInfo *si, X509 *cert);
crypto/libressl/include/openssl/cms.h
269
void CMS_SignerInfo_get0_algs(CMS_SignerInfo *si, EVP_PKEY **pk, X509 **signer,
crypto/libressl/include/openssl/cms.h
271
ASN1_OCTET_STRING *CMS_SignerInfo_get0_signature(CMS_SignerInfo *si);
crypto/libressl/include/openssl/cms.h
272
int CMS_SignerInfo_sign(CMS_SignerInfo *si);
crypto/libressl/include/openssl/cms.h
273
int CMS_SignerInfo_verify(CMS_SignerInfo *si);
crypto/libressl/include/openssl/cms.h
274
int CMS_SignerInfo_verify_content(CMS_SignerInfo *si, BIO *chain);
crypto/libressl/include/openssl/cms.h
276
int CMS_add_smimecap(CMS_SignerInfo *si, STACK_OF(X509_ALGOR) *algs);
crypto/libressl/include/openssl/cms.h
281
int CMS_signed_get_attr_count(const CMS_SignerInfo *si);
crypto/libressl/include/openssl/cms.h
282
int CMS_signed_get_attr_by_NID(const CMS_SignerInfo *si, int nid, int lastpos);
crypto/libressl/include/openssl/cms.h
283
int CMS_signed_get_attr_by_OBJ(const CMS_SignerInfo *si, const ASN1_OBJECT *obj,
crypto/libressl/include/openssl/cms.h
285
X509_ATTRIBUTE *CMS_signed_get_attr(const CMS_SignerInfo *si, int loc);
crypto/libressl/include/openssl/cms.h
286
X509_ATTRIBUTE *CMS_signed_delete_attr(CMS_SignerInfo *si, int loc);
crypto/libressl/include/openssl/cms.h
287
int CMS_signed_add1_attr(CMS_SignerInfo *si, X509_ATTRIBUTE *attr);
crypto/libressl/include/openssl/cms.h
288
int CMS_signed_add1_attr_by_OBJ(CMS_SignerInfo *si, const ASN1_OBJECT *obj,
crypto/libressl/include/openssl/cms.h
290
int CMS_signed_add1_attr_by_NID(CMS_SignerInfo *si, int nid, int type,
crypto/libressl/include/openssl/cms.h
292
int CMS_signed_add1_attr_by_txt(CMS_SignerInfo *si,
crypto/libressl/include/openssl/cms.h
294
void *CMS_signed_get0_data_by_OBJ(CMS_SignerInfo *si, const ASN1_OBJECT *oid,
crypto/libressl/include/openssl/cms.h
297
int CMS_unsigned_get_attr_count(const CMS_SignerInfo *si);
crypto/libressl/include/openssl/cms.h
298
int CMS_unsigned_get_attr_by_NID(const CMS_SignerInfo *si, int nid,
crypto/libressl/include/openssl/cms.h
300
int CMS_unsigned_get_attr_by_OBJ(const CMS_SignerInfo *si,
crypto/libressl/include/openssl/cms.h
302
X509_ATTRIBUTE *CMS_unsigned_get_attr(const CMS_SignerInfo *si, int loc);
crypto/libressl/include/openssl/cms.h
303
X509_ATTRIBUTE *CMS_unsigned_delete_attr(CMS_SignerInfo *si, int loc);
crypto/libressl/include/openssl/cms.h
304
int CMS_unsigned_add1_attr(CMS_SignerInfo *si, X509_ATTRIBUTE *attr);
crypto/libressl/include/openssl/cms.h
305
int CMS_unsigned_add1_attr_by_OBJ(CMS_SignerInfo *si,
crypto/libressl/include/openssl/cms.h
307
int CMS_unsigned_add1_attr_by_NID(CMS_SignerInfo *si, int nid, int type,
crypto/libressl/include/openssl/cms.h
309
int CMS_unsigned_add1_attr_by_txt(CMS_SignerInfo *si, const char *attrname,
crypto/libressl/include/openssl/cms.h
311
void *CMS_unsigned_get0_data_by_OBJ(CMS_SignerInfo *si, ASN1_OBJECT *oid,
crypto/libressl/include/openssl/cms.h
316
int CMS_get1_ReceiptRequest(CMS_SignerInfo *si, CMS_ReceiptRequest **prr);
crypto/libressl/include/openssl/cms.h
320
int CMS_add1_ReceiptRequest(CMS_SignerInfo *si, CMS_ReceiptRequest *rr);
crypto/libressl/include/openssl/cms.h
77
DECLARE_STACK_OF(CMS_SignerInfo)
crypto/libressl/include/openssl/safestack.h
534
#define sk_CMS_SignerInfo_new(cmp) SKM_sk_new(CMS_SignerInfo, (cmp))
crypto/libressl/include/openssl/safestack.h
535
#define sk_CMS_SignerInfo_new_null() SKM_sk_new_null(CMS_SignerInfo)
crypto/libressl/include/openssl/safestack.h
536
#define sk_CMS_SignerInfo_free(st) SKM_sk_free(CMS_SignerInfo, (st))
crypto/libressl/include/openssl/safestack.h
537
#define sk_CMS_SignerInfo_num(st) SKM_sk_num(CMS_SignerInfo, (st))
crypto/libressl/include/openssl/safestack.h
538
#define sk_CMS_SignerInfo_value(st, i) SKM_sk_value(CMS_SignerInfo, (st), (i))
crypto/libressl/include/openssl/safestack.h
539
#define sk_CMS_SignerInfo_set(st, i, val) SKM_sk_set(CMS_SignerInfo, (st), (i), (val))
crypto/libressl/include/openssl/safestack.h
540
#define sk_CMS_SignerInfo_zero(st) SKM_sk_zero(CMS_SignerInfo, (st))
crypto/libressl/include/openssl/safestack.h
541
#define sk_CMS_SignerInfo_push(st, val) SKM_sk_push(CMS_SignerInfo, (st), (val))
crypto/libressl/include/openssl/safestack.h
542
#define sk_CMS_SignerInfo_unshift(st, val) SKM_sk_unshift(CMS_SignerInfo, (st), (val))
crypto/libressl/include/openssl/safestack.h
543
#define sk_CMS_SignerInfo_find(st, val) SKM_sk_find(CMS_SignerInfo, (st), (val))
crypto/libressl/include/openssl/safestack.h
544
#define sk_CMS_SignerInfo_find_ex(st, val) SKM_sk_find_ex(CMS_SignerInfo, (st), (val))
crypto/libressl/include/openssl/safestack.h
545
#define sk_CMS_SignerInfo_delete(st, i) SKM_sk_delete(CMS_SignerInfo, (st), (i))
crypto/libressl/include/openssl/safestack.h
546
#define sk_CMS_SignerInfo_delete_ptr(st, ptr) SKM_sk_delete_ptr(CMS_SignerInfo, (st), (ptr))
crypto/libressl/include/openssl/safestack.h
547
#define sk_CMS_SignerInfo_insert(st, val, i) SKM_sk_insert(CMS_SignerInfo, (st), (val), (i))
crypto/libressl/include/openssl/safestack.h
548
#define sk_CMS_SignerInfo_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(CMS_SignerInfo, (st), (cmp))
crypto/libressl/include/openssl/safestack.h
549
#define sk_CMS_SignerInfo_dup(st) SKM_sk_dup(CMS_SignerInfo, st)
crypto/libressl/include/openssl/safestack.h
550
#define sk_CMS_SignerInfo_pop_free(st, free_func) SKM_sk_pop_free(CMS_SignerInfo, (st), (free_func))
crypto/libressl/include/openssl/safestack.h
551
#define sk_CMS_SignerInfo_shift(st) SKM_sk_shift(CMS_SignerInfo, (st))
crypto/libressl/include/openssl/safestack.h
552
#define sk_CMS_SignerInfo_pop(st) SKM_sk_pop(CMS_SignerInfo, (st))
crypto/libressl/include/openssl/safestack.h
553
#define sk_CMS_SignerInfo_sort(st) SKM_sk_sort(CMS_SignerInfo, (st))
crypto/libressl/include/openssl/safestack.h
554
#define sk_CMS_SignerInfo_is_sorted(st) SKM_sk_is_sorted(CMS_SignerInfo, (st))