Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/avb/libavb/
H A Davb_sha512.c41 #define SHFR(x, n) (x >> n) macro
49 #define SHA512_F3(x) (ROTR(x, 1) ^ ROTR(x, 8) ^ SHFR(x, 7))
50 #define SHA512_F4(x) (ROTR(x, 19) ^ ROTR(x, 61) ^ SHFR(x, 6))
H A Davb_sha256.c58 #define SHFR(x, n) (x >> n) macro
66 #define SHA256_F3(x) (ROTR(x, 7) ^ ROTR(x, 18) ^ SHFR(x, 3))
67 #define SHA256_F4(x) (ROTR(x, 17) ^ ROTR(x, 19) ^ SHFR(x, 10))