| /OK3568_Linux_fs/kernel/net/netfilter/ipset/ |
| H A D | ip_set_hash_netnet.c | 170 u32 ip2 = 0, ip2_from = 0, ip2_to = 0, ipn; in hash_netnet4_uadt() local 247 ipn = ip; in hash_netnet4_uadt() 249 ipn = ip_set_range_to_cidr(ipn, ip_to, &e.cidr[0]); in hash_netnet4_uadt() 251 } while (ipn++ < ip_to); in hash_netnet4_uadt() 252 ipn = ip2_from; in hash_netnet4_uadt() 254 ipn = ip_set_range_to_cidr(ipn, ip2_to, &e.cidr[1]); in hash_netnet4_uadt() 256 } while (ipn++ < ip2_to); in hash_netnet4_uadt()
|
| H A D | ip_set_hash_netportnet.c | 184 u32 ip2_from = 0, ip2_to = 0, ip2, ipn; in hash_netportnet4_uadt() local 287 ipn = ip; in hash_netportnet4_uadt() 289 ipn = ip_set_range_to_cidr(ipn, ip_to, &e.cidr[0]); in hash_netportnet4_uadt() 291 } while (ipn++ < ip_to); in hash_netportnet4_uadt() 292 ipn = ip2_from; in hash_netportnet4_uadt() 294 ipn = ip_set_range_to_cidr(ipn, ip2_to, &e.cidr[1]); in hash_netportnet4_uadt() 296 } while (ipn++ < ip2_to); in hash_netportnet4_uadt()
|
| H A D | ip_set_hash_net.c | 142 u32 ip = 0, ip_to = 0, ipn, n = 0; in hash_net4_uadt() local 190 ipn = ip; in hash_net4_uadt() 192 ipn = ip_set_range_to_cidr(ipn, ip_to, &e.cidr); in hash_net4_uadt() 194 } while (ipn++ < ip_to); in hash_net4_uadt()
|
| H A D | ip_set_hash_netiface.c | 204 u32 ip = 0, ip_to = 0, ipn, n = 0; in hash_netiface4_uadt() local 258 ipn = ip; in hash_netiface4_uadt() 260 ipn = ip_set_range_to_cidr(ipn, ip_to, &e.cidr); in hash_netiface4_uadt() 262 } while (ipn++ < ip_to); in hash_netiface4_uadt()
|
| H A D | ip_set_hash_netport.c | 160 u32 port, port_to, p = 0, ip = 0, ip_to = 0, ipn; in hash_netport4_uadt() local 238 ipn = ip; in hash_netport4_uadt() 240 ipn = ip_set_range_to_cidr(ipn, ip_to, &cidr); in hash_netport4_uadt() 242 } while (ipn++ < ip_to); in hash_netport4_uadt()
|
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | wpa.c | 1041 u8 aad[20], mic[8], ipn[6]; in ieee80211_crypto_aes_cmac_decrypt() local 1058 bip_ipn_swap(ipn, mmie->sequence_number); in ieee80211_crypto_aes_cmac_decrypt() 1060 if (memcmp(ipn, key->u.aes_cmac.rx_pn, 6) <= 0) { in ieee80211_crypto_aes_cmac_decrypt() 1076 memcpy(key->u.aes_cmac.rx_pn, ipn, 6); in ieee80211_crypto_aes_cmac_decrypt() 1091 u8 aad[20], mic[16], ipn[6]; in ieee80211_crypto_aes_cmac_256_decrypt() local 1108 bip_ipn_swap(ipn, mmie->sequence_number); in ieee80211_crypto_aes_cmac_256_decrypt() 1110 if (memcmp(ipn, key->u.aes_cmac.rx_pn, 6) <= 0) { in ieee80211_crypto_aes_cmac_256_decrypt() 1126 memcpy(key->u.aes_cmac.rx_pn, ipn, 6); in ieee80211_crypto_aes_cmac_256_decrypt() 1190 u8 aad[GMAC_AAD_LEN], *mic, ipn[6], nonce[GMAC_NONCE_LEN]; in ieee80211_crypto_aes_gmac_decrypt() local 1207 bip_ipn_swap(ipn, mmie->sequence_number); in ieee80211_crypto_aes_gmac_decrypt() [all …]
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | jump_label.c | 37 unsigned char *ipn = (unsigned char *)new; in jump_label_bug() local 42 pr_emerg("New: %6ph\n", ipn); in jump_label_bug()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/ |
| H A D | KeyApiStaDefs.h | 95 UINT8 ipn[CRYPTO_AES_CMAC_IPN_LEN];
|
| /OK3568_Linux_fs/kernel/drivers/staging/wfx/ |
| H A D | key.c | 151 memcpy(msg->ipn, seq->aes_cmac.pn, sizeof(seq->aes_cmac.pn)); in fill_aes_cmac_group() 152 memreverse(msg->ipn, sizeof(seq->aes_cmac.pn)); in fill_aes_cmac_group()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | eapol.h | 200 uint8 ipn[6];
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | eapol.h | 256 uint8 ipn[6];
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | eapol.h | 256 uint8 ipn[6];
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | eapol.h | 256 uint8 ipn[6];
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | eapol.h | 264 uint8 ipn[EAPOL_RSN_IPN_SIZE];
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | eapol.h | 264 uint8 ipn[EAPOL_RSN_IPN_SIZE];
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_wow_def.h | 150 u8 ipn[8]; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_wow_def.h | 150 u8 ipn[8]; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/ |
| H A D | rtw_security.h | 394 u8 *whdr_pos, sint flen, const u8 *key, u16 keyid, u64 *ipn);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/ |
| H A D | rtw_security.h | 393 u8 *whdr_pos, sint flen, const u8 *key, u16 keyid, u64 *ipn);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/ |
| H A D | rtw_security.h | 396 u8 *whdr_pos, sint flen, const u8 *key, u16 keyid, u64 *ipn);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/ |
| H A D | rtw_security.h | 396 u8 *whdr_pos, sint flen, const u8 *key, u16 keyid, u64 *ipn);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/ |
| H A D | rtw_security.h | 394 u8 *whdr_pos, sint flen, const u8 *key, u16 keyid, u64 *ipn);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/ |
| H A D | rtw_security.h | 396 u8 *whdr_pos, sint flen, const u8 *key, u16 keyid, u64 *ipn);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/ |
| H A D | rtw_security.h | 393 u8 *whdr_pos, sint flen, const u8 *key, u16 keyid, u64 *ipn);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/ |
| H A D | rtw_security.h | 396 u8 *whdr_pos, sint flen, const u8 *key, u16 keyid, u64 *ipn);
|