Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/crypto/
Dcrypto_npcx_sha.c27 enum ncl_status (*init_context)(void *ctx); member
165 NPCX_NCL_SHA->init_context(npcx_ctx->handle); in npcx_hash_session_setup()
/Zephyr-latest/drivers/entropy/
Dentropy_npcx_drbg.c40 enum ncl_status (*init_context)(void *ctx); member
160 ncl_ret = NPCX_NCL_DRBG->init_context(ctx); in entropy_npcx_drbg_init()