Searched refs:SHA_FIRST (Results 1 – 2 of 2) sorted by relevance
248 if (rctx->task & SHA_FIRST) { in tegra_sha_prep_cmd()250 rctx->task &= ~SHA_FIRST; in tegra_sha_prep_cmd()355 if (!(rctx->task & SHA_FIRST)) in tegra_sha_do_update()514 rctx->task = SHA_FIRST; in tegra_sha_init()
346 #define SHA_FIRST BIT(0) macro