|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/file.h>#include <linux/crypto.h>#include <linux/scatterlist.h>#include <linux/err.h>#include <linux/slab.h>#include "ima.h"Go to the source code of this file.
Functions | |
| int | ima_calc_hash (struct file *file, char *digest) |
| int | ima_calc_template_hash (int template_len, void *template, char *digest) |
| int __init | ima_calc_boot_aggregate (char *digest) |
Definition at line 127 of file ima_crypto.c.
1.8.2