Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/src/
Dwlan_crypto_obj_mgr.c473 struct wlan_crypto_params *crypto_param) in wlan_crypto_register_all_ciphers() argument
476 if (HAS_CIPHER_CAP(crypto_param, WLAN_CRYPTO_CAP_WEP)) { in wlan_crypto_register_all_ciphers()
480 if (HAS_CIPHER_CAP(crypto_param, WLAN_CRYPTO_CAP_TKIP_MIC)) { in wlan_crypto_register_all_ciphers()
484 if (HAS_CIPHER_CAP(crypto_param, WLAN_CRYPTO_CAP_AES)) { in wlan_crypto_register_all_ciphers()
494 if (HAS_CIPHER_CAP(crypto_param, WLAN_CRYPTO_CAP_WAPI_SMS4)) { in wlan_crypto_register_all_ciphers()
498 if (HAS_CIPHER_CAP(crypto_param, WLAN_CRYPTO_CAP_FILS_AEAD)) { in wlan_crypto_register_all_ciphers()
512 struct wlan_crypto_params *crypto_param; in wlan_crypto_vdev_obj_create_handler() local
522 crypto_param = &(crypto_priv->crypto_params); in wlan_crypto_vdev_obj_create_handler()
524 RESET_AUTHMODE(crypto_param); in wlan_crypto_vdev_obj_create_handler()
525 RESET_UCAST_CIPHERS(crypto_param); in wlan_crypto_vdev_obj_create_handler()
[all …]