Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dsha256.c51 #define FILLP_G_0(x) (FILLP_ROTR32((x), 7) ^ FILLP_ROTR32((x), 18) ^ ((x) >> 3)) macro
132 buf[key3] += FILLP_G_1(buf[key0]) + buf[key1] + FILLP_G_0(buf[key2]); in FillpSha256Compile()