Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dwow.c50 const struct rtw89_cipher_info *cipher_info_defs; in rtw89_cipher_alg_recognize() local
54 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()