Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/crypto/
Dcrypto.h80 int (*cipher_async_callback_set)(const struct device *dev, member
235 if (api->cipher_async_callback_set) { in cipher_callback_set()
236 return api->cipher_async_callback_set(dev, cb); in cipher_callback_set()
/Zephyr-latest/drivers/crypto/
Dcrypto_nrf_ecb.c138 .cipher_async_callback_set = NULL,
Dcrypto_tc_shim.c320 .cipher_async_callback_set = NULL,
Dcrypto_stm32.c547 .cipher_async_callback_set = NULL,
Dcrypto_mtls_shim.c605 .cipher_async_callback_set = NULL,
Dcrypto_ataes132a.c889 .cipher_async_callback_set = NULL,
Dcrypto_smartbond.c928 .cipher_async_callback_set = crypto_smartbond_cipher_set_async_callback,
/Zephyr-latest/drivers/ieee802154/
Dieee802154_cc2520.c1404 .cipher_async_callback_set = NULL