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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dbithelp.h42 ror(u32 x, int n) function
50 #define ror(x,n) ( ((x) >> (n)) | ((x) << (32-(n))) ) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dhmac256.c103 ror(u32 x, int n) function
111 #define ror(x,n) ( ((x) >> (n)) | ((x) << (32-(n))) ) macro
[all...]

Completed in 54 milliseconds