Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/crypto/
Dcrypto_smartbond.c64 cipher_completion_cb cipher_user_cb; member
109 if (data->cipher_user_cb) { in smartbond_crypto_isr()
110 data->cipher_user_cb(data->cipher_pkt, status); in smartbond_crypto_isr()
862 data->cipher_user_cb = cb; in crypto_smartbond_cipher_set_async_callback()