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