Searched refs:SHA_FIRST (Results 1 – 3 of 3) sorted by relevance
304 if (rctx->task & SHA_FIRST) { in tegra_sha_prep_cmd()306 rctx->task &= ~SHA_FIRST; in tegra_sha_prep_cmd()365 rctx->task |= SHA_FIRST; in tegra_sha_do_init()
1488 if (rctx->task & SHA_FIRST) { in tegra_cmac_prep_cmd()1489 rctx->task &= ~SHA_FIRST; in tegra_cmac_prep_cmd()1552 rctx->task |= SHA_FIRST; in tegra_cmac_do_init()1632 if (!(rctx->task & SHA_FIRST)) in tegra_cmac_do_update()1679 if (!(rctx->task & SHA_FIRST)) in tegra_cmac_do_final()
348 #define SHA_FIRST BIT(0) macro
Completed in 17 milliseconds