Home | History | Annotate | Download | only in src

Lines Matching refs:rl

39                                     EpidCaCertificate const* cert, void* rl,
96 // Verify that RL in file buffer contains of integer number of entries
111 // If pointer to output buffer is NULL it should return required size of RL
112 if (!rl) {
122 if (0 != memcpy_S(rl, *rl_len, buf_rl, buf_rl_len)) return kEpidBadArgErr;
173 Epid11PrivRl* rl, size_t* rl_len) {
174 return Epid11ParseRlFile(buf, len, cert, rl, rl_len, kPrivRlFile);
178 EpidCaCertificate const* cert, Epid11SigRl* rl,
180 return Epid11ParseRlFile(buf, len, cert, rl, rl_len, kSigRlFile);
185 Epid11GroupRl* rl, size_t* rl_len) {
186 return Epid11ParseRlFile(buf, len, cert, rl, rl_len, kGroupRlFile);