Searched refs:rotr64 (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/u-boot/tools/rockchip/ |
| H A D | sha2.c | 409 #define rotr64(x, n) (((x) >> n) | ((x) << (64 - n))) macro 430 #define s512_0(x) (rotr64((x), 28) ^ rotr64((x), 34) ^ rotr64((x), 39)) 431 #define s512_1(x) (rotr64((x), 14) ^ rotr64((x), 18) ^ rotr64((x), 41)) 432 #define g512_0(x) (rotr64((x), 1) ^ rotr64((x), 8) ^ ((x) >> 7)) 433 #define g512_1(x) (rotr64((x), 19) ^ rotr64((x), 61) ^ ((x) >> 6))
|