Searched refs:root_iv (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/ecryptfs/ |
H A D | crypto.c | 119 ecryptfs_dump_hex(crypt_stat->root_iv, crypt_stat->iv_bytes); in ecryptfs_derive_iv() 125 memcpy(src, crypt_stat->root_iv, crypt_stat->iv_bytes); in ecryptfs_derive_iv() 654 memcpy(crypt_stat->root_iv, dst, crypt_stat->iv_bytes); in ecryptfs_compute_root_iv() 657 memset(crypt_stat->root_iv, 0, crypt_stat->iv_bytes); in ecryptfs_compute_root_iv()
|
H A D | ecryptfs_kernel.h | 244 unsigned char root_iv[ECRYPTFS_MAX_IV_BYTES]; member
|
/kernel/linux/linux-6.6/fs/ecryptfs/ |
H A D | crypto.c | 119 ecryptfs_dump_hex(crypt_stat->root_iv, crypt_stat->iv_bytes); in ecryptfs_derive_iv() 125 memcpy(src, crypt_stat->root_iv, crypt_stat->iv_bytes); in ecryptfs_derive_iv() 627 memcpy(crypt_stat->root_iv, dst, crypt_stat->iv_bytes); in ecryptfs_compute_root_iv() 630 memset(crypt_stat->root_iv, 0, crypt_stat->iv_bytes); in ecryptfs_compute_root_iv()
|
H A D | ecryptfs_kernel.h | 244 unsigned char root_iv[ECRYPTFS_MAX_IV_BYTES]; member
|
Completed in 9 milliseconds