Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/lib/avb/libavb/
H A Davb_sha256.c73 #define SHA256_F2(x) (ROTR(x, 6) ^ ROTR(x, 11) ^ ROTR(x, 25)) macro
111 t1 = wv[h] + SHA256_F2(wv[e]) + CH(wv[e], wv[f], wv[g]) + sha256_k[j] + \
192 t1 = wv[7] + SHA256_F2(wv[4]) + CH(wv[4], wv[5], wv[6]) + sha256_k[j] + in SHA256_transform()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/crypt/
H A Dsha2_impl.c52 #define SHA256_F2(x) (ROTR(x, 6) ^ ROTR(x, 11) ^ ROTR(x, 25)) macro
81 t1 = wv[h] + SHA256_F2(wv[e]) + CH(wv[e], wv[f], wv[g]) \
145 t1 = wv[7] + SHA256_F2(wv[4]) + CH(wv[4], wv[5], wv[6]) in sha256_transf()