Home
last modified time | relevance | path

Searched refs:crypto_debug (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/src/
H A Dwlan_crypto_global_api.c167 crypto_debug("param %d, value %d", param, value); in wlan_crypto_set_param()
356 crypto_debug("PMKSA: Added the PMKSA entry at index=%d", in wlan_crypto_set_pmksa()
400 crypto_debug("PMKSA: Deleted PMKSA entry at index=%d", in wlan_crypto_del_pmksa()
415 crypto_debug("PMKSA: Deleted PMKSA at idx=%d", in wlan_crypto_del_pmksa()
427 crypto_debug("No such pmksa entry exists: valid entries:%d", in wlan_crypto_del_pmksa()
446 crypto_debug("Flushed the pmksa table"); in wlan_crypto_pmksa_flush()
485 crypto_debug("PMKSA entry found with same PMK"); in wlan_crypto_set_del_pmksa()
549 crypto_debug("Updated the MDID at index=%d", i); in wlan_crypto_update_pmk_cache_ft()
561 crypto_debug("Updated the MDID at index=%d", i); in wlan_crypto_update_pmk_cache_ft()
570 crypto_debug("Deleted PMKSA at index=%d", i); in wlan_crypto_update_pmk_cache_ft()
[all …]
H A Dwlan_crypto_obj_mgr.c147 crypto_debug("crypto found entry link id %d mac addr" in crypto_hash_find_by_linkid_and_macaddr()
164 crypto_debug("crypto hash add index %d ", index); in crypto_hash_add()
195 crypto_debug("crypto add entry link id %d mac_addr: " QDF_MAC_ADDR_FMT, in wlan_crypto_add_key_entry()
231 crypto_debug("crypto add entry link id %d mac_addr: " QDF_MAC_ADDR_FMT, in crypto_add_entry()
331 crypto_debug("crypto delete for link_id %d mac_addr " in crypto_free_list()
336 crypto_debug("Invalid crypto_key_cnt %d", in crypto_free_list()
H A Dwlan_crypto_def_i.h350 #define crypto_debug(params...) QDF_TRACE_DEBUG(QDF_MODULE_ID_CRYPTO, params) macro