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

/linux-master/fs/ecryptfs/
H A Dcrypto.c119 ecryptfs_dump_hex(crypt_stat->root_iv, crypt_stat->iv_bytes);
125 memcpy(src, crypt_stat->root_iv, crypt_stat->iv_bytes);
126 memset((src + crypt_stat->iv_bytes), 0, 16);
127 snprintf((src + crypt_stat->iv_bytes), 16, "%lld", offset);
130 ecryptfs_dump_hex(src, (crypt_stat->iv_bytes + 16));
133 (crypt_stat->iv_bytes + 16));
139 memcpy(iv, dst, crypt_stat->iv_bytes);
142 ecryptfs_dump_hex(iv, crypt_stat->iv_bytes);
590 crypt_stat->iv_bytes = ECRYPTFS_DEFAULT_IV_BYTES;
612 BUG_ON(crypt_stat->iv_bytes > MD5_DIGEST_SIZ
[all...]
H A Decryptfs_kernel.h232 size_t iv_bytes; member in struct:ecryptfs_crypt_stat

Completed in 187 milliseconds