Searched refs:ROL (Results 1 – 1 of 1) sorted by relevance
/lib/crypto/ |
D | des.c | 25 #define ROL(x, r) ((x) = rol32((x), (r))) macro 517 ROL(R, 4); \ 523 ROL(R, 12); \ 535 ROL(R, 6); \ 547 ROL(L, 1); 556 ROL(R, 7); \ 568 ROL(R, 14); \ 690 ROL(b, 18); in des_ekey() 775 ROL(b, 18); in dkey()
|