Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/crypto/
Dcrypto_npcx_sha.c88 enum ncl_sha_type sha_type; in npcx_sha_compute() local
92 sha_type = NCL_SHA_TYPE_2_256; in npcx_sha_compute()
95 sha_type = NCL_SHA_TYPE_2_384; in npcx_sha_compute()
98 sha_type = NCL_SHA_TYPE_2_512; in npcx_sha_compute()
106 ret = NPCX_NCL_SHA->start(npcx_ctx->handle, sha_type); in npcx_sha_compute()