Home
last modified time | relevance | path

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

/external/epid-sdk/epid/common/1.1/src/
Dfile_parser.c28 typedef struct Epid11GroupPubKeyCertificate { struct
35 } Epid11GroupPubKeyCertificate; argument
131 Epid11GroupPubKeyCertificate* buf_pubkey = (Epid11GroupPubKeyCertificate*)buf; in Epid11ParseGroupPubKeyFile()
137 if (len == 0 || len % sizeof(Epid11GroupPubKeyCertificate) != 0) { in Epid11ParseGroupPubKeyFile()
158 buf_pubkey, sizeof(Epid11GroupPubKeyCertificate) - sizeof(EcdsaSignature), in Epid11ParseGroupPubKeyFile()