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);
590 crypt_stat->iv_bytes = ECRYPTFS_DEFAULT_IV_BYTES;
612 BUG_ON(crypt_stat->iv_bytes > MD5_DIGEST_SIZE);
613 BUG_ON(crypt_stat->iv_bytes <= 0);
627 memcpy(crypt_stat->root_iv, dst, crypt_stat->iv_bytes);
630 memset(crypt_stat->root_iv, 0, crypt_stat->iv_bytes);