Home
last modified time | relevance | path

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

/drivers/crypto/tegra/
A Dtegra-se-hash.c304 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()
A Dtegra-se-aes.c1488 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()
A Dtegra-se.h348 #define SHA_FIRST BIT(0) macro

Completed in 17 milliseconds