Home
last modified time | relevance | path

Searched refs:ROL (Results 1 – 3 of 3) sorted by relevance

/linux/lib/crypto/
H A Ddes.c25 #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 Ddescore-readme.rst242 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 Dx86-opcode-map.txt1125 0: ROL