Searched refs:ROL (Results 1 – 3 of 3) sorted by relevance
/linux/lib/crypto/ |
H A 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()
|
/linux/Documentation/crypto/ |
H A D | descore-readme.rst | 242 ROR and ROL macros to use machine rotate instructions if you have them. 246 note that gcc is smart enough to translate the ROL/R macros into
|
/linux/tools/arch/x86/lib/ |
H A D | x86-opcode-map.txt | 1125 0: ROL
|