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

/netgear-R7800-V1.0.2.28/package/qca-nss-drv/src/exports/
H A Dnss_crypto.h153 struct nss_crypto_msg { struct
172 typedef void (*nss_crypto_msg_callback_t)(void *app_data, struct nss_crypto_msg *msg);
192 extern nss_tx_status_t nss_crypto_tx_msg(struct nss_ctx_instance *nss_ctx, struct nss_crypto_msg *msg);
250 extern void nss_crypto_msg_init(struct nss_crypto_msg *ncm, uint16_t if_num, uint32_t type, uint32_t len,
/netgear-R7800-V1.0.2.28/package/qca-nss-drv/src/
H A Dnss_crypto.c88 struct nss_crypto_msg *nim = (struct nss_crypto_msg *)ncm;
100 if (ncm->len > sizeof(struct nss_crypto_msg)) {
144 nss_tx_status_t nss_crypto_tx_msg(struct nss_ctx_instance *nss_ctx, struct nss_crypto_msg *msg)
147 struct nss_crypto_msg *nim;
160 if (NSS_NBUF_PAYLOAD_SIZE < sizeof(struct nss_crypto_msg)) {
162 NSS_NBUF_PAYLOAD_SIZE, sizeof(struct nss_crypto_msg));
175 if (ncm->len > sizeof(struct nss_crypto_msg)) {
190 nim = (struct nss_crypto_msg *)skb_put(nbuf, sizeof(struct nss_crypto_msg));
[all...]
/netgear-R7800-V1.0.2.28/package/qca-nss-crypto/src/src/
H A Dnss_crypto_if.c29 #define NSS_CRYPTO_MSG_LEN (sizeof(struct nss_crypto_msg) - sizeof(struct nss_cmn_msg))
261 void nss_crypto_process_event(void *app_data, struct nss_crypto_msg *nim)
400 struct nss_crypto_msg nim;
409 memset(&nim, 0, sizeof(struct nss_crypto_msg));
448 struct nss_crypto_msg nim;
470 memset(&nim, 0, sizeof(struct nss_crypto_msg));

Completed in 29 milliseconds