Searched defs:ROR (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/crypto/
H A Ddes_check_key.c36 #define ROR(d,c,o) ((d) = (d) >> (c) | (d) << (o)) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Ddes_generic.c26 #define ROR(x, r) ((x) = ror32((x), (r))) macro

Completed in 182 milliseconds