Searched refs:tmp_key (Results 1 – 3 of 3) 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/net/ipv4/ |
H A D | tcp_ao.c | 1343 void *tmp_key = NULL; in tcp_ao_parse_crypto() local 1350 tmp_key = kmalloc(cmd->keylen, GFP_KERNEL); in tcp_ao_parse_crypto() 1351 if (!tmp_key) in tcp_ao_parse_crypto() 1406 memcpy(tmp_key, cmd->key, cmd->keylen); in tcp_ao_parse_crypto() 1407 sg_init_one(&sg, tmp_key, cmd->keylen); in tcp_ao_parse_crypto() 1435 kfree_sensitive(tmp_key); in tcp_ao_parse_crypto() 1445 kfree_sensitive(tmp_key); in tcp_ao_parse_crypto()
|
/linux/fs/btrfs/ |
H A D | extent-tree.c | 948 struct btrfs_key tmp_key; in lookup_inline_extent_backref() local 950 btrfs_item_key_to_cpu(path->nodes[0], &tmp_key, path->slots[0] + 1); in lookup_inline_extent_backref() 951 if (tmp_key.objectid == bytenr && in lookup_inline_extent_backref() 952 tmp_key.type < BTRFS_BLOCK_GROUP_ITEM_KEY) { in lookup_inline_extent_backref()
|