Searched refs:old_keys (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/arm64/pauth/ |
| A D | pac.c | 297 struct signatures old_keys; in TEST() local 315 sign_all(&old_keys, i); in TEST() 317 sign_specific(&old_keys, i); in TEST() 319 ret = n_same(&old_keys, &new_keys, nkeys); in TEST()
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| A D | d3.c | 1991 struct iwl_mvm_d3_mlo_old_keys *old_keys = data; in iwl_mvm_mlo_key_ciphers() local 2001 if (WARN_ON(old_keys->key[key->link_id][key->keyidx])) in iwl_mvm_mlo_key_ciphers() 2027 old_keys->cipher[key->link_id][key_type] = key->cipher; in iwl_mvm_mlo_key_ciphers() 2028 old_keys->key[key->link_id][key->keyidx] = key; in iwl_mvm_mlo_key_ciphers() 2036 struct iwl_mvm_d3_mlo_old_keys *old_keys; in iwl_mvm_mlo_gtk_rekey() local 2043 old_keys = kzalloc(sizeof(*old_keys), GFP_KERNEL); in iwl_mvm_mlo_gtk_rekey() 2044 if (!old_keys) in iwl_mvm_mlo_gtk_rekey() 2048 ieee80211_iter_keys(mvm->hw, vif, iwl_mvm_mlo_key_ciphers, old_keys); in iwl_mvm_mlo_gtk_rekey() 2074 conf.conf.cipher = old_keys->cipher[link_id][key_type]; in iwl_mvm_mlo_gtk_rekey() 2109 old_key = old_keys->key[link_id][key_id]; in iwl_mvm_mlo_gtk_rekey() [all …]
|
| /linux/fs/bcachefs/ |
| A D | btree_update_interior.h | 91 struct keylist old_keys; member
|
| 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/ |
| 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()
|
Completed in 19 milliseconds