Home
last modified time | relevance | path

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

/security/integrity/ima/
Dima_template_lib.h30 int ima_parse_buf(void *bufstartp, void *bufendp, void **bufcurp,
Dima_template.c321 ret = ima_parse_buf(template_data, template_data + template_data_size, in ima_restore_template_data()
406 ret = ima_parse_buf(bufp, bufendp, &bufp, HDR__LAST, hdr, NULL, in ima_restore_measurement_list()
Dima_template_lib.c181 int ima_parse_buf(void *bufstartp, void *bufendp, void **bufcurp, in ima_parse_buf() function