Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
ecryptfs_format.h File Reference
#include <linux/ecryptfs.h>

Go to the source code of this file.

Macros

#define PGP_DIGEST_ALGO_SHA512   10
 

Functions

u8ecryptfs_get_auth_tok_key (struct ecryptfs_auth_tok *auth_tok)
 
void ecryptfs_get_versions (int *major, int *minor, int *file_version)
 
int ecryptfs_fill_auth_tok (struct ecryptfs_auth_tok *auth_tok, const char *key_desc)
 

Macro Definition Documentation

#define PGP_DIGEST_ALGO_SHA512   10

Definition at line 23 of file ecryptfs_format.h.

Function Documentation

int ecryptfs_fill_auth_tok ( struct ecryptfs_auth_tok auth_tok,
const char key_desc 
)

Definition at line 50 of file ecryptfs_format.c.

u8* ecryptfs_get_auth_tok_key ( struct ecryptfs_auth_tok auth_tok)

Definition at line 21 of file ecryptfs_format.c.

void ecryptfs_get_versions ( int major,
int minor,
int file_version 
)

Definition at line 33 of file ecryptfs_format.c.