Searched refs:tmp_key (Results 1 – 5 of 5) sorted by relevance
| /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/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 | 1131 unsigned long key, tmp_key; in amdgpu_userq_vm_validate() local 1168 xa_for_each(&xa, tmp_key, range) { in amdgpu_userq_vm_validate() 1221 xa_for_each(&xa, tmp_key, range) { in amdgpu_userq_vm_validate() 1254 xa_for_each(&xa, tmp_key, range) { in amdgpu_userq_vm_validate()
|
| /linux/fs/btrfs/ |
| H A D | extent-tree.c | 945 struct btrfs_key tmp_key; in lookup_inline_extent_backref() local 947 btrfs_item_key_to_cpu(path->nodes[0], &tmp_key, path->slots[0] + 1); in lookup_inline_extent_backref() 948 if (tmp_key.objectid == bytenr && in lookup_inline_extent_backref() 949 tmp_key.type < BTRFS_BLOCK_GROUP_ITEM_KEY) { in lookup_inline_extent_backref()
|