fscrypt_private.h (3325bea5b26ac67e2521383f10e5ea0156c9a4b6) | fscrypt_private.h (b98701df349b7003efd52d9330acbb7be5a255c6) |
---|---|
1/* 2 * fscrypt_private.h 3 * 4 * Copyright (C) 2015, Google, Inc. 5 * 6 * This contains encryption key functions. 7 * 8 * Written by Michael Halcrow, Ildar Muslukhov, and Uday Savagaonkar, 2015. 9 */ 10 11#ifndef _FSCRYPT_PRIVATE_H 12#define _FSCRYPT_PRIVATE_H 13 14#include <linux/fscrypto.h> 15 | 1/* 2 * fscrypt_private.h 3 * 4 * Copyright (C) 2015, Google, Inc. 5 * 6 * This contains encryption key functions. 7 * 8 * Written by Michael Halcrow, Ildar Muslukhov, and Uday Savagaonkar, 2015. 9 */ 10 11#ifndef _FSCRYPT_PRIVATE_H 12#define _FSCRYPT_PRIVATE_H 13 14#include <linux/fscrypto.h> 15 |
16/* crypto.c */ 17int fscrypt_initialize(void); 18 |
|
16/* keyinfo.c */ 17extern int fscrypt_get_crypt_info(struct inode *); 18 19#endif /* _FSCRYPT_PRIVATE_H */ | 19/* keyinfo.c */ 20extern int fscrypt_get_crypt_info(struct inode *); 21 22#endif /* _FSCRYPT_PRIVATE_H */ |