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

/linux-master/security/integrity/ima/
H A Dima_api.c232 * ima_collect_measurement - collect file measurement
241 int ima_collect_measurement(struct ima_iint_cache *iint, struct file *file, function
H A Dima.h371 int ima_collect_measurement(struct ima_iint_cache *iint, struct file *file,
H A Dima_main.c359 rc = ima_collect_measurement(iint, file, buf, size, hash_algo, modsig);
583 rc = ima_collect_measurement(&tmp_iint, file, NULL, 0,
601 * ima_file_hash can be called when ima_collect_measurement has still
H A Dima_appraise.c616 rc = ima_collect_measurement(iint, file, NULL, 0, ima_hash_algo, NULL);

Completed in 214 milliseconds