Searched refs:ivs (Results 1 – 6 of 6) sorted by relevance
192 u64 ivs[4 - 1]; in __cbc_decrypt() local208 ivs[0] = src[0]; in __cbc_decrypt()209 ivs[1] = src[1]; in __cbc_decrypt()210 ivs[2] = src[2]; in __cbc_decrypt()214 dst[1] ^= ivs[0]; in __cbc_decrypt()215 dst[2] ^= ivs[1]; in __cbc_decrypt()216 dst[3] ^= ivs[2]; in __cbc_decrypt()
53 u128 ivs[2]; in twofish_dec_blk_cbc_3way() local55 ivs[0] = src[0]; in twofish_dec_blk_cbc_3way()56 ivs[1] = src[1]; in twofish_dec_blk_cbc_3way()60 u128_xor(&dst[1], &dst[1], &ivs[0]); in twofish_dec_blk_cbc_3way()61 u128_xor(&dst[2], &dst[2], &ivs[1]); in twofish_dec_blk_cbc_3way()
199 u64 ivs[3 - 1]; in __cbc_decrypt() local215 ivs[0] = src[0]; in __cbc_decrypt()216 ivs[1] = src[1]; in __cbc_decrypt()220 dst[1] ^= ivs[0]; in __cbc_decrypt()221 dst[2] ^= ivs[1]; in __cbc_decrypt()
50 u128 ivs[SERPENT_PARALLEL_BLOCKS - 1]; in serpent_decrypt_cbc_xway() local54 ivs[j] = src[j]; in serpent_decrypt_cbc_xway()59 u128_xor(dst + (j + 1), dst + (j + 1), ivs + j); in serpent_decrypt_cbc_xway()
135 u32 ivs[2 * SHA1_DIGEST_SIZE / 4]; member344 tfm_ctx->ivs, sizeof(tfm_ctx->ivs)); in mv_process_hash_current()773 ctx->ivs[i] = cpu_to_be32(isha1_state->state[i]); in mv_hash_init_ivs()774 ctx->ivs[i + 5] = cpu_to_be32(osha1_state->state[i]); in mv_hash_init_ivs()
1598 struct ifla_vf_spoofchk *ivs = nla_data(tb[IFLA_VF_SPOOFCHK]); in do_setvfinfo() local1602 err = ops->ndo_set_vf_spoofchk(dev, ivs->vf, in do_setvfinfo()1603 ivs->setting); in do_setvfinfo()