Searched refs:EpidParseRlFile (Results 1 – 1 of 1) sorted by relevance
/external/epid-sdk/epid/common/src/ |
D | file_parser.c | 190 static EpidStatus EpidParseRlFile(void const* buf, size_t len, in EpidParseRlFile() function 322 return EpidParseRlFile(buf, len, cert, rl, rl_len, kPrivRlFile); in EpidParsePrivRlFile() 328 return EpidParseRlFile(buf, len, cert, rl, rl_len, kSigRlFile); in EpidParseSigRlFile() 334 return EpidParseRlFile(buf, len, cert, rl, rl_len, kGroupRlFile); in EpidParseGroupRlFile()
|