Home
last modified time | relevance | path

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

/AOO41X/main/sal/rtl/source/
H A Ddigest.c40 #define RTL_DIGEST_ROTL(a,n) (((a) << (n)) | ((a) >> (32 - (n)))) macro
539 a = RTL_DIGEST_ROTL(a, s); \
544 a = RTL_DIGEST_ROTL(a, s); \
549 a = RTL_DIGEST_ROTL(a, s); \
554 a = RTL_DIGEST_ROTL(a, s); \
968 (f) += (e) + K_00_19 + RTL_DIGEST_ROTL((a), 5) + F_00_19((b), (c), (d)); \
969 (b) = RTL_DIGEST_ROTL((b), 30);
974 (f) += (e) + K_00_19 + RTL_DIGEST_ROTL((a), 5) + F_00_19((b), (c), (d)); \
975 (b) = RTL_DIGEST_ROTL((b), 30);
980 (f) += (e) + K_20_39 + RTL_DIGEST_ROTL((a), 5) + F_20_39((b), (c), (d)); \
[all …]