Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/entropy/
Dentropy_max32.c23 static int api_get_entropy(const struct device *dev, uint8_t *buf, uint16_t len) in api_get_entropy() function
59 ret = api_get_entropy(dev, buf, len); in api_get_entropy_isr()
68 static DEVICE_API(entropy, entropy_max32_api) = {.get_entropy = api_get_entropy,