Searched refs:ROL8 (Results 1 – 1 of 1) sorted by relevance
91 #define ROL8(x, n) ((unsigned char)((unsigned int)(x) << (n)\ macro125 ka[j] = ROL8(userkey_1[j], 5); in _Safer_Expand_Userkey()132 ka[j] = ROL8(ka[j], 6); in _Safer_Expand_Userkey()133 kb[j] = ROL8(kb[j], 6); in _Safer_Expand_Userkey()
Completed in 3 milliseconds