Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/inc/
H A Dwlan_crypto_global_api.h545 wlan_crypto_cipher_type ucastcipher);
557 wlan_crypto_cipher_type ucastcipher);
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/src/
H A Dwlan_crypto_global_api.c3661 wlan_crypto_cipher_type ucastcipher) in wlan_crypto_vdev_has_ucastcipher() argument
3668 return (res & ucastcipher) ? true : false; in wlan_crypto_vdev_has_ucastcipher()
3675 wlan_crypto_cipher_type ucastcipher) in wlan_crypto_peer_has_ucastcipher() argument
3682 return (res & ucastcipher) ? true : false; in wlan_crypto_peer_has_ucastcipher()