Searched refs:bc (Results 1 – 1 of 1) sorted by relevance
49 u64 t[5], tt, bc[5]; in keccakf_round() local52 bc[0] = st[0] ^ st[5] ^ st[10] ^ st[15] ^ st[20]; in keccakf_round()53 bc[1] = st[1] ^ st[6] ^ st[11] ^ st[16] ^ st[21]; in keccakf_round()54 bc[2] = st[2] ^ st[7] ^ st[12] ^ st[17] ^ st[22]; in keccakf_round()55 bc[3] = st[3] ^ st[8] ^ st[13] ^ st[18] ^ st[23]; in keccakf_round()56 bc[4] = st[4] ^ st[9] ^ st[14] ^ st[19] ^ st[24]; in keccakf_round()58 t[0] = bc[4] ^ rol64(bc[1], 1); in keccakf_round()59 t[1] = bc[0] ^ rol64(bc[2], 1); in keccakf_round()60 t[2] = bc[1] ^ rol64(bc[3], 1); in keccakf_round()61 t[3] = bc[2] ^ rol64(bc[4], 1); in keccakf_round()[all …]