| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | bpf_iter_bpf_hash_map.c | 50 struct key_t tmp_key; in dump_bpf_hash_map() local 71 __builtin_memcpy(&tmp_key, key, sizeof(struct key_t)); in dump_bpf_hash_map() 72 ret = bpf_map_update_elem(&hashmap1, &tmp_key, &tmp_val, 0); in dump_bpf_hash_map() 75 ret = bpf_map_delete_elem(&hashmap1, &tmp_key); in dump_bpf_hash_map()
|
| /OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/ |
| H A D | hmac.c | 22 unsigned char tmp_key[PARTITION_BYTE_SIZE]; 33 memset(tmp_key, 0x00, sizeof(tmp_key)); 37 res = (*hash)(key, key_len, tmp_key, &tmp_key_len); 42 memcpy(tmp_key, key, key_len); 45 memcpy(istr, tmp_key, tmp_key_len); 46 memcpy(ostr, tmp_key, tmp_key_len);
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | tcp_fastopen_backup_key.c | 218 uint32_t tmp_key[4]; in rotate_key() local 233 memcpy(tmp_key, keys + 4, KEY_LENGTH); in rotate_key() 235 memcpy(keys, tmp_key, KEY_LENGTH); in rotate_key()
|
| /OK3568_Linux_fs/kernel/fs/reiserfs/ |
| H A D | inode.c | 853 struct cpu_key tmp_key; in reiserfs_get_block() local 871 tmp_key = key; /* ;) */ in reiserfs_get_block() 872 set_cpu_key_k_offset(&tmp_key, 1); in reiserfs_get_block() 876 reiserfs_insert_item(th, &path, &tmp_key, &tmp_ih, in reiserfs_get_block() 1010 struct cpu_key tmp_key; in reiserfs_get_block() local 1029 make_cpu_key(&tmp_key, inode, in reiserfs_get_block() 1036 RFALSE(cpu_key_k_offset(&tmp_key) > cpu_key_k_offset(&key), in reiserfs_get_block() 1041 cpu_key_k_offset(&tmp_key)) >> inode->i_sb-> in reiserfs_get_block() 1077 reiserfs_paste_into_item(th, &path, &tmp_key, inode, in reiserfs_get_block()
|
| /OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/ |
| H A D | crypto_v2.c | 1181 u8 tmp_key[24]; in rk_crypto_des() local 1188 memcpy(tmp_key, key, key_len); in rk_crypto_des() 1190 memcpy(tmp_key, key, 16); in rk_crypto_des() 1191 memcpy(tmp_key + 16, key, 8); in rk_crypto_des() 1197 ret = hw_cipher_init(0, tmp_key, NULL, key_len, iv, DES_BLOCK_SIZE, in rk_crypto_des()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/ |
| H A D | hal_com.c | 7344 u64 ccmp_hdr = 0, tmp_key = 0; in rtw_hal_construct_remote_control_info() local 7389 tmp_key = i; in rtw_hal_construct_remote_control_info() 7390 ccmp_hdr = PN_2_CCMPH(ccmp_hdr, tmp_key); in rtw_hal_construct_remote_control_info()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/ |
| H A D | hal_com.c | 8620 u64 ccmp_hdr = 0, tmp_key = 0; in rtw_hal_construct_remote_control_info() local 8665 tmp_key = i; in rtw_hal_construct_remote_control_info() 8666 ccmp_hdr = PN_2_CCMPH(ccmp_hdr, tmp_key); in rtw_hal_construct_remote_control_info()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/ |
| H A D | hal_com.c | 8712 u64 ccmp_hdr = 0, tmp_key = 0; in rtw_hal_construct_remote_control_info() local 8757 tmp_key = i; in rtw_hal_construct_remote_control_info() 8758 ccmp_hdr = PN_2_CCMPH(ccmp_hdr, tmp_key); in rtw_hal_construct_remote_control_info()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/ |
| H A D | hal_com.c | 8835 u64 ccmp_hdr = 0, tmp_key = 0; in rtw_hal_construct_remote_control_info() local 8880 tmp_key = i; in rtw_hal_construct_remote_control_info() 8881 ccmp_hdr = PN_2_CCMPH(ccmp_hdr, tmp_key); in rtw_hal_construct_remote_control_info()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/ |
| H A D | hal_com.c | 8725 u64 ccmp_hdr = 0, tmp_key = 0; in rtw_hal_construct_remote_control_info() local 8770 tmp_key = i; in rtw_hal_construct_remote_control_info() 8771 ccmp_hdr = PN_2_CCMPH(ccmp_hdr, tmp_key); in rtw_hal_construct_remote_control_info()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/ |
| H A D | hal_com.c | 8729 u64 ccmp_hdr = 0, tmp_key = 0; in rtw_hal_construct_remote_control_info() local 8774 tmp_key = i; in rtw_hal_construct_remote_control_info() 8775 ccmp_hdr = PN_2_CCMPH(ccmp_hdr, tmp_key); in rtw_hal_construct_remote_control_info()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/ |
| H A D | hal_com.c | 8816 u64 ccmp_hdr = 0, tmp_key = 0; in rtw_hal_construct_remote_control_info() local 8861 tmp_key = i; in rtw_hal_construct_remote_control_info() 8862 ccmp_hdr = PN_2_CCMPH(ccmp_hdr, tmp_key); in rtw_hal_construct_remote_control_info()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/ |
| H A D | hal_com.c | 8830 u64 ccmp_hdr = 0, tmp_key = 0; in rtw_hal_construct_remote_control_info() local 8875 tmp_key = i; in rtw_hal_construct_remote_control_info() 8876 ccmp_hdr = PN_2_CCMPH(ccmp_hdr, tmp_key); in rtw_hal_construct_remote_control_info()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/ |
| H A D | hal_com.c | 9190 u64 ccmp_hdr = 0, tmp_key = 0; in rtw_hal_construct_remote_control_info() local 9235 tmp_key = i; in rtw_hal_construct_remote_control_info() 9236 ccmp_hdr = PN_2_CCMPH(ccmp_hdr, tmp_key); in rtw_hal_construct_remote_control_info()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/ |
| H A D | hal_com.c | 9279 u64 ccmp_hdr = 0, tmp_key = 0; in rtw_hal_construct_remote_control_info() local 9324 tmp_key = i; in rtw_hal_construct_remote_control_info() 9325 ccmp_hdr = PN_2_CCMPH(ccmp_hdr, tmp_key); in rtw_hal_construct_remote_control_info()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/ |
| H A D | hal_com.c | 9279 u64 ccmp_hdr = 0, tmp_key = 0; in rtw_hal_construct_remote_control_info() local 9324 tmp_key = i; in rtw_hal_construct_remote_control_info() 9325 ccmp_hdr = PN_2_CCMPH(ccmp_hdr, tmp_key); in rtw_hal_construct_remote_control_info()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/ |
| H A D | hal_com.c | 9191 u64 ccmp_hdr = 0, tmp_key = 0; in rtw_hal_construct_remote_control_info() local 9236 tmp_key = i; in rtw_hal_construct_remote_control_info() 9237 ccmp_hdr = PN_2_CCMPH(ccmp_hdr, tmp_key); in rtw_hal_construct_remote_control_info()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/ |
| H A D | hal_com.c | 9193 u64 ccmp_hdr = 0, tmp_key = 0; in rtw_hal_construct_remote_control_info() local 9238 tmp_key = i; in rtw_hal_construct_remote_control_info() 9239 ccmp_hdr = PN_2_CCMPH(ccmp_hdr, tmp_key); in rtw_hal_construct_remote_control_info()
|