Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dsha256.c50 #define FILLP_S_1(x) (FILLP_ROTR32((x), 6) ^ FILLP_ROTR32((x), 11) ^ FILLP_ROTR32((x), 25)) macro
144 hash[key0] += FILLP_S_1(hash[key1]); in FillpSha256Compile()