Home
last modified time | relevance | path

Searched refs:ROL8 (Results 1 – 1 of 1) sorted by relevance

/external/dropbear/libtomcrypt/src/ciphers/safer/
Dsafer.c90 #define ROL8(x, n) ((unsigned char)((unsigned int)(x) << (n)\ macro
124 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()