Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dsha256.c43 #define FILLP_SHA256_MASK (FILLP_SHA256_BLOCK_SIZE - 1) macro
181 FILLP_UINT32 offset = (FILLP_UINT32)(ctx->count[0] & FILLP_SHA256_MASK); in FillpSha256Upd()
215 FILLP_UINT32 offset = (FILLP_UINT32)(ctx->count[0] & FILLP_SHA256_MASK); in FillpSha256Fin()