Home
last modified time | relevance | path

Searched refs:ima_parse_buf (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/security/integrity/ima/
Dima_template_lib.h34 int ima_parse_buf(void *bufstartp, void *bufendp, void **bufcurp,
Dima_template.c379 ret = ima_parse_buf(template_data, template_data + template_data_size, in ima_restore_template_data()
466 ret = ima_parse_buf(bufp, bufendp, &bufp, HDR__LAST, hdr, NULL, in ima_restore_measurement_list()
Dima_template_lib.c241 int ima_parse_buf(void *bufstartp, void *bufendp, void **bufcurp, in ima_parse_buf() function