Searched refs:cipher_info_defs (Results 1 – 1 of 1) sorted by relevance
50 const struct rtw89_cipher_info *cipher_info_defs; in rtw89_cipher_alg_recognize() local54 cipher_info_defs = &rtw89_cipher_info_defs[i]; in rtw89_cipher_alg_recognize()55 if (cipher_info_defs->cipher == cipher) in rtw89_cipher_alg_recognize()56 return cipher_info_defs; in rtw89_cipher_alg_recognize()