Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00crypto.c42 if (!rt2x00_has_cap_hw_crypto(rt2x00dev) || !hw_key) in rt2x00crypto_create_tx_descriptor()
70 if (!rt2x00_has_cap_hw_crypto(rt2x00dev) || !key) in rt2x00crypto_tx_overhead()
H A Drt2x00mac.c471 if (!rt2x00_has_cap_hw_crypto(rt2x00dev) || (sta && sta->mfp)) in rt2x00mac_set_key()
H A Drt2x00debug.c700 if (rt2x00_has_cap_hw_crypto(rt2x00dev)) in rt2x00debug_register()
H A Drt2x00.h1206 rt2x00_has_cap_hw_crypto(struct rt2x00_dev *rt2x00dev) in rt2x00_has_cap_hw_crypto() function
H A Drt2x00queue.c51 if (rt2x00_has_cap_hw_crypto(rt2x00dev)) { in rt2x00queue_alloc_rxskb()
H A Drt2x00dev.c502 if (rt2x00_has_cap_hw_crypto(rt2x00dev)) in rt2x00lib_txdone()