|
Linux Kernel
3.7.1
|
#include <linux/ecryptfs.h>Go to the source code of this file.
Macros | |
| #define | PGP_DIGEST_ALGO_SHA512 10 |
Functions | |
| u8 * | ecryptfs_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) |
| #define PGP_DIGEST_ALGO_SHA512 10 |
Definition at line 23 of file ecryptfs_format.h.
| 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.
1.8.2