Home
last modified time | relevance | path

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

/lib/crypto/
Ddes.c26 #define ROR(x, r) ((x) = ror32((x), (r))) macro
529 ROR(R, 14); \
541 ROR(R, 7); \
550 ROR(L, 1); \
562 ROR(R, 6); \
574 ROR(R, 12); \
580 ROR(R, 4);
585 B &= 0x3f3f3f3f; ROR(A, 4); \