Searched refs:shfBits (Results 1 – 1 of 1) sorted by relevance
216 FILLP_UINT32 shfBits; in FillpSha256Fin() local223 shfBits = (FILLP_SHA_EIGHT_PAR * (~offset & FILLP_SHA_THREE_PAR)); in FillpSha256Fin()224 ctx->wbuf[offset >> FILLP_SHA_TWO_PAR] &= (FILLP_UINT32)0xffffff80 << shfBits; in FillpSha256Fin()225 ctx->wbuf[offset >> FILLP_SHA_TWO_PAR] |= (FILLP_UINT32)0x00000080 << shfBits; in FillpSha256Fin()250 shfBits = (FILLP_SHA_EIGHT_PAR * (~offset & FILLP_SHA_THREE_PAR)); in FillpSha256Fin()251 hashVal[offset] = (FILLP_UINT8)(ctx->hash[offset >> FILLP_SHA_TWO_PAR] >> shfBits); in FillpSha256Fin()