Home | History | Annotate | Download | only in src

Lines Matching refs:rl

191                                   EpidCaCertificate const* cert, void* rl,
244 // Verify that RL in file buffer contains of integer number of entries
259 // If pointer to output buffer is NULL it should return required size of RL
260 if (!rl) {
270 if (0 != memcpy_S(rl, *rl_len, buf_rl, buf_rl_len)) return kEpidBadArgErr;
320 EpidCaCertificate const* cert, PrivRl* rl,
322 return EpidParseRlFile(buf, len, cert, rl, rl_len, kPrivRlFile);
326 EpidCaCertificate const* cert, SigRl* rl,
328 return EpidParseRlFile(buf, len, cert, rl, rl_len, kSigRlFile);
332 EpidCaCertificate const* cert, GroupRl* rl,
334 return EpidParseRlFile(buf, len, cert, rl, rl_len, kGroupRlFile);