Home
last modified time | relevance | path

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

/openbsd-src/lib/libcrypto/cms/
H A Dcms_local.h68 typedef struct CMS_SignerIdentifier_st CMS_SignerIdentifier; typedef
128 CMS_SignerIdentifier *sid;
188 typedef CMS_SignerIdentifier CMS_RecipientIdentifier;
419 int cms_set1_SignerIdentifier(CMS_SignerIdentifier *sid, X509 *cert, int type);
420 int cms_SignerIdentifier_get0_signer_id(CMS_SignerIdentifier *sid,
422 int cms_SignerIdentifier_cert_cmp(CMS_SignerIdentifier *sid, X509 *cert);
H A Dcms_asn1.c173 .offset = offsetof(CMS_SignerIdentifier, d.issuerAndSerialNumber),
180 .offset = offsetof(CMS_SignerIdentifier, d.subjectKeyIdentifier),
188 .utype = offsetof(CMS_SignerIdentifier, type),
192 .size = sizeof(CMS_SignerIdentifier),
193 .sname = "CMS_SignerIdentifier",
H A Dcms_sd.c207 cms_set1_SignerIdentifier(CMS_SignerIdentifier *sid, X509 *cert, int type) in cms_set1_SignerIdentifier()
231 cms_SignerIdentifier_get0_signer_id(CMS_SignerIdentifier *sid, in cms_SignerIdentifier_get0_signer_id()
249 cms_SignerIdentifier_cert_cmp(CMS_SignerIdentifier *sid, X509 *cert) in cms_SignerIdentifier_cert_cmp()