Searched refs:key_msg (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/kexec/ |
| H A D | test_kexec_file_load.sh | 116 local key_msg="try enabling the CONFIG_INTEGRITY_PLATFORM_KEYRING" 162 log_pass "$failed_msg (-ENOKEY), $key_msg"
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/ |
| H A D | key_test.h | 12 struct key_msg { struct
|
| /OK3568_Linux_fs/external/rk_pcba_test/ |
| H A D | key_test.h | 14 struct key_msg { struct
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/ |
| H A D | moal_uap.c | 2340 wapi_key_msg *key_msg = NULL; in woal_uap_set_wapi_key_ioctl() local 2349 key_msg = (wapi_key_msg *)msg->msg; in woal_uap_set_wapi_key_ioctl() 2363 memcpy(sec->param.encrypt_key.mac_addr, key_msg->mac_addr, ETH_ALEN); in woal_uap_set_wapi_key_ioctl() 2364 sec->param.encrypt_key.key_index = key_msg->key_id; in woal_uap_set_wapi_key_ioctl() 2365 if (0 == memcmp(key_msg->mac_addr, bcast_addr, ETH_ALEN)) in woal_uap_set_wapi_key_ioctl() 2369 memcpy(sec->param.encrypt_key.key_material, key_msg->key, in woal_uap_set_wapi_key_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_uap.c | 3206 wapi_key_msg *key_msg = NULL; in woal_uap_set_wapi_key_ioctl() local 3215 key_msg = (wapi_key_msg *)msg->msg; in woal_uap_set_wapi_key_ioctl() 3230 key_msg->mac_addr, ETH_ALEN, in woal_uap_set_wapi_key_ioctl() 3232 sec->param.encrypt_key.key_index = key_msg->key_id; in woal_uap_set_wapi_key_ioctl() 3233 if (0 == memcmp(key_msg->mac_addr, bcast_addr, ETH_ALEN)) in woal_uap_set_wapi_key_ioctl() 3238 key_msg->key, sec->param.encrypt_key.key_len, in woal_uap_set_wapi_key_ioctl()
|