Searched refs:ROL (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/crypto/ |
D | des_generic.c | 25 #define ROL(x, r) ((x) = rol32((x), (r))) macro 525 ROL(R, 4); \ 531 ROL(R, 12); \ 543 ROL(R, 6); \ 555 ROL(L, 1); 564 ROL(R, 7); \ 576 ROL(R, 14); \ 698 ROL(b, 18); in des_ekey() 775 ROL(b, 18); in dkey()
|