Home
last modified time | relevance | path

Searched refs:SHA_FIRST (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/crypto/tegra/
H A Dtegra-se-hash.c248 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()
H A Dtegra-se-aes.c1409 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()
H A Dtegra-se.h346 #define SHA_FIRST BIT(0) macro