Searched refs:CMS_AuthenticatedData (Results 1 – 2 of 2) sorted by relevance
/openbsd/lib/libcrypto/cms/ |
H A D | cms_asn1.c | 1132 .offset = offsetof(CMS_AuthenticatedData, version), 1139 .offset = offsetof(CMS_AuthenticatedData, originatorInfo), 1146 .offset = offsetof(CMS_AuthenticatedData, recipientInfos), 1153 .offset = offsetof(CMS_AuthenticatedData, macAlgorithm), 1160 .offset = offsetof(CMS_AuthenticatedData, digestAlgorithm), 1167 .offset = offsetof(CMS_AuthenticatedData, encapContentInfo), 1174 .offset = offsetof(CMS_AuthenticatedData, authAttrs), 1181 .offset = offsetof(CMS_AuthenticatedData, mac), 1188 .offset = offsetof(CMS_AuthenticatedData, unauthAttrs), 1200 .size = sizeof(CMS_AuthenticatedData),
|
H A D | cms_local.h | 76 typedef struct CMS_AuthenticatedData_st CMS_AuthenticatedData; typedef 100 CMS_AuthenticatedData *authenticatedData;
|