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

#include <ecryptfs_kernel.h>

Data Fields

unsigned char type
 
size_t enc_key_size
 
unsigned char sig [ECRYPTFS_SIG_SIZE]
 
unsigned char enc_key [ECRYPTFS_MAX_ENCRYPTED_KEY_BYTES]
 

Detailed Description

Definition at line 56 of file ecryptfs_kernel.h.

Field Documentation

Definition at line 60 of file ecryptfs_kernel.h.

size_t enc_key_size

Definition at line 58 of file ecryptfs_kernel.h.

unsigned char sig[ECRYPTFS_SIG_SIZE]

Definition at line 59 of file ecryptfs_kernel.h.

unsigned char type

Definition at line 57 of file ecryptfs_kernel.h.


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