Searched refs:api_get_entropy (Results 1 – 1 of 1) sorted by relevance
23 static int api_get_entropy(const struct device *dev, uint8_t *buf, uint16_t len) in api_get_entropy() function59 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,