Searched refs:old_key (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/net/mac80211/ |
D | key.c | 611 struct ieee80211_key *old_key; in ieee80211_key_link() local 624 old_key = key_mtx_dereference(sdata->local, sta->ptk[idx]); in ieee80211_key_link() 626 old_key = key_mtx_dereference(sdata->local, sta->gtk[idx]); in ieee80211_key_link() 628 old_key = key_mtx_dereference(sdata->local, sdata->keys[idx]); in ieee80211_key_link() 632 ieee80211_key_replace(sdata, sta, pairwise, old_key, key); in ieee80211_key_link() 633 ieee80211_key_destroy(old_key, true); in ieee80211_key_link()
|
/linux-4.1.27/net/ceph/ |
D | auth_x.c | 150 struct ceph_crypto_key old_key; in process_one_ticket() local 190 memcpy(&old_key, &th->session_key, sizeof(old_key)); in process_one_ticket() 207 dlen = ceph_x_decrypt(&old_key, p, end, &ticket_buf, 0); in process_one_ticket()
|
/linux-4.1.27/net/bluetooth/ |
D | hci_core.c | 2328 struct link_key *key, *old_key; in hci_add_link_key() local 2331 old_key = hci_find_link_key(hdev, bdaddr); in hci_add_link_key() 2332 if (old_key) { in hci_add_link_key() 2333 old_key_type = old_key->type; in hci_add_link_key() 2334 key = old_key; in hci_add_link_key() 2375 struct smp_ltk *key, *old_key; in hci_add_ltk() local 2378 old_key = hci_find_ltk(hdev, bdaddr, addr_type, role); in hci_add_ltk() 2379 if (old_key) in hci_add_ltk() 2380 key = old_key; in hci_add_ltk()
|
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/ |
D | hash.c | 1973 void cfs_hash_rehash_key(struct cfs_hash *hs, const void *old_key, in cfs_hash_rehash_key() argument 1984 cfs_hash_dual_bd_get(hs, old_key, old_bds); in cfs_hash_rehash_key() 1999 cfs_hash_dual_bd_finddel_locked(hs, old_bds, old_key, hnode); in cfs_hash_rehash_key()
|
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs_hash.h | 720 void cfs_hash_rehash_key(struct cfs_hash *hs, const void *old_key,
|