Home
last modified time | relevance | path

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

/external/epid-sdk/epid/common/src/
Dfile_parser.c41 typedef struct EpidGroupPubKeyCertificate { struct
48 } EpidGroupPubKeyCertificate; argument
279 EpidGroupPubKeyCertificate* buf_pubkey = (EpidGroupPubKeyCertificate*)buf; in EpidParseGroupPubKeyFile()
285 if (len == 0 || len % sizeof(EpidGroupPubKeyCertificate) != 0) { in EpidParseGroupPubKeyFile()
306 buf_pubkey, sizeof(EpidGroupPubKeyCertificate) - sizeof(EcdsaSignature), in EpidParseGroupPubKeyFile()