Searched refs:ivs (Results 1 - 9 of 9) sorted by relevance

/linux-4.1.27/arch/x86/crypto/
H A Dblowfish_glue.c192 u64 ivs[4 - 1]; __cbc_decrypt() local
208 ivs[0] = src[0]; __cbc_decrypt()
209 ivs[1] = src[1]; __cbc_decrypt()
210 ivs[2] = src[2]; __cbc_decrypt()
214 dst[1] ^= ivs[0]; __cbc_decrypt()
215 dst[2] ^= ivs[1]; __cbc_decrypt()
216 dst[3] ^= ivs[2]; __cbc_decrypt()
H A Ddes3_ede_glue.c199 u64 ivs[3 - 1]; __cbc_decrypt() local
215 ivs[0] = src[0]; __cbc_decrypt()
216 ivs[1] = src[1]; __cbc_decrypt()
220 dst[1] ^= ivs[0]; __cbc_decrypt()
221 dst[2] ^= ivs[1]; __cbc_decrypt()
H A Dtwofish_glue_3way.c53 u128 ivs[2]; twofish_dec_blk_cbc_3way() local
55 ivs[0] = src[0]; twofish_dec_blk_cbc_3way()
56 ivs[1] = src[1]; twofish_dec_blk_cbc_3way()
60 u128_xor(&dst[1], &dst[1], &ivs[0]); twofish_dec_blk_cbc_3way()
61 u128_xor(&dst[2], &dst[2], &ivs[1]); twofish_dec_blk_cbc_3way()
H A Dserpent_sse2_glue.c50 u128 ivs[SERPENT_PARALLEL_BLOCKS - 1]; serpent_decrypt_cbc_xway() local
54 ivs[j] = src[j]; serpent_decrypt_cbc_xway()
59 u128_xor(dst + (j + 1), dst + (j + 1), ivs + j); serpent_decrypt_cbc_xway()
/linux-4.1.27/drivers/crypto/
H A Dmv_cesa.c130 u32 ivs[2 * SHA1_DIGEST_SIZE / 4]; member in struct:mv_tfm_hash_ctx
339 tfm_ctx->ivs, sizeof(tfm_ctx->ivs)); mv_process_hash_current()
768 ctx->ivs[i] = cpu_to_be32(isha1_state->state[i]); mv_hash_init_ivs()
769 ctx->ivs[i + 5] = cpu_to_be32(osha1_state->state[i]); mv_hash_init_ivs()
/linux-4.1.27/drivers/s390/cio/
H A Dairq.c268 /* Find non-zero bit starting from 'ivs->next'. */ airq_iv_scan()
/linux-4.1.27/drivers/net/wireless/b43legacy/
H A Db43legacy.h369 * For IV this is number-of-ivs. */
/linux-4.1.27/net/core/
H A Drtnetlink.c1495 struct ifla_vf_spoofchk *ivs = nla_data(tb[IFLA_VF_SPOOFCHK]); do_setvfinfo() local
1499 err = ops->ndo_set_vf_spoofchk(dev, ivs->vf, do_setvfinfo()
1500 ivs->setting); do_setvfinfo()
/linux-4.1.27/drivers/net/wireless/b43/
H A Db43.h641 * For IV this is number-of-ivs. */

Completed in 235 milliseconds