Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/crypto/
Dcrypto.h89 int (*hash_async_callback_set)(const struct device *dev, member
450 if (api->hash_async_callback_set) { in hash_callback_set()
451 return api->hash_async_callback_set(dev, cb); in hash_callback_set()
/Zephyr-latest/drivers/crypto/
Dcrypto_intel_sha.c331 .hash_async_callback_set = NULL,
Dcrypto_smartbond.c933 .hash_async_callback_set = crypto_smartbond_hash_set_async_callback,