Home
last modified time | relevance | path

Searched refs:crypto_entry (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/src/
H A Dwlan_crypto_obj_mgr.c177 struct wlan_crypto_key_entry *crypto_entry = NULL; in wlan_crypto_add_key_entry() local
199 crypto_entry = in wlan_crypto_add_key_entry()
204 if (qdf_unlikely(crypto_entry)) in wlan_crypto_add_key_entry()
209 crypto_entry = qdf_mem_malloc(sizeof(*crypto_entry)); in wlan_crypto_add_key_entry()
210 if (!crypto_entry) in wlan_crypto_add_key_entry()
213 *crypto_entry = *new_entry; in wlan_crypto_add_key_entry()
215 crypto_hash_add(crypto_psoc_obj, crypto_entry, link_id); in wlan_crypto_add_key_entry()
217 crypto_entry->is_active = 1; in wlan_crypto_add_key_entry()
229 struct wlan_crypto_key_entry *crypto_entry = NULL; in crypto_add_entry() local
242 crypto_entry = crypto_hash_find_by_linkid_and_macaddr(psoc, link_id, in crypto_add_entry()
[all …]
/wlan-driver/qcacld-3.0/components/target_if/connection_mgr/src/
H A Dtarget_if_cm_roam_event.c734 target_if_update_pairwise_key_peer_mac(struct wlan_crypto_key_entry *crypto_entry, in target_if_update_pairwise_key_peer_mac() argument
739 if (crypto_entry->link_id == MLO_INVALID_LINK_IDX) in target_if_update_pairwise_key_peer_mac()
743 if (!crypto_entry->keys.key[i]) in target_if_update_pairwise_key_peer_mac()
746 if (crypto_entry->keys.key[i]->key_type == in target_if_update_pairwise_key_peer_mac()
748 qdf_copy_macaddr((struct qdf_mac_addr *)crypto_entry->keys.key[i]->macaddr, in target_if_update_pairwise_key_peer_mac()