Home
last modified time | relevance | path

Searched defs:npcx_ncl_drbg (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/entropy/
Dentropy_npcx_drbg.c36 struct npcx_ncl_drbg { struct
38 uint32_t (*get_context_size)(void);
40 enum ncl_status (*init_context)(void *ctx);
42 enum ncl_status (*power)(void *ctx, uint8_t enable);
44 enum ncl_status (*finalize_context)(void *ctx);
46 enum ncl_status (*init)(void *ctx, bool int_enable);
70 #define NPCX_NCL_DRBG ((const struct npcx_ncl_drbg *)NPCX_NCL_DRBG_BASE_ADDR) argument