Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c2403 enum htt_txrx_sec_cast_type sec_index; in ath10k_htt_rx_pn_check_replay_hl() local
2433 sec_index = HTT_TXRX_SEC_MCAST; in ath10k_htt_rx_pn_check_replay_hl()
2435 sec_index = HTT_TXRX_SEC_UCAST; in ath10k_htt_rx_pn_check_replay_hl()
2437 sec_type = peer->rx_pn[sec_index].sec_type; in ath10k_htt_rx_pn_check_replay_hl()
2438 ath10k_htt_rx_mpdu_desc_pn_hl(rx_desc, &new_pn, peer->rx_pn[sec_index].pn_len); in ath10k_htt_rx_pn_check_replay_hl()
2466 enum htt_txrx_sec_cast_type sec_index; in ath10k_htt_rx_proc_rx_ind_hl() local
2525 sec_index = HTT_TXRX_SEC_MCAST; in ath10k_htt_rx_proc_rx_ind_hl()
2527 sec_index = HTT_TXRX_SEC_UCAST; in ath10k_htt_rx_proc_rx_ind_hl()
2529 sec_type = peer->rx_pn[sec_index].sec_type; in ath10k_htt_rx_proc_rx_ind_hl()
2532 ath10k_htt_rx_mpdu_desc_pn_hl(rx_desc, &new_pn, peer->rx_pn[sec_index].pn_len); in ath10k_htt_rx_proc_rx_ind_hl()
[all …]
/linux/net/rxrpc/
H A Drxgk.c362 hdr->sec_index = htonl(call->security_ix); in rxgk_secure_packet_integrity()
405 hdr->sec_index = htonl(call->security_ix); in rxgk_secure_packet_encrypted()
494 hdr->sec_index = htonl(call->security_ix); in rxgk_verify_packet_integrity()
559 ntohl(hdr.sec_index) != call->security_ix || in rxgk_verify_packet_encrypted()