Home
last modified time | relevance | path

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

/openbsd-src/lib/libcrypto/cms/
H A Dcms_local.h83 typedef struct CMS_RecipientKeyIdentifier_st CMS_RecipientKeyIdentifier; typedef
239 CMS_RecipientKeyIdentifier *rKeyId;
H A Dcms_asn1.c548 .offset = offsetof(CMS_RecipientKeyIdentifier, subjectKeyIdentifier),
555 .offset = offsetof(CMS_RecipientKeyIdentifier, date),
562 .offset = offsetof(CMS_RecipientKeyIdentifier, other),
574 .size = sizeof(CMS_RecipientKeyIdentifier),
575 .sname = "CMS_RecipientKeyIdentifier",
H A Dcms_kari.c380 rek->rid->d.rKeyId = (CMS_RecipientKeyIdentifier *)ASN1_item_new(&CMS_RecipientKeyIdentifier_it); in cms_RecipientInfo_kari_init()