Home
last modified time | relevance | path

Searched refs:crypto_key_holder (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.c73 psoc->crypto_key_holder.mask = hash_elems - 1; in wlan_crypto_hash_init()
74 psoc->crypto_key_holder.idx_bits = log2; in wlan_crypto_hash_init()
77 psoc->crypto_key_holder.bins = qdf_mem_malloc( in wlan_crypto_hash_init()
82 if (!psoc->crypto_key_holder.bins) in wlan_crypto_hash_init()
86 TAILQ_INIT(&psoc->crypto_key_holder.bins[i]); in wlan_crypto_hash_init()
105 index ^= index >> psoc->crypto_key_holder.idx_bits; in crypto_hash_index()
106 index &= psoc->crypto_key_holder.mask; in crypto_hash_index()
141 TAILQ_FOREACH(hash_entry, &psoc->crypto_key_holder.bins[index], in crypto_hash_find_by_linkid_and_macaddr()
166 TAILQ_INSERT_TAIL(&psoc->crypto_key_holder.bins[index], hash_entry, in crypto_hash_add()
318 TAILQ_REMOVE(&psoc->crypto_key_holder.bins[index], crypto_entry, in crypto_remove_entry()
[all …]
H A Dwlan_crypto_def_i.h560 } crypto_key_holder; member