Searched refs:null_key (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/net/sctp/ |
D | endpointola.c | 63 struct sctp_shared_key *null_key; in sctp_endpoint_init() local 151 null_key = sctp_auth_shkey_create(0, gfp); in sctp_endpoint_init() 152 if (!null_key) in sctp_endpoint_init() 155 list_add(&null_key->key_list, &ep->endpoint_shared_keys); in sctp_endpoint_init()
|
/Linux-v4.19/drivers/staging/rtl8712/ |
D | rtl871x_xmit.c | 378 u8 null_key[16] = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, in xmitframe_addmic() local 385 null_key, 16)) in xmitframe_addmic() 394 null_key, 16)) in xmitframe_addmic()
|
/Linux-v4.19/drivers/staging/rtl8188eu/core/ |
D | rtw_xmit.c | 611 u8 null_key[16] = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, in xmitframe_addmic() local 618 …memcmp(psecuritypriv->dot118021XGrptxmickey[psecuritypriv->dot118021XGrpKeyid].skey, null_key, 16)) in xmitframe_addmic() 623 if (!memcmp(&stainfo->dot11tkiptxmickey.skey[0], null_key, 16)) { in xmitframe_addmic()
|
D | rtw_wlan_util.c | 464 unsigned char null_key[] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, in clear_cam_entry() local 467 write_cam(padapter, entry, 0, null_sta, null_key); in clear_cam_entry()
|
/Linux-v4.19/drivers/staging/rtl8723bs/core/ |
D | rtw_xmit.c | 895 …u8 null_key[16] = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}; in xmitframe_addmic() local 900 …mcmp(psecuritypriv->dot118021XGrptxmickey[psecuritypriv->dot118021XGrpKeyid].skey, null_key, 16)) { in xmitframe_addmic() 908 if (!memcmp(&pattrib->dot11tkiptxmickey.skey[0], null_key, 16)) { in xmitframe_addmic()
|
D | rtw_wlan_util.c | 597 …unsigned char null_key[] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00… in _clear_cam_entry() local 599 _write_cam(padapter, entry, 0, null_sta, null_key); in _clear_cam_entry()
|
/Linux-v4.19/drivers/staging/rtl8723bs/hal/ |
D | rtl8723b_cmd.c | 431 u8 null_key[16] = { in ConstructARPResponse() local 440 if (!memcmp(&psta->dot11tkiptxmickey.skey[0], null_key, 16)) { in ConstructARPResponse()
|