Lines Matching refs:iv_bytes
119 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);
616 crypt_stat->iv_bytes = ECRYPTFS_DEFAULT_IV_BYTES;
639 BUG_ON(crypt_stat->iv_bytes > MD5_DIGEST_SIZE);
640 BUG_ON(crypt_stat->iv_bytes <= 0);
654 memcpy(crypt_stat->root_iv, dst, crypt_stat->iv_bytes);
657 memset(crypt_stat->root_iv, 0, crypt_stat->iv_bytes);