Searched refs:is_decrypted (Results 1 – 8 of 8) sorted by relevance
980 int is_decrypted, is_encrypted; in tls_device_decrypted() local983 is_decrypted = skb->decrypted; in tls_device_decrypted()984 is_encrypted = !is_decrypted; in tls_device_decrypted()986 is_decrypted = 0; in tls_device_decrypted()992 is_encrypted, is_decrypted); in tls_device_decrypted()995 if (likely(is_encrypted || is_decrypted)) in tls_device_decrypted()996 return is_decrypted; in tls_device_decrypted()1009 if (is_decrypted) { in tls_device_decrypted()1011 return is_decrypted; in tls_device_decrypted()
333 bool is_decrypted = false; in ath12k_wifi7_dp_rx_h_mpdu() local365 is_decrypted = rx_info->is_decrypted; in ath12k_wifi7_dp_rx_h_mpdu()379 if (is_decrypted) { in ath12k_wifi7_dp_rx_h_mpdu()392 enctype, is_decrypted, rx_info); in ath12k_wifi7_dp_rx_h_mpdu()394 if (!is_decrypted || rx_info->is_mcbc) in ath12k_wifi7_dp_rx_h_mpdu()1055 bool is_decrypted = false; in ath12k_wifi7_dp_rx_h_defrag() local1068 is_decrypted = rx_info->is_decrypted; in ath12k_wifi7_dp_rx_h_defrag()1070 if (is_decrypted) { in ath12k_wifi7_dp_rx_h_defrag()
413 rx_desc_data->is_decrypted = ath12k_hal_rx_h_is_decrypted_qcc2072(rx_desc); in ath12k_hal_extract_rx_desc_data_qcc2072()
615 rx_desc_data->is_decrypted = ath12k_hal_rx_h_is_decrypted_wcn7850(rx_desc); in ath12k_hal_extract_rx_desc_data_wcn7850()
845 rx_desc_data->is_decrypted = ath12k_hal_rx_h_is_decrypted_qcn9274(rx_desc); in ath12k_hal_extract_rx_desc_data_qcn9274()
1425 bool is_decrypted, in ath10k_htt_rx_h_undecap_raw() argument1505 if (!is_decrypted) in ath10k_htt_rx_h_undecap_raw()1763 bool is_decrypted) in ath10k_htt_rx_h_undecap() argument1791 is_decrypted, first_hdr); in ath10k_htt_rx_h_undecap()1949 bool is_decrypted; in ath10k_htt_rx_h_mpdu() local2006 is_decrypted = (enctype != HTT_RX_MPDU_ENCRYPT_NONE && in ath10k_htt_rx_h_mpdu()2044 if (is_decrypted) { in ath10k_htt_rx_h_mpdu()2058 if (frag && !fill_crypt_header && is_decrypted && in ath10k_htt_rx_h_mpdu()2088 is_decrypted); in ath10k_htt_rx_h_mpdu()2094 if (!is_decrypted) in ath10k_htt_rx_h_mpdu()
2238 bool is_decrypted = false; in ath11k_dp_rx_h_mpdu() local2270 is_decrypted = ath11k_dp_rx_h_attn_is_decrypted(rx_attention); in ath11k_dp_rx_h_mpdu()2284 if (is_decrypted) { in ath11k_dp_rx_h_mpdu()2297 enctype, rx_status, is_decrypted); in ath11k_dp_rx_h_mpdu()2299 if (!is_decrypted || fill_crypto_hdr) in ath11k_dp_rx_h_mpdu()3358 bool is_decrypted = false; in ath11k_dp_rx_h_defrag() local3374 is_decrypted = ath11k_dp_rx_h_attn_is_decrypted(rx_attention); in ath11k_dp_rx_h_defrag()3377 if (is_decrypted) { in ath11k_dp_rx_h_defrag()
725 is_decrypted:1, member