Searched refs:L (Results 1 – 2 of 2) sorted by relevance
787 u64 L[8]; in wp512_process_buffer() local804 L[0] = C0[(int)(K[0] >> 56) ] ^ in wp512_process_buffer()814 L[1] = C0[(int)(K[1] >> 56) ] ^ in wp512_process_buffer()823 L[2] = C0[(int)(K[2] >> 56) ] ^ in wp512_process_buffer()832 L[3] = C0[(int)(K[3] >> 56) ] ^ in wp512_process_buffer()841 L[4] = C0[(int)(K[4] >> 56) ] ^ in wp512_process_buffer()850 L[5] = C0[(int)(K[5] >> 56) ] ^ in wp512_process_buffer()859 L[6] = C0[(int)(K[6] >> 56) ] ^ in wp512_process_buffer()868 L[7] = C0[(int)(K[7] >> 56) ] ^ in wp512_process_buffer()877 K[0] = L[0]; in wp512_process_buffer()[all …]
226 #define F_ENCRYPT(R, L, sched) \ argument230 L ^= sbox0[u.c[0]] ^ sbox1[u.c[1]] ^ sbox2[u.c[2]] ^ sbox3[u.c[3]]; \