Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/rt2x00/
Drt2x00crypto.c30 enum cipher rt2x00crypto_key_to_cipher(struct ieee80211_key_conf *key) in rt2x00crypto_key_to_cipher() function
58 txdesc->cipher = rt2x00crypto_key_to_cipher(hw_key); in rt2x00crypto_create_tx_descriptor()
Drt2x00lib.h349 enum cipher rt2x00crypto_key_to_cipher(struct ieee80211_key_conf *key);
364 static inline enum cipher rt2x00crypto_key_to_cipher(struct ieee80211_key_conf *key) in rt2x00crypto_key_to_cipher() function
Drt2x00mac.c483 crypto.cipher = rt2x00crypto_key_to_cipher(key); in rt2x00mac_set_key()