Searched refs:ROL (Results 1 – 4 of 4) sorted by relevance
| /linux/lib/crypto/ |
| H A D | des.c | 24 #define ROL(x, r) ((x) = rol32((x), (r))) macro 516 ROL(R, 4); \ 522 ROL(R, 12); \ 534 ROL(R, 6); \ 546 ROL(L, 1); 555 ROL(R, 7); \ 567 ROL(R, 14); \ 689 ROL(b, 18); in des_ekey() 774 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 | 1208 0: ROL
|
| /linux/arch/x86/lib/ |
| H A D | x86-opcode-map.txt | 1208 0: ROL
|