Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Ddes_generic.c26 #define ROR(x, r) ((x) = ror32((x), (r))) macro
537 ROR(R, 14); \
549 ROR(R, 7); \
558 ROR(L, 1); \
570 ROR(R, 6); \
582 ROR(R, 12); \
588 ROR(R, 4);
593 B &= 0x3f3f3f3f; ROR(A, 4); \