Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/mac80211/
A Dtkip.c275 if (iv32 < rx_ctx->iv32 || in ieee80211_tkip_decrypt_data()
276 (iv32 == rx_ctx->iv32 && in ieee80211_tkip_decrypt_data()
277 (iv16 < rx_ctx->iv16 || in ieee80211_tkip_decrypt_data()
278 (iv16 == rx_ctx->iv16 && in ieee80211_tkip_decrypt_data()
279 (rx_ctx->iv32 || rx_ctx->iv16 || in ieee80211_tkip_decrypt_data()
280 rx_ctx->ctx.state != TKIP_STATE_NOT_INIT))))) in ieee80211_tkip_decrypt_data()
285 rx_ctx->ctx.state = TKIP_STATE_PHASE1_HW_UPLOADED; in ieee80211_tkip_decrypt_data()
289 if (rx_ctx->ctx.state == TKIP_STATE_NOT_INIT || in ieee80211_tkip_decrypt_data()
290 rx_ctx->iv32 != iv32) { in ieee80211_tkip_decrypt_data()
292 tkip_mixing_phase1(tk, &rx_ctx->ctx, ta, iv32); in ieee80211_tkip_decrypt_data()
[all …]
/linux-6.3-rc2/include/net/
A Dtls.h454 struct tls_offload_context_rx *rx_ctx = tls_offload_ctx_rx(tls_ctx); in tls_offload_rx_resync_request() local
456 atomic64_set(&rx_ctx->resync_req, ((u64)ntohl(seq) << 32) | RESYNC_REQ); in tls_offload_rx_resync_request()
464 struct tls_offload_context_rx *rx_ctx = tls_offload_ctx_rx(tls_ctx); in tls_offload_rx_resync_async_request_start() local
466 atomic64_set(&rx_ctx->resync_async->req, ((u64)ntohl(seq) << 32) | in tls_offload_rx_resync_async_request_start()
468 rx_ctx->resync_async->loglen = 0; in tls_offload_rx_resync_async_request_start()
469 rx_ctx->resync_async->rcd_delta = 0; in tls_offload_rx_resync_async_request_start()
476 struct tls_offload_context_rx *rx_ctx = tls_offload_ctx_rx(tls_ctx); in tls_offload_rx_resync_async_request_end() local
478 atomic64_set(&rx_ctx->resync_async->req, in tls_offload_rx_resync_async_request_end()
/linux-6.3-rc2/drivers/mailbox/
A Dbcm-pdc-mailbox.c591 struct pdc_rx_ctx *rx_ctx; in pdc_receive_one() local
620 rx_ctx = &pdcs->rx_ctx[rx_idx]; in pdc_receive_one()
623 mssg.ctx = rx_ctx->rxp_ctx; in pdc_receive_one()
624 rx_ctx->rxp_ctx = NULL; in pdc_receive_one()
625 resp_hdr = rx_ctx->resp_hdr; in pdc_receive_one()
627 dma_unmap_sg(dev, rx_ctx->dst_sg, sg_nents(rx_ctx->dst_sg), in pdc_receive_one()
822 struct pdc_rx_ctx *rx_ctx; in pdc_rx_list_init() local
851 rx_ctx = &pdcs->rx_ctx[pdcs->rxout]; in pdc_rx_list_init()
852 rx_ctx->rxp_ctx = ctx; in pdc_rx_list_init()
853 rx_ctx->dst_sg = dst_sg; in pdc_rx_list_init()
[all …]
/linux-6.3-rc2/net/wireless/
A Dlib80211_crypt_wep.c36 struct arc4_ctx rx_ctx; member
177 arc4_setkey(&wep->rx_ctx, key, klen); in lib80211_wep_decrypt()
178 arc4_crypt(&wep->rx_ctx, pos, pos, plen + 4); in lib80211_wep_decrypt()
/linux-6.3-rc2/net/tls/
A Dtls_device.c725 struct tls_offload_context_rx *rx_ctx = tls_offload_ctx_rx(tls_ctx); in tls_device_resync_rx() local
728 trace_tls_device_rx_resync_send(sk, seq, rcd_sn, rx_ctx->resync_type); in tls_device_resync_rx()
797 struct tls_offload_context_rx *rx_ctx; in tls_device_rx_resync_new_rec() local
811 rx_ctx = tls_offload_ctx_rx(tls_ctx); in tls_device_rx_resync_new_rec()
814 switch (rx_ctx->resync_type) { in tls_device_rx_resync_new_rec()
816 resync_req = atomic64_read(&rx_ctx->resync_req); in tls_device_rx_resync_new_rec()
822 !atomic64_try_cmpxchg(&rx_ctx->resync_req, &resync_req, 0)) in tls_device_rx_resync_new_rec()
826 if (likely(!rx_ctx->resync_nh_do_now)) in tls_device_rx_resync_new_rec()
839 rx_ctx->resync_nh_do_now = 0; in tls_device_rx_resync_new_rec()
844 resync_req = atomic64_read(&rx_ctx->resync_async->req); in tls_device_rx_resync_new_rec()
[all …]
A Dtls_main.c795 struct tls_sw_context_rx *rx_ctx = tls_sw_ctx_rx(ctx); in do_tls_setsockopt_conf() local
797 tls_strp_check_rcv(&rx_ctx->strp); in do_tls_setsockopt_conf()
A Dtls_sw.c2480 struct tls_sw_context_rx *rx_ctx = tls_sw_ctx_rx(tls_ctx); in tls_sw_strparser_arm() local
2483 rx_ctx->saved_data_ready = sk->sk_data_ready; in tls_sw_strparser_arm()
2490 struct tls_sw_context_rx *rx_ctx = tls_sw_ctx_rx(tls_ctx); in tls_update_rx_zc_capable() local
2492 rx_ctx->zc_capable = tls_ctx->rx_no_pad || in tls_update_rx_zc_capable()
/linux-6.3-rc2/net/tipc/
A Dcrypto.c880 struct tipc_crypto_rx_ctx *rx_ctx; in tipc_aead_decrypt() local
902 ctx = tipc_aead_mem_alloc(tfm, sizeof(*rx_ctx), &iv, &req, &sg, nsg); in tipc_aead_decrypt()
934 rx_ctx = (struct tipc_crypto_rx_ctx *)ctx; in tipc_aead_decrypt()
935 rx_ctx->aead = aead; in tipc_aead_decrypt()
936 rx_ctx->bearer = b; in tipc_aead_decrypt()
960 struct tipc_crypto_rx_ctx *rx_ctx = TIPC_SKB_CB(skb)->crypto_ctx; in tipc_aead_decrypt_done() local
961 struct tipc_bearer *b = rx_ctx->bearer; in tipc_aead_decrypt_done()
962 struct tipc_aead *aead = rx_ctx->aead; in tipc_aead_decrypt_done()
977 kfree(rx_ctx); in tipc_aead_decrypt_done()
/linux-6.3-rc2/drivers/net/ethernet/intel/i40e/
A Di40e_virtchnl_pf.c688 struct i40e_hmc_obj_rxq rx_ctx; in i40e_config_vsi_rx_queue() local
695 rx_ctx.base = info->dma_ring_addr / 128; in i40e_config_vsi_rx_queue()
696 rx_ctx.qlen = info->ring_len; in i40e_config_vsi_rx_queue()
699 rx_ctx.hsplit_0 = I40E_RX_SPLIT_L2 | in i40e_config_vsi_rx_queue()
726 rx_ctx.rxmax = info->max_pkt_size; in i40e_config_vsi_rx_queue()
730 rx_ctx.rxmax += VLAN_HLEN; in i40e_config_vsi_rx_queue()
733 rx_ctx.dsize = 1; in i40e_config_vsi_rx_queue()
736 rx_ctx.lrxqthresh = 1; in i40e_config_vsi_rx_queue()
737 rx_ctx.crcstrip = 1; in i40e_config_vsi_rx_queue()
738 rx_ctx.prefena = 1; in i40e_config_vsi_rx_queue()
[all …]
A Di40e_main.c3556 struct i40e_hmc_obj_rxq rx_ctx; in i40e_configure_rx_ring() local
3564 memset(&rx_ctx, 0, sizeof(rx_ctx)); in i40e_configure_rx_ring()
3602 rx_ctx.qlen = ring->count; in i40e_configure_rx_ring()
3605 rx_ctx.dsize = 0; in i40e_configure_rx_ring()
3610 rx_ctx.hsplit_0 = 0; in i40e_configure_rx_ring()
3614 rx_ctx.lrxqthresh = 0; in i40e_configure_rx_ring()
3616 rx_ctx.lrxqthresh = 1; in i40e_configure_rx_ring()
3617 rx_ctx.crcstrip = 1; in i40e_configure_rx_ring()
3618 rx_ctx.l2tsel = 1; in i40e_configure_rx_ring()
3620 rx_ctx.showiv = 0; in i40e_configure_rx_ring()
[all …]
/linux-6.3-rc2/drivers/net/vmxnet3/
A Dvmxnet3_int.h303 struct vmxnet3_rx_ctx rx_ctx; member
A Dvmxnet3_drv.c1421 struct vmxnet3_rx_ctx *ctx = &rq->rx_ctx; in vmxnet3_rq_rx_complete()
1930 rq->rx_ctx.skb = NULL; in vmxnet3_rq_init()

Completed in 64 milliseconds