Home
last modified time | relevance | path

Searched refs:bufcurp (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/security/integrity/ima/
H A Dima_template_lib.h30 int ima_parse_buf(void *bufstartp, void *bufendp, void **bufcurp,
H A Dima_template_lib.c169 * @bufcurp: Pointer to remaining (non-parsed) data.
174 * @enforce_mask: Check if curfields == maxfields and/or bufcurp == bufendp.
179 int ima_parse_buf(void *bufstartp, void *bufendp, void **bufcurp, in ima_parse_buf() argument
220 if (bufcurp) in ima_parse_buf()
221 *bufcurp = bufp; in ima_parse_buf()
/kernel/linux/linux-6.6/security/integrity/ima/
H A Dima_template_lib.h34 int ima_parse_buf(void *bufstartp, void *bufendp, void **bufcurp,
H A Dima_template_lib.c231 * @bufcurp: Pointer to remaining (non-parsed) data.
236 * @enforce_mask: Check if curfields == maxfields and/or bufcurp == bufendp.
241 int ima_parse_buf(void *bufstartp, void *bufendp, void **bufcurp, in ima_parse_buf() argument
283 if (bufcurp) in ima_parse_buf()
284 *bufcurp = bufp; in ima_parse_buf()

Completed in 3 milliseconds