Searched refs:old_keys (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/tools/testing/selftests/arm64/pauth/ |
| H A D | pac.c | 300 struct signatures old_keys; in TEST() local 318 sign_all(&old_keys, i); in TEST() 320 sign_specific(&old_keys, i); in TEST() 322 ret = n_same(&old_keys, &new_keys, nkeys); in TEST()
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | d3.c | 2003 struct iwl_mvm_d3_mlo_old_keys *old_keys = data; in iwl_mvm_mlo_key_ciphers() local 2013 if (WARN_ON(old_keys->key[key->link_id][key->keyidx])) in iwl_mvm_mlo_key_ciphers() 2039 old_keys->cipher[key->link_id][key_type] = key->cipher; in iwl_mvm_mlo_key_ciphers() 2040 old_keys->key[key->link_id][key->keyidx] = key; in iwl_mvm_mlo_key_ciphers() 2048 struct iwl_mvm_d3_mlo_old_keys *old_keys; in iwl_mvm_mlo_gtk_rekey() local 2055 old_keys = kzalloc(sizeof(*old_keys), GFP_KERNEL); in iwl_mvm_mlo_gtk_rekey() 2056 if (!old_keys) in iwl_mvm_mlo_gtk_rekey() 2060 ieee80211_iter_keys(mvm->hw, vif, iwl_mvm_mlo_key_ciphers, old_keys); in iwl_mvm_mlo_gtk_rekey() 2086 conf.conf.cipher = old_keys->cipher[link_id][key_type]; in iwl_mvm_mlo_gtk_rekey() 2121 old_key = old_keys->key[link_id][key_id]; in iwl_mvm_mlo_gtk_rekey() [all …]
|
| /linux-6.15/fs/bcachefs/ |
| H A D | btree_update_interior.h | 91 struct keylist old_keys; member
|
| H A D | btree_update_interior.c | 628 for_each_keylist_key(&as->old_keys, k) { in btree_update_nodes_written_trans() 1090 btree_update_add_key(as, &as->old_keys, b); in bch2_btree_interior_update_will_free_node() 1202 bch2_keylist_init(&as->old_keys, as->_old_keys); in bch2_btree_update_start()
|
| /linux-6.15/drivers/md/bcache/ |
| H A D | bset.c | 139 uint64_t *old_keys = l->keys_p == l->inline_keys ? NULL : l->keys_p; in __bch_keylist_realloc() local 148 new_keys = krealloc(old_keys, sizeof(uint64_t) * newsize, GFP_NOIO); in __bch_keylist_realloc() 153 if (!old_keys) in __bch_keylist_realloc()
|