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

Go to the source code of this file.

Functions

u8ecryptfs_get_auth_tok_key (struct ecryptfs_auth_tok *auth_tok)
 
 EXPORT_SYMBOL (ecryptfs_get_auth_tok_key)
 
void ecryptfs_get_versions (int *major, int *minor, int *file_version)
 
 EXPORT_SYMBOL (ecryptfs_get_versions)
 
int ecryptfs_fill_auth_tok (struct ecryptfs_auth_tok *auth_tok, const char *key_desc)
 
 EXPORT_SYMBOL (ecryptfs_fill_auth_tok)
 
 MODULE_LICENSE ("GPL")
 

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.

EXPORT_SYMBOL ( ecryptfs_get_auth_tok_key  )
EXPORT_SYMBOL ( ecryptfs_get_versions  )
EXPORT_SYMBOL ( ecryptfs_fill_auth_tok  )
MODULE_LICENSE ( "GPL"  )