Searched refs:iv_bytes (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);
175 memset((src + crypt_stat->iv_bytes), 0, 16);
176 snprintf((src + crypt_stat->iv_bytes), 16, "%ld", offset);
179 ecryptfs_dump_hex(src, (crypt_stat->iv_bytes + 16));
182 (crypt_stat->iv_bytes + 16));
188 memcpy(iv, dst, crypt_stat->iv_bytes);
191 ecryptfs_dump_hex(iv, crypt_stat->iv_bytes);
548 ecryptfs_dump_hex(extent_iv, crypt_stat->iv_bytes);
668 ecryptfs_dump_hex(extent_iv, crypt_stat->iv_bytes);
[all...]
H A Decryptfs_kernel.h233 size_t iv_bytes; member in struct:ecryptfs_crypt_stat

Completed in 93 milliseconds