Searched refs:tmp_key (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | bpf_iter_bpf_hash_map.c | 49 struct key_t tmp_key; in dump_bpf_hash_map() local 70 __builtin_memcpy(&tmp_key, key, sizeof(struct key_t)); in dump_bpf_hash_map() 71 ret = bpf_map_update_elem(&hashmap1, &tmp_key, &tmp_val, 0); in dump_bpf_hash_map() 74 ret = bpf_map_delete_elem(&hashmap1, &tmp_key); in dump_bpf_hash_map()
|
| /linux/tools/testing/selftests/net/ |
| H A D | tcp_fastopen_backup_key.c | 216 uint32_t tmp_key[4]; in rotate_key() local 231 memcpy(tmp_key, keys + 4, KEY_LENGTH); in rotate_key() 233 memcpy(keys, tmp_key, KEY_LENGTH); in rotate_key()
|
| /linux/security/selinux/ss/ |
| H A D | avtab.c | 168 struct avtab_key tmp_key; in avtab_search_node_next() local 174 tmp_key = node->key; in avtab_search_node_next() 175 tmp_key.specified = specified; in avtab_search_node_next() 177 cmp = avtab_node_cmp(&tmp_key, &cur->key); in avtab_search_node_next()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | cn10k_ipsec.c | 528 u64 *tmp_key; in cn10k_outb_prepare_sa() local 559 tmp_key = (u64 *)sa_entry->cipher_key; in cn10k_outb_prepare_sa() 562 tmp_key[idx] = (__force u64)cpu_to_be64(tmp_key[idx]); in cn10k_outb_prepare_sa()
|
| /linux/net/ipv4/ |
| H A D | tcp_ao.c | 1345 void *tmp_key = NULL; in tcp_ao_parse_crypto() local 1352 tmp_key = kmalloc(cmd->keylen, GFP_KERNEL); in tcp_ao_parse_crypto() 1353 if (!tmp_key) in tcp_ao_parse_crypto() 1408 memcpy(tmp_key, cmd->key, cmd->keylen); in tcp_ao_parse_crypto() 1409 sg_init_one(&sg, tmp_key, cmd->keylen); in tcp_ao_parse_crypto() 1437 kfree_sensitive(tmp_key); in tcp_ao_parse_crypto() 1447 kfree_sensitive(tmp_key); in tcp_ao_parse_crypto()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_userq.c | 1138 unsigned long key, tmp_key; in amdgpu_userq_vm_validate() local 1175 xa_for_each(&xa, tmp_key, range) { in amdgpu_userq_vm_validate() 1228 xa_for_each(&xa, tmp_key, range) { in amdgpu_userq_vm_validate() 1261 xa_for_each(&xa, tmp_key, range) { in amdgpu_userq_vm_validate()
|