ivs 176 arch/x86/crypto/blowfish_glue.c u64 ivs[4 - 1]; ivs 192 arch/x86/crypto/blowfish_glue.c ivs[0] = src[0]; ivs 193 arch/x86/crypto/blowfish_glue.c ivs[1] = src[1]; ivs 194 arch/x86/crypto/blowfish_glue.c ivs[2] = src[2]; ivs 198 arch/x86/crypto/blowfish_glue.c dst[1] ^= ivs[0]; ivs 199 arch/x86/crypto/blowfish_glue.c dst[2] ^= ivs[1]; ivs 200 arch/x86/crypto/blowfish_glue.c dst[3] ^= ivs[2]; ivs 184 arch/x86/crypto/des3_ede_glue.c u64 ivs[3 - 1]; ivs 200 arch/x86/crypto/des3_ede_glue.c ivs[0] = src[0]; ivs 201 arch/x86/crypto/des3_ede_glue.c ivs[1] = src[1]; ivs 205 arch/x86/crypto/des3_ede_glue.c dst[1] ^= ivs[0]; ivs 206 arch/x86/crypto/des3_ede_glue.c dst[2] ^= ivs[1]; ivs 36 arch/x86/crypto/serpent_sse2_glue.c u128 ivs[SERPENT_PARALLEL_BLOCKS - 1]; ivs 40 arch/x86/crypto/serpent_sse2_glue.c ivs[j] = src[j]; ivs 45 arch/x86/crypto/serpent_sse2_glue.c u128_xor(dst + (j + 1), dst + (j + 1), ivs + j); ivs 42 arch/x86/crypto/twofish_glue_3way.c u128 ivs[2]; ivs 44 arch/x86/crypto/twofish_glue_3way.c ivs[0] = src[0]; ivs 45 arch/x86/crypto/twofish_glue_3way.c ivs[1] = src[1]; ivs 49 arch/x86/crypto/twofish_glue_3way.c u128_xor(&dst[1], &dst[1], &ivs[0]); ivs 50 arch/x86/crypto/twofish_glue_3way.c u128_xor(&dst[2], &dst[2], &ivs[1]); ivs 225 drivers/crypto/chelsio/chtls/chtls_io.c unsigned char *ivs; ivs 240 drivers/crypto/chelsio/chtls/chtls_io.c ivs = kmalloc_array(CIPHER_BLOCK_SIZE, number_of_ivs, GFP_ATOMIC); ivs 241 drivers/crypto/chelsio/chtls/chtls_io.c if (!ivs) ivs 243 drivers/crypto/chelsio/chtls/chtls_io.c get_random_bytes(ivs, number_of_ivs * CIPHER_BLOCK_SIZE); ivs 250 drivers/crypto/chelsio/chtls/chtls_io.c memcpy(iv_loc, ivs, number_of_ivs * CIPHER_BLOCK_SIZE); ivs 264 drivers/crypto/chelsio/chtls/chtls_io.c memcpy(page_address(page), ivs, number_of_ivs * ivs 271 drivers/crypto/chelsio/chtls/chtls_io.c kfree(ivs); ivs 2289 net/core/rtnetlink.c struct ifla_vf_spoofchk *ivs = nla_data(tb[IFLA_VF_SPOOFCHK]); ivs 2291 net/core/rtnetlink.c if (ivs->vf >= INT_MAX) ivs 2295 net/core/rtnetlink.c err = ops->ndo_set_vf_spoofchk(dev, ivs->vf, ivs 2296 net/core/rtnetlink.c ivs->setting);