Searched refs:crypto_key_lock (Results 1 – 2 of 2) sorted by relevance
88 qdf_mutex_create(&psoc->crypto_key_lock); in wlan_crypto_hash_init()165 qdf_mutex_acquire(&psoc->crypto_key_lock); in crypto_hash_add()168 qdf_mutex_release(&psoc->crypto_key_lock); in crypto_hash_add()198 qdf_mutex_acquire(&crypto_psoc_obj->crypto_key_lock); in wlan_crypto_add_key_entry()202 qdf_mutex_release(&crypto_psoc_obj->crypto_key_lock); in wlan_crypto_add_key_entry()241 qdf_mutex_acquire(&psoc->crypto_key_lock); in crypto_add_entry()244 qdf_mutex_release(&psoc->crypto_key_lock); in crypto_add_entry()367 qdf_mutex_acquire(&crypto_priv->crypto_key_lock); in crypto_flush_entries()380 qdf_mutex_release(&crypto_priv->crypto_key_lock); in crypto_flush_entries()403 qdf_mutex_destroy(&crypto_priv->crypto_key_lock); in wlan_crypto_hash_deinit()[all …]
550 qdf_mutex_t crypto_key_lock; member