| /freebsd-14.2/crypto/openssl/crypto/cms/ |
| H A D | cms_att.c | 70 int CMS_signed_get_attr_count(const CMS_SignerInfo *si) in CMS_signed_get_attr_count() 103 int CMS_signed_add1_attr_by_OBJ(CMS_SignerInfo *si, in CMS_signed_add1_attr_by_OBJ() 112 int CMS_signed_add1_attr_by_NID(CMS_SignerInfo *si, in CMS_signed_add1_attr_by_NID() 120 int CMS_signed_add1_attr_by_txt(CMS_SignerInfo *si, in CMS_signed_add1_attr_by_txt() 130 void *CMS_signed_get0_data_by_OBJ(const CMS_SignerInfo *si, in CMS_signed_get0_data_by_OBJ() 137 int CMS_unsigned_get_attr_count(const CMS_SignerInfo *si) in CMS_unsigned_get_attr_count() 148 int CMS_unsigned_get_attr_by_OBJ(const CMS_SignerInfo *si, in CMS_unsigned_get_attr_by_OBJ() 171 int CMS_unsigned_add1_attr_by_OBJ(CMS_SignerInfo *si, in CMS_unsigned_add1_attr_by_OBJ() 180 int CMS_unsigned_add1_attr_by_NID(CMS_SignerInfo *si, in CMS_unsigned_add1_attr_by_NID() 189 int CMS_unsigned_add1_attr_by_txt(CMS_SignerInfo *si, in CMS_unsigned_add1_attr_by_txt() [all …]
|
| H A D | cms_sd.c | 73 CMS_SignerInfo *si; in cms_sd_set_version() 142 STACK_OF(CMS_SignerInfo) *sinfos; in cms_copy_messageDigest() 143 CMS_SignerInfo *sitmp; in cms_copy_messageDigest() 310 CMS_SignerInfo *si = NULL; in CMS_add1_signer() 511 CMS_SignerInfo *si; in ossl_cms_SignerInfos_set_cmsctx() 512 STACK_OF(CMS_SignerInfo) *sinfos; in ossl_cms_SignerInfos_set_cmsctx() 575 STACK_OF(CMS_SignerInfo) *sinfos; in STACK_OF() 576 CMS_SignerInfo *si; in STACK_OF() 620 CMS_SignerInfo *si; in CMS_set1_signers_certs() 776 STACK_OF(CMS_SignerInfo) *sinfos; in ossl_cms_SignedData_final() [all …]
|
| H A D | cms_ess.c | 26 int CMS_get1_ReceiptRequest(CMS_SignerInfo *si, CMS_ReceiptRequest **prr) in IMPLEMENT_ASN1_FUNCTIONS() 52 static int ossl_cms_signerinfo_get_signing_cert(const CMS_SignerInfo *si, in ossl_cms_signerinfo_get_signing_cert() 79 static int ossl_cms_signerinfo_get_signing_cert_v2(const CMS_SignerInfo *si, in ossl_cms_signerinfo_get_signing_cert_v2() 102 int ossl_cms_check_signing_certs(const CMS_SignerInfo *si, in ossl_cms_check_signing_certs() 166 int CMS_add1_ReceiptRequest(CMS_SignerInfo *si, CMS_ReceiptRequest *rr) in CMS_add1_ReceiptRequest() 216 static int cms_msgSigDigest(CMS_SignerInfo *si, in cms_msgSigDigest() 233 int ossl_cms_msgSigDigest_add1(CMS_SignerInfo *dest, CMS_SignerInfo *src) in ossl_cms_msgSigDigest_add1() 257 STACK_OF(CMS_SignerInfo) *sis, *osis; in ossl_cms_Receipt_verify() 258 CMS_SignerInfo *si, *osi = NULL; in ossl_cms_Receipt_verify() 381 ASN1_OCTET_STRING *ossl_cms_encode_Receipt(CMS_SignerInfo *si) in ossl_cms_encode_Receipt()
|
| H A D | cms_asn1.c | 50 CMS_SignerInfo *si = (CMS_SignerInfo *)*pval; 59 ASN1_SEQUENCE_cb(CMS_SignerInfo, cms_si_cb) = { 60 ASN1_EMBED(CMS_SignerInfo, version, INT32), 61 ASN1_SIMPLE(CMS_SignerInfo, sid, CMS_SignerIdentifier), 62 ASN1_SIMPLE(CMS_SignerInfo, digestAlgorithm, X509_ALGOR), 63 ASN1_IMP_SET_OF_OPT(CMS_SignerInfo, signedAttrs, X509_ATTRIBUTE, 0), 64 ASN1_SIMPLE(CMS_SignerInfo, signatureAlgorithm, X509_ALGOR), 65 ASN1_SIMPLE(CMS_SignerInfo, signature, ASN1_OCTET_STRING), 66 ASN1_IMP_SET_OF_OPT(CMS_SignerInfo, unsignedAttrs, X509_ATTRIBUTE, 1) 67 } ASN1_SEQUENCE_END_cb(CMS_SignerInfo, CMS_SignerInfo) [all …]
|
| H A D | cms_local.h | 80 STACK_OF(CMS_SignerInfo) *signerInfos; 370 DECLARE_ASN1_ITEM(CMS_SignerInfo) 441 int ossl_cms_msgSigDigest_add1(CMS_SignerInfo *dest, CMS_SignerInfo *src); 442 ASN1_OCTET_STRING *ossl_cms_encode_Receipt(CMS_SignerInfo *si); 472 int ossl_cms_si_check_attributes(const CMS_SignerInfo *si); 477 int ossl_cms_check_signing_certs(const CMS_SignerInfo *si, 483 int ossl_cms_ecdsa_dsa_sign(CMS_SignerInfo *si, int verify); 484 int ossl_cms_rsa_sign(CMS_SignerInfo *si, int verify);
|
| H A D | cms_rsa.c | 196 static int rsa_cms_sign(CMS_SignerInfo *si) in rsa_cms_sign() 245 static int rsa_cms_verify(CMS_SignerInfo *si) in rsa_cms_verify() 271 int ossl_cms_rsa_sign(CMS_SignerInfo *si, int verify) in ossl_cms_rsa_sign()
|
| H A D | cms_smime.c | 261 static int cms_signerinfo_verify_cert(CMS_SignerInfo *si, in cms_signerinfo_verify_cert() 308 CMS_SignerInfo *si; in CMS_verify() 309 STACK_OF(CMS_SignerInfo) *sinfos; in CMS_verify() 556 CMS_ContentInfo *CMS_sign_receipt(CMS_SignerInfo *si, in CMS_sign_receipt() 560 CMS_SignerInfo *rct_si; in CMS_sign_receipt()
|
| H A D | cms_ec.c | 397 int ossl_cms_ecdsa_dsa_sign(CMS_SignerInfo *si, int verify) in ossl_cms_ecdsa_dsa_sign()
|
| /freebsd-14.2/crypto/openssl/include/openssl/ |
| H A D | cms.h | 35 typedef struct CMS_SignerInfo_st CMS_SignerInfo; typedef 44 SKM_DEFINE_STACK_OF_INTERNAL(CMS_SignerInfo, CMS_SignerInfo, CMS_SignerInfo) 229 CMS_ContentInfo *CMS_sign_receipt(CMS_SignerInfo *si, 367 CMS_SignerInfo *CMS_add1_signer(CMS_ContentInfo *cms, 375 int CMS_SignerInfo_get0_signer_id(CMS_SignerInfo *si, 385 int CMS_SignerInfo_sign(CMS_SignerInfo *si); 386 int CMS_SignerInfo_verify(CMS_SignerInfo *si); 402 int CMS_signed_add1_attr_by_OBJ(CMS_SignerInfo *si, 405 int CMS_signed_add1_attr_by_NID(CMS_SignerInfo *si, 408 int CMS_signed_add1_attr_by_txt(CMS_SignerInfo *si, [all …]
|
| H A D | cms.h.in | 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, 277 int CMS_SignerInfo_get0_signer_id(CMS_SignerInfo *si, 287 int CMS_SignerInfo_sign(CMS_SignerInfo *si); 288 int CMS_SignerInfo_verify(CMS_SignerInfo *si); 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, [all …]
|
| /freebsd-14.2/crypto/openssl/doc/man3/ |
| H A D | CMS_signed_get_attr.pod | 23 int CMS_signed_get_attr_count(const CMS_SignerInfo *si); 24 int CMS_signed_get_attr_by_NID(const CMS_SignerInfo *si, int nid, 31 int CMS_signed_add1_attr_by_OBJ(CMS_SignerInfo *si, 34 int CMS_signed_add1_attr_by_NID(CMS_SignerInfo *si, 37 int CMS_signed_add1_attr_by_txt(CMS_SignerInfo *si, 40 void *CMS_signed_get0_data_by_OBJ(const CMS_SignerInfo *si, 44 int CMS_unsigned_get_attr_count(const CMS_SignerInfo *si); 47 int CMS_unsigned_get_attr_by_OBJ(const CMS_SignerInfo *si, 52 int CMS_unsigned_add1_attr_by_OBJ(CMS_SignerInfo *si, 55 int CMS_unsigned_add1_attr_by_NID(CMS_SignerInfo *si, [all …]
|
| H A D | CMS_get0_SignerInfos.pod | 14 STACK_OF(CMS_SignerInfo) *CMS_get0_SignerInfos(CMS_ContentInfo *cms); 16 int CMS_SignerInfo_get0_signer_id(CMS_SignerInfo *si, ASN1_OCTET_STRING **keyid, 18 ASN1_OCTET_STRING *CMS_SignerInfo_get0_signature(CMS_SignerInfo *si); 19 int CMS_SignerInfo_cert_cmp(CMS_SignerInfo *si, X509 *cert); 20 void CMS_SignerInfo_set1_signer_cert(CMS_SignerInfo *si, X509 *signer); 24 The function CMS_get0_SignerInfos() returns all the CMS_SignerInfo structures 28 associated with a specific CMS_SignerInfo structure B<si>. Either the 50 In typical usage and application will retrieve all CMS_SignerInfo structures 65 CMS_get0_SignerInfos() returns all CMS_SignerInfo structures, or NULL there
|
| H A D | CMS_add1_signer.pod | 11 CMS_SignerInfo *CMS_add1_signer(CMS_ContentInfo *cms, X509 *signcert, 15 int CMS_SignerInfo_sign(CMS_SignerInfo *si); 34 The CMS_SignerInfo_sign() function explicitly signs a CMS_SignerInfo 44 CMS_SignerInfo structure and the CMS attribute utility functions or the 57 CMS_SignerInfo structure will not be finalized so additional attributes 84 CMS_add1_signer() returns an internal pointer to the CMS_SignerInfo 90 CMS_add1_signer() returns an internal pointer to the CMS_SignerInfo
|
| H A D | CMS_sign_receipt.pod | 11 CMS_ContentInfo *CMS_sign_receipt(CMS_SignerInfo *si, X509 *signcert, 18 the B<CMS_SignerInfo> structure containing the signed receipt request.
|
| H A D | CMS_get1_ReceiptRequest.pod | 20 int CMS_add1_ReceiptRequest(CMS_SignerInfo *si, CMS_ReceiptRequest *rr); 21 int CMS_get1_ReceiptRequest(CMS_SignerInfo *si, CMS_ReceiptRequest **prr);
|
| /freebsd-14.2/crypto/openssl/doc/internal/man3/ |
| H A D | cms_add1_signing_cert.pod | 7 CMS_SignerInfo data structure 13 int cms_add1_signing_cert(CMS_SignerInfo *si, ESS_SIGNING_CERT *sc); 15 int cms_add1_signing_cert_v2(CMS_SignerInfo *si, ESS_SIGNING_CERT_V2 *sc2); 20 attribute to the CMS_SignerInfo I<si>. 22 attribute to the CMS_SignerInfo I<si>.
|
| /freebsd-14.2/crypto/openssl/apps/ |
| H A D | cms.c | 1042 STACK_OF(CMS_SignerInfo) *sis; in cms_main() 1043 CMS_SignerInfo *si; in cms_main() 1082 CMS_SignerInfo *si; in cms_main() 1352 STACK_OF(CMS_SignerInfo) *sis; in receipt_request_print() 1353 CMS_SignerInfo *si; in receipt_request_print()
|
| /freebsd-14.2/crypto/openssl/util/ |
| H A D | indent.pro | 157 -T CMS_SignerInfo
|