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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ecryptfs/
H A Dcrypto.c168 ecryptfs_dump_hex(crypt_stat->root_iv, crypt_stat->iv_bytes);
174 memcpy(src, crypt_stat->root_iv, crypt_stat->iv_bytes);
897 memcpy(crypt_stat->root_iv, dst, crypt_stat->iv_bytes);
900 memset(crypt_stat->root_iv, 0, crypt_stat->iv_bytes);
H A Decryptfs_kernel.h247 unsigned char root_iv[ECRYPTFS_MAX_IV_BYTES]; member in struct:ecryptfs_crypt_stat

Completed in 126 milliseconds