Home
last modified time | relevance | path

Searched refs:SHA_FIRST (Results 1 – 2 of 2) 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.h346 #define SHA_FIRST BIT(0) macro