Linux Kernel
3.7.1
|
#include <linux/uaccess.h>
#include <linux/module.h>
#include <linux/err.h>
#include <keys/trusted-type.h>
#include <keys/encrypted-type.h>
#include "encrypted.h"
Go to the source code of this file.
Functions | |
struct key * | request_trusted_key (const char *trusted_desc, u8 **master_key, size_t *master_keylen) |