Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
trusted_key_payload Struct Reference

#include <trusted-type.h>

Data Fields

struct rcu_head rcu
 
unsigned int key_len
 
unsigned int blob_len
 
unsigned char migratable
 
unsigned char key [MAX_KEY_SIZE+1]
 
unsigned char blob [MAX_BLOB_SIZE]
 

Detailed Description

Definition at line 20 of file trusted-type.h.

Field Documentation

unsigned char blob[MAX_BLOB_SIZE]

Definition at line 26 of file trusted-type.h.

unsigned int blob_len

Definition at line 23 of file trusted-type.h.

unsigned char key[MAX_KEY_SIZE+1]

Definition at line 25 of file trusted-type.h.

unsigned int key_len

Definition at line 22 of file trusted-type.h.

unsigned char migratable

Definition at line 24 of file trusted-type.h.

Definition at line 21 of file trusted-type.h.


The documentation for this struct was generated from the following file: