Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_security.h140 #define GET_ENCRY_ALGO(psecuritypriv, psta, encry_algo, bmcst) \ macro
H A Drtl871x_recv.c531 GET_ENCRY_ALGO(psecuritypriv, psta, pattrib->encrypt, in validate_recv_data_frame()
H A Drtl871x_cmd.c546 GET_ENCRY_ALGO(psecuritypriv, sta, in r8712_setstakey_cmd()
H A Drtl871x_xmit.c330 GET_ENCRY_ALGO(psecuritypriv, psta, pattrib->encrypt, bmcast); in r8712_update_attrib()
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Drtw_security.h176 #define GET_ENCRY_ALGO(psecuritypriv, psta, encry_algo, bmcst)\ macro
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_cmd.c885 GET_ENCRY_ALGO(psecuritypriv, sta, psetstakey_para->algorithm, false); in rtw_setstakey_cmd()
H A Drtw_recv.c1332 GET_ENCRY_ALGO(psecuritypriv, psta, pattrib->encrypt, is_multicast_ether_addr(pattrib->ra)); in validate_recv_data_frame()
H A Drtw_xmit.c490 GET_ENCRY_ALGO(psecuritypriv, psta, pattrib->encrypt, bmcast); in update_attrib_sec_info()