Lines Matching refs:tk_len
159 unsigned int tk_len = ptk->tk_len; in try_ptk() local
163 pairwise_cipher == 0) && tk_len == 16) { in try_ptk()
167 pairwise_cipher == 0) && tk_len == 32) { in try_ptk()
173 (tk_len == 16 || tk_len == 32)) { in try_ptk()
174 decrypted = gcmp_decrypt(ptk->tk, tk_len, hdr, a1, a2, a3, in try_ptk()
177 pairwise_cipher == 0) && tk_len == 32) { in try_ptk()
211 ptk->ptk.tk_len, keyid); in try_all_ptk()
384 const u8 *tk, size_t tk_len, size_t *dlen) in try_ptk_decrypt() argument
393 decrypted = gcmp_decrypt(tk, tk_len, hdr, a1, a2, a3, in try_ptk_decrypt()
397 write_decrypted_note(wt, decrypted, tk, tk_len, keyid); in try_ptk_decrypt()
655 decrypted = gcmp_decrypt(tk, sta->ptk.tk_len, hdr, in rx_data_bss_prot()
657 write_decrypted_note(wt, decrypted, tk, sta->ptk.tk_len, in rx_data_bss_prot()
679 sta->ptk.tk, sta->ptk.tk_len, in rx_data_bss_prot()
701 zero_ptk.tk_len = wpa_cipher_key_len(sta->pairwise_cipher); in rx_data_bss_prot()
715 zero_ptk.tk_len, keyid); in rx_data_bss_prot()
735 sta->tptk.tk, sta->tptk.tk_len, in rx_data_bss_prot()