Searched refs:nss_crypto_msg_callback_t (Results 1 - 3 of 3) sorted by relevance

/netgear-R7800-V1.0.2.28/package/qca-nss-drv/src/exports/
H A Dnss_crypto.h172 typedef void (*nss_crypto_msg_callback_t)(void *app_data, struct nss_crypto_msg *msg); typedef
214 extern struct nss_ctx_instance *nss_crypto_notify_register(nss_crypto_msg_callback_t cb, void *app_data);
251 nss_crypto_msg_callback_t cb, void *app_data);
/netgear-R7800-V1.0.2.28/package/qca-nss-drv/src/
H A Dnss_crypto.c39 static inline void nss_crypto_set_msg_callback(struct nss_ctx_instance *nss_ctx, nss_crypto_msg_callback_t cb, void *crypto_ctx)
51 static inline nss_crypto_msg_callback_t nss_crypto_get_msg_callback(struct nss_ctx_instance *nss_ctx, void **crypto_ctx)
89 nss_crypto_msg_callback_t cb = NULL;
127 cb = (nss_crypto_msg_callback_t)ncm->cb;
253 struct nss_ctx_instance *nss_crypto_notify_register(nss_crypto_msg_callback_t cb, void *app_data)
312 nss_crypto_msg_callback_t cb, void *app_data)
H A Dnss_core.h736 nss_crypto_msg_callback_t crypto_msg_callback;

Completed in 82 milliseconds