Home
last modified time | relevance | path

Searched refs:tmp_key (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/net/
H A Dtcp_fastopen_backup_key.c216 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 Davtab.c168 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/net/ipv4/
H A Dtcp_ao.c1346 void *tmp_key = NULL; in tcp_ao_parse_crypto() local
1353 tmp_key = kmalloc(cmd->keylen, GFP_KERNEL); in tcp_ao_parse_crypto()
1354 if (!tmp_key) in tcp_ao_parse_crypto()
1409 memcpy(tmp_key, cmd->key, cmd->keylen); in tcp_ao_parse_crypto()
1410 sg_init_one(&sg, tmp_key, cmd->keylen); in tcp_ao_parse_crypto()
1438 kfree_sensitive(tmp_key); in tcp_ao_parse_crypto()
1448 kfree_sensitive(tmp_key); in tcp_ao_parse_crypto()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_userq.c1081 unsigned long key, tmp_key; in amdgpu_userq_vm_validate() local
1118 xa_for_each(&xa, tmp_key, range) { in amdgpu_userq_vm_validate()
1171 xa_for_each(&xa, tmp_key, range) { in amdgpu_userq_vm_validate()
1205 xa_for_each(&xa, tmp_key, range) { in amdgpu_userq_vm_validate()
/linux/fs/btrfs/
H A Dextent-tree.c987 struct btrfs_key tmp_key; in lookup_inline_extent_backref() local
989 btrfs_item_key_to_cpu(path->nodes[0], &tmp_key, path->slots[0] + 1); in lookup_inline_extent_backref()
990 if (tmp_key.objectid == bytenr && in lookup_inline_extent_backref()
991 tmp_key.type < BTRFS_BLOCK_GROUP_ITEM_KEY) { in lookup_inline_extent_backref()