Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dsha256.c49 #define FILLP_S_0(x) (FILLP_ROTR32((x), 2) ^ FILLP_ROTR32((x), 13) ^ FILLP_ROTR32((x), 22)) macro
154 hash[key0] += FILLP_S_0(hash[key1]); in FillpSha256Compile()