null_key          444 drivers/staging/rtl8188eu/core/rtw_wlan_util.c 	u8 null_key[16] = {};
null_key          446 drivers/staging/rtl8188eu/core/rtw_wlan_util.c 	write_cam(padapter, entry, 0, null_sta, null_key);
null_key          610 drivers/staging/rtl8188eu/core/rtw_xmit.c 			u8 null_key[16] = {};
null_key          615 drivers/staging/rtl8188eu/core/rtw_xmit.c 				if (!memcmp(psecuritypriv->dot118021XGrptxmickey[psecuritypriv->dot118021XGrpKeyid].skey, null_key, 16))
null_key          620 drivers/staging/rtl8188eu/core/rtw_xmit.c 				if (!memcmp(&stainfo->dot11tkiptxmickey.skey[0], null_key, 16))
null_key          367 drivers/staging/rtl8712/rtl871x_xmit.c 			u8 null_key[16] = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
null_key          374 drivers/staging/rtl8712/rtl871x_xmit.c 				   null_key, 16))
null_key          383 drivers/staging/rtl8712/rtl871x_xmit.c 					    null_key, 16))
null_key          592 drivers/staging/rtl8723bs/core/rtw_wlan_util.c 	unsigned char null_key[] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
null_key          594 drivers/staging/rtl8723bs/core/rtw_wlan_util.c 	_write_cam(padapter, entry, 0, null_sta, null_key);
null_key          895 drivers/staging/rtl8723bs/core/rtw_xmit.c 			u8 null_key[16] = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0};
null_key          900 drivers/staging/rtl8723bs/core/rtw_xmit.c 				if (!memcmp(psecuritypriv->dot118021XGrptxmickey[psecuritypriv->dot118021XGrpKeyid].skey, null_key, 16)) {
null_key          908 drivers/staging/rtl8723bs/core/rtw_xmit.c 				if (!memcmp(&pattrib->dot11tkiptxmickey.skey[0], null_key, 16)) {
null_key          431 drivers/staging/rtl8723bs/hal/rtl8723b_cmd.c 		u8 null_key[16] = {
null_key          440 drivers/staging/rtl8723bs/hal/rtl8723b_cmd.c 			if (!memcmp(&psta->dot11tkiptxmickey.skey[0], null_key, 16)) {
null_key           46 net/sctp/endpointola.c 	struct sctp_shared_key *null_key;
null_key           98 net/sctp/endpointola.c 	null_key = sctp_auth_shkey_create(0, gfp);
null_key           99 net/sctp/endpointola.c 	if (!null_key)
null_key          102 net/sctp/endpointola.c 	list_add(&null_key->key_list, &ep->endpoint_shared_keys);