Searched refs:SHA_FIRST (Results 1 – 3 of 3) 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()
1409 if (rctx->task & SHA_FIRST) { in tegra_cmac_prep_cmd()1410 rctx->task &= ~SHA_FIRST; in tegra_cmac_prep_cmd()1520 if (!(rctx->task & SHA_FIRST)) in tegra_cmac_do_update()1671 rctx->task = SHA_FIRST; in tegra_cmac_init()
346 #define SHA_FIRST BIT(0) macro