Home
last modified time | relevance | path

Searched refs:CMS_SignerIdentifier (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/crypto/libressl/crypto/cms/
H A Dcms_lcl.h68 typedef struct CMS_SignerIdentifier_st CMS_SignerIdentifier; typedef
128 CMS_SignerIdentifier *sid;
188 typedef CMS_SignerIdentifier CMS_RecipientIdentifier;
428 int cms_set1_SignerIdentifier(CMS_SignerIdentifier *sid, X509 *cert, int type);
429 int cms_SignerIdentifier_get0_signer_id(CMS_SignerIdentifier *sid,
431 int cms_SignerIdentifier_cert_cmp(CMS_SignerIdentifier *sid, X509 *cert);
H A Dcms_sd.c202 cms_set1_SignerIdentifier(CMS_SignerIdentifier *sid, X509 *cert, int type) in cms_set1_SignerIdentifier()
226 cms_SignerIdentifier_get0_signer_id(CMS_SignerIdentifier *sid, in cms_SignerIdentifier_get0_signer_id()
244 cms_SignerIdentifier_cert_cmp(CMS_SignerIdentifier *sid, X509 *cert) in cms_SignerIdentifier_cert_cmp()
H A Dcms_asn1.c168 .offset = offsetof(CMS_SignerIdentifier, d.issuerAndSerialNumber),
175 .offset = offsetof(CMS_SignerIdentifier, d.subjectKeyIdentifier),
183 .utype = offsetof(CMS_SignerIdentifier, type),
187 .size = sizeof(CMS_SignerIdentifier),