aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/ecryptfs_kernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ecryptfs/ecryptfs_kernel.h')
-rw-r--r--fs/ecryptfs/ecryptfs_kernel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/ecryptfs/ecryptfs_kernel.h b/fs/ecryptfs/ecryptfs_kernel.h
index 6ddab6c856ac..69f6a2289cdf 100644
--- a/fs/ecryptfs/ecryptfs_kernel.h
+++ b/fs/ecryptfs/ecryptfs_kernel.h
@@ -516,8 +516,8 @@ int virt_to_scatterlist(const void *addr, int size, struct scatterlist *sg,
516int ecryptfs_compute_root_iv(struct ecryptfs_crypt_stat *crypt_stat); 516int ecryptfs_compute_root_iv(struct ecryptfs_crypt_stat *crypt_stat);
517void ecryptfs_rotate_iv(unsigned char *iv); 517void ecryptfs_rotate_iv(unsigned char *iv);
518void ecryptfs_init_crypt_stat(struct ecryptfs_crypt_stat *crypt_stat); 518void ecryptfs_init_crypt_stat(struct ecryptfs_crypt_stat *crypt_stat);
519void ecryptfs_destruct_crypt_stat(struct ecryptfs_crypt_stat *crypt_stat); 519void ecryptfs_destroy_crypt_stat(struct ecryptfs_crypt_stat *crypt_stat);
520void ecryptfs_destruct_mount_crypt_stat( 520void ecryptfs_destroy_mount_crypt_stat(
521 struct ecryptfs_mount_crypt_stat *mount_crypt_stat); 521 struct ecryptfs_mount_crypt_stat *mount_crypt_stat);
522int ecryptfs_init_crypt_ctx(struct ecryptfs_crypt_stat *crypt_stat); 522int ecryptfs_init_crypt_ctx(struct ecryptfs_crypt_stat *crypt_stat);
523int ecryptfs_crypto_api_algify_cipher_name(char **algified_name, 523int ecryptfs_crypto_api_algify_cipher_name(char **algified_name,
@@ -620,7 +620,7 @@ int
620ecryptfs_add_new_key_tfm(struct ecryptfs_key_tfm **key_tfm, char *cipher_name, 620ecryptfs_add_new_key_tfm(struct ecryptfs_key_tfm **key_tfm, char *cipher_name,
621 size_t key_size); 621 size_t key_size);
622int ecryptfs_init_crypto(void); 622int ecryptfs_init_crypto(void);
623int ecryptfs_destruct_crypto(void); 623int ecryptfs_destroy_crypto(void);
624int ecryptfs_get_tfm_and_mutex_for_cipher_name(struct crypto_blkcipher **tfm, 624int ecryptfs_get_tfm_and_mutex_for_cipher_name(struct crypto_blkcipher **tfm,
625 struct mutex **tfm_mutex, 625 struct mutex **tfm_mutex,
626 char *cipher_name); 626 char *cipher_name);