Searched refs:HACE_SG_LAST (Results 1 – 2 of 2) sorted by relevance
33 #define HACE_SG_LAST BIT(31) macro228 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()
35 #define HACE_SG_LAST BIT(31) macro211 sg->len |= HACE_SG_LAST; in hw_sha_update()