Searched refs:old_keys (Results 1 – 5 of 5) sorted by relevance
/linux/tools/testing/selftests/arm64/pauth/ |
H A D | pac.c | 300 struct signatures old_keys; in TEST() 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() 297 struct signatures old_keys; TEST() local
|
/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | d3.c | 2010 struct iwl_mvm_d3_mlo_old_keys *old_keys = data; in iwl_mvm_mlo_key_ciphers() local 2020 if (WARN_ON(old_keys->key[key->link_id][key->keyidx])) in iwl_mvm_mlo_key_ciphers() 2046 old_keys->cipher[key->link_id][key_type] = key->cipher; in iwl_mvm_mlo_key_ciphers() 2047 old_keys->key[key->link_id][key->keyidx] = key; in iwl_mvm_mlo_key_ciphers() 2055 struct iwl_mvm_d3_mlo_old_keys *old_keys; in iwl_mvm_mlo_gtk_rekey() local 2062 old_keys = kzalloc(sizeof(*old_keys), GFP_KERNEL); in iwl_mvm_mlo_gtk_rekey() 2063 if (!old_keys) in iwl_mvm_mlo_gtk_rekey() 2067 ieee80211_iter_keys(mvm->hw, vif, iwl_mvm_mlo_key_ciphers, old_keys); in iwl_mvm_mlo_gtk_rekey() 2093 conf.conf.cipher = old_keys->cipher[link_id][key_type]; in iwl_mvm_mlo_gtk_rekey() 2128 old_key = old_keys->key[link_id][key_id]; in iwl_mvm_mlo_gtk_rekey() [all …]
|
/linux/fs/bcachefs/ |
H A D | btree_update_interior.h | 91 struct keylist old_keys; member
|
H A D | btree_update_interior.c | 648 for_each_keylist_key(&as->old_keys, k) { in btree_update_nodes_written_trans() 1108 btree_update_add_key(as, &as->old_keys, b); in bch2_btree_interior_update_will_free_node() 1220 bch2_keylist_init(&as->old_keys, as->_old_keys); in bch2_btree_update_start()
|
/linux/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()
|