Home
last modified time | relevance | path

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

/linux-6.1.9/lib/crypto/
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-6.1.9/Documentation/crypto/
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-6.1.9/tools/arch/x86/lib/
Dx86-opcode-map.txt994 0: ROL
/linux-6.1.9/arch/x86/lib/
Dx86-opcode-map.txt994 0: ROL