Searched defs:sec_too_much_data (Results 1 - 1 of 1) sorted by relevance

/sssd-io/src/responder/secrets/
H A Dsecsrv_cmd.c178 static bool sec_too_much_data(struct sec_req_ctx *req, size_t length) function
203 if (sec_too_much_data(req, length)) return -1;
221 if (sec_too_much_data(req, length)) return -1;
260 if (sec_too_much_data(req, length)) return -1;
295 if (sec_too_much_data(req, length)) return -1;

Completed in 7 milliseconds