Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/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.c66 #define SHFR(x, n) (x >> n) macro
74 #define SHA256_F3(x) (ROTR(x, 7) ^ ROTR(x, 18) ^ SHFR(x, 3))
75 #define SHA256_F4(x) (ROTR(x, 17) ^ ROTR(x, 19) ^ SHFR(x, 10))
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/crypt/
H A Dsha2_impl.c45 #define SHFR(x, n) (x >> n) macro
53 #define SHA256_F3(x) (ROTR(x, 7) ^ ROTR(x, 18) ^ SHFR(x, 3))
54 #define SHA256_F4(x) (ROTR(x, 17) ^ ROTR(x, 19) ^ SHFR(x, 10))