Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dsha256.c67 #define FILLP_SHA_FOURTEEN_PAR 14 macro
128 key0 = ((FILLP_UINT32)(index + FILLP_SHA_FOURTEEN_PAR)) & FILLP_SHAWK_ARRAY_SZ_MOD; in FillpSha256Compile()
240 while (offset < FILLP_SHA_FOURTEEN_PAR) { in FillpSha256Fin()
245 …ctx->wbuf[FILLP_SHA_FOURTEEN_PAR] = (ctx->count[1] << FILLP_SHA_THREE_PAR) | (ctx->count[0] >> FIL… in FillpSha256Fin()