Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ralink/rt2x00/
Drt2x00reg.h112 CIPHER_NONE = 0, enumerator
Drt2x00crypto.c42 return CIPHER_NONE; in rt2x00crypto_key_to_cipher()
Drt2x00lib.h343 return CIPHER_NONE; in rt2x00crypto_key_to_cipher()
Drt2x00mac.c480 if (crypto.cipher == CIPHER_NONE) in rt2x00mac_set_key()
Drt2x00debug.c147 if (cipher == CIPHER_NONE || cipher >= CIPHER_MAX) in rt2x00debug_update_crypto()
Drt2500usb.c873 rt2x00_set_field16(&reg, TXRX_CSR0_ALGORITHM, CIPHER_NONE); in rt2500usb_init_registers()
1262 if (rxdesc->cipher != CIPHER_NONE) { in rt2500usb_fill_rxdone()
Drt2500pci.c1315 rt2x00_set_field32(&word, TXD_W0_CIPHER_ALG, CIPHER_NONE); in rt2500pci_write_tx_desc()
Drt73usb.c1706 if (rxdesc->cipher != CIPHER_NONE) { in rt73usb_fill_rxdone()
Drt61pci.c2107 if (rxdesc->cipher != CIPHER_NONE) { in rt61pci_fill_rxdone()
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_wlan_util.c2264 #define CIPHER_NONE "NONE" macro