Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/entropy/
Dentropy_npcx_drbg.c70 #define NPCX_NCL_DRBG ((const struct npcx_ncl_drbg *)NPCX_NCL_DRBG_BASE_ADDR) macro
97 ncl_ret = NPCX_NCL_DRBG->power(ctx, enable); in entropy_npcx_drbg_enable_drbg_power()
121 ncl_ret = NPCX_NCL_DRBG->generate(ctx, NULL, 0, buf, len); in entropy_npcx_drbg_get_entropy()
144 handle_size_required = NPCX_NCL_DRBG->get_context_size(); in entropy_npcx_drbg_init()
160 ncl_ret = NPCX_NCL_DRBG->init_context(ctx); in entropy_npcx_drbg_init()
166 ncl_ret = NPCX_NCL_DRBG->init(ctx, false); in entropy_npcx_drbg_init()
172 ncl_ret = NPCX_NCL_DRBG->config(ctx, NPCX_DRBG_RESEED_INTERVAL, false); in entropy_npcx_drbg_init()
178 ncl_ret = NPCX_NCL_DRBG->instantiate(ctx, NPCX_DRBG_SECURITY_STRENGTH, NULL, 0); in entropy_npcx_drbg_init()