Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
ima_crypto.c File Reference
#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)
 

Function Documentation

int __init ima_calc_boot_aggregate ( char digest)

Definition at line 127 of file ima_crypto.c.

int ima_calc_hash ( struct file file,
char digest 
)

Definition at line 45 of file ima_crypto.c.

int ima_calc_template_hash ( int  template_len,
void template,
char digest 
)

Definition at line 97 of file ima_crypto.c.