Home
last modified time | relevance | path

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

/linux/drivers/crypto/aspeed/
H A Daspeed-hace.h113 #define SHA_OP_FINAL 2 macro
H A Daspeed-hace-hash.c548 else if (rctx->op == SHA_OP_FINAL) in aspeed_ahash_do_request()
631 rctx->op = SHA_OP_FINAL; in aspeed_sham_final()
/linux/drivers/crypto/
H A Datmel-sha.c67 #define SHA_OP_FINAL 2 macro
1137 } else if (ctx->op == SHA_OP_FINAL) { in atmel_sha_start()
1196 return atmel_sha_enqueue(req, SHA_OP_FINAL); in atmel_sha_final()
1833 case SHA_OP_FINAL: in atmel_sha_hmac_start()