Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/crypto/
H A Daspeed_hace.c33 #define HACE_SG_LAST BIT(31) macro
228 sg[0].len |= HACE_SG_LAST; in hw_sha_update()
234 sg[i].len = (total_len - ctx->bufcnt) | HACE_SG_LAST; in hw_sha_update()
262 sg[0].len = ctx->bufcnt | HACE_SG_LAST; in hw_sha_finish()
336 ctx->sg[1].len = ctx->bufcnt | HACE_SG_LAST; in sha_digest()
339 ctx->sg[0].len = ctx->bufcnt | HACE_SG_LAST; in sha_digest()
H A Daspeed_hace_v1.c35 #define HACE_SG_LAST BIT(31) macro
211 sg->len |= HACE_SG_LAST; in hw_sha_update()