Searched refs:ROL8 (Results 1 – 1 of 1) sorted by relevance
84 #define ROL8(x, n) ((unsigned char)((unsigned int)(x) << (n)\ macro118 ka[j] = ROL8(userkey_1[j], 5); in s_safer_expand_userkey()125 ka[j] = ROL8(ka[j], 6); in s_safer_expand_userkey()126 kb[j] = ROL8(kb[j], 6); in s_safer_expand_userkey()
Completed in 3 milliseconds