Home
last modified time | relevance | path

Searched refs:sha_type (Results 1 – 2 of 2) 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()
/Zephyr-latest/soc/silabs/silabs_siwx91x/
Dsiwx91x_isp_prepare.py98 sha_type = 0
110 ret += sha_type.to_bytes(2, "little")