Searched refs:iv_bytes (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() 126 memset((src + crypt_stat->iv_bytes), 0, 16); in ecryptfs_derive_iv() 127 snprintf((src + crypt_stat->iv_bytes), 16, "%lld", offset); in ecryptfs_derive_iv() 130 ecryptfs_dump_hex(src, (crypt_stat->iv_bytes + 16)); in ecryptfs_derive_iv() 133 (crypt_stat->iv_bytes + 16)); in ecryptfs_derive_iv() 139 memcpy(iv, dst, crypt_stat->iv_bytes); in ecryptfs_derive_iv() 142 ecryptfs_dump_hex(iv, crypt_stat->iv_bytes); in ecryptfs_derive_iv() 616 crypt_stat->iv_bytes = ECRYPTFS_DEFAULT_IV_BYTES; in ecryptfs_set_default_sizes() 639 BUG_ON(crypt_stat->iv_bytes > MD5_DIGEST_SIZ in ecryptfs_compute_root_iv() [all...] |
H A D | ecryptfs_kernel.h | 232 size_t 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() 126 memset((src + crypt_stat->iv_bytes), 0, 16); in ecryptfs_derive_iv() 127 snprintf((src + crypt_stat->iv_bytes), 16, "%lld", offset); in ecryptfs_derive_iv() 130 ecryptfs_dump_hex(src, (crypt_stat->iv_bytes + 16)); in ecryptfs_derive_iv() 133 (crypt_stat->iv_bytes + 16)); in ecryptfs_derive_iv() 139 memcpy(iv, dst, crypt_stat->iv_bytes); in ecryptfs_derive_iv() 142 ecryptfs_dump_hex(iv, crypt_stat->iv_bytes); in ecryptfs_derive_iv() 590 crypt_stat->iv_bytes = ECRYPTFS_DEFAULT_IV_BYTES; in ecryptfs_set_default_sizes() 612 BUG_ON(crypt_stat->iv_bytes > MD5_DIGEST_SIZ in ecryptfs_compute_root_iv() [all...] |
H A D | ecryptfs_kernel.h | 232 size_t iv_bytes; member
|
Completed in 7 milliseconds