Home
last modified time | relevance | path

Searched refs:root_iv (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/fs/ecryptfs/
Dcrypto.c180 ecryptfs_dump_hex(crypt_stat->root_iv, crypt_stat->iv_bytes); in ecryptfs_derive_iv()
186 memcpy(src, crypt_stat->root_iv, crypt_stat->iv_bytes); in ecryptfs_derive_iv()
703 memcpy(crypt_stat->root_iv, dst, crypt_stat->iv_bytes); in ecryptfs_compute_root_iv()
706 memset(crypt_stat->root_iv, 0, crypt_stat->iv_bytes); in ecryptfs_compute_root_iv()
Decryptfs_kernel.h241 unsigned char root_iv[ECRYPTFS_MAX_IV_BYTES]; member