Searched refs:WLAN_CRYPTO_CAP_AES (Results 1 – 3 of 3) sorted by relevance
46 case WLAN_CRYPTO_CIPHER_AES_OCB: return WLAN_CRYPTO_CAP_AES; in cipher2cap()47 case WLAN_CRYPTO_CIPHER_AES_CCM: return WLAN_CRYPTO_CAP_AES; in cipher2cap()48 case WLAN_CRYPTO_CIPHER_AES_CCM_256: return WLAN_CRYPTO_CAP_AES; in cipher2cap()49 case WLAN_CRYPTO_CIPHER_AES_GCM: return WLAN_CRYPTO_CAP_AES; in cipher2cap()50 case WLAN_CRYPTO_CIPHER_AES_GCM_256: return WLAN_CRYPTO_CAP_AES; in cipher2cap()
484 if (HAS_CIPHER_CAP(crypto_param, WLAN_CRYPTO_CAP_AES)) { in wlan_crypto_register_all_ciphers()538 SET_CIPHER_CAP(crypto_param, WLAN_CRYPTO_CAP_AES); in wlan_crypto_vdev_obj_create_handler()
172 WLAN_CRYPTO_CAP_AES = 4, enumerator