Searched refs:CIPHER_NONE (Results 1 - 19 of 19) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2x00reg.h | 101 CIPHER_NONE = 0, enumerator 115 * Note that CIPHER_NONE isn't counted, and CKIP64 and CKIP128
|
H A D | rt2x00crypto.c | 31 return CIPHER_NONE; in rt2x00crypto_key_to_cipher()
|
H A D | rt2x00lib.h | 332 return CIPHER_NONE; in rt2x00crypto_key_to_cipher()
|
H A D | rt2x00debug.c | 118 if (cipher == CIPHER_NONE || cipher >= CIPHER_MAX) in rt2x00debug_update_crypto() 121 /* Remove CIPHER_NONE index */ in rt2x00debug_update_crypto()
|
H A D | rt2x00mac.c | 490 if (crypto.cipher == CIPHER_NONE) in rt2x00mac_set_key()
|
H A D | rt2500usb.c | 862 rt2x00_set_field16(®, TXRX_CSR0_ALGORITHM, CIPHER_NONE); in rt2500usb_init_registers() 1251 if (rxdesc->cipher != CIPHER_NONE) { in rt2500usb_fill_rxdone()
|
H A D | rt2500pci.c | 1304 rt2x00_set_field32(&word, TXD_W0_CIPHER_ALG, CIPHER_NONE); in rt2500pci_write_tx_desc()
|
H A D | rt73usb.c | 1695 if (rxdesc->cipher != CIPHER_NONE) { in rt73usb_fill_rxdone()
|
H A D | rt61pci.c | 2011 if (rxdesc->cipher != CIPHER_NONE) { in rt61pci_fill_rxdone()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2x00reg.h | 101 CIPHER_NONE = 0, enumerator 115 * Note that CIPHER_NONE isn't counted, and CKIP64 and CKIP128
|
H A D | rt2x00crypto.c | 31 return CIPHER_NONE; in rt2x00crypto_key_to_cipher()
|
H A D | rt2x00lib.h | 332 return CIPHER_NONE; in rt2x00crypto_key_to_cipher()
|
H A D | rt2x00debug.c | 118 if (cipher == CIPHER_NONE || cipher >= CIPHER_MAX) in rt2x00debug_update_crypto() 121 /* Remove CIPHER_NONE index */ in rt2x00debug_update_crypto()
|
H A D | rt2x00mac.c | 489 if (crypto.cipher == CIPHER_NONE) in rt2x00mac_set_key()
|
H A D | rt2500usb.c | 862 rt2x00_set_field16(®, TXRX_CSR0_ALGORITHM, CIPHER_NONE); in rt2500usb_init_registers() 1251 if (rxdesc->cipher != CIPHER_NONE) { in rt2500usb_fill_rxdone()
|
H A D | rt2500pci.c | 1304 rt2x00_set_field32(&word, TXD_W0_CIPHER_ALG, CIPHER_NONE); in rt2500pci_write_tx_desc()
|
H A D | rt73usb.c | 1695 if (rxdesc->cipher != CIPHER_NONE) { in rt73usb_fill_rxdone()
|
H A D | rt61pci.c | 2011 if (rxdesc->cipher != CIPHER_NONE) { in rt61pci_fill_rxdone()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/ |
H A D | rtw_wlan_util.c | 2179 #define CIPHER_NONE "NONE" macro
|
Completed in 29 milliseconds