Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:Lo8
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ieee80211/
H
A
D
ieee80211_crypt_tkip.c
120
static inline u8
Lo8
(u16 val)
in Lo8()
function
188
return Sbox[
Lo8
(v)] ^ ((t << 8) | (t >> 8));
in _S_()
255
WEPSeed[2] =
Lo8
(IV16);
in tkip_mixing_phase2()
256
WEPSeed[3] =
Lo8
((PPK[5] ^ le16_to_cpu(*(__le16 *)(&TK[0]))) >> 1);
in tkip_mixing_phase2()
304
*pos++ =
Lo8
(tkey->tx_iv16);
in ieee80211_tkip_encrypt()
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/
H
A
D
rtllib_crypt_tkip.c
113
static inline u8
Lo8
(u16 val)
in Lo8()
function
188
return Sbox[
Lo8
(v)] ^ ((t << 8) | (t >> 8));
in _S_()
253
WEPSeed[2] =
Lo8
(IV16);
in tkip_mixing_phase2()
254
WEPSeed[3] =
Lo8
((PPK[5] ^ Mk16_le((u16 *) &TK[0])) >> 1);
in tkip_mixing_phase2()
305
*pos++ =
Lo8
(tkey->tx_iv16);
in rtllib_tkip_encrypt()
/kernel/linux/linux-6.6/drivers/staging/rtl8192u/ieee80211/
H
A
D
ieee80211_crypt_tkip.c
120
static inline u8
Lo8
(u16 val)
in Lo8()
function
188
return Sbox[
Lo8
(v)] ^ ((t << 8) | (t >> 8));
in _S_()
255
WEPSeed[2] =
Lo8
(IV16);
in tkip_mixing_phase2()
256
WEPSeed[3] =
Lo8
((PPK[5] ^ le16_to_cpu(*(__le16 *)(&TK[0]))) >> 1);
in tkip_mixing_phase2()
304
*pos++ =
Lo8
(tkey->tx_iv16);
in ieee80211_tkip_encrypt()
/kernel/linux/linux-6.6/drivers/staging/rtl8192e/
H
A
D
rtllib_crypt_tkip.c
110
static inline u8
Lo8
(u16 val)
in Lo8()
function
178
return Sbox[
Lo8
(v)] ^ ((t << 8) | (t >> 8));
in _S_()
240
WEPSeed[2] =
Lo8
(IV16);
in tkip_mixing_phase2()
241
WEPSeed[3] =
Lo8
((PPK[5] ^ Mk16_le((u16 *)&TK[0])) >> 1);
in tkip_mixing_phase2()
291
*pos++ =
Lo8
(tkey->tx_iv16);
in rtllib_tkip_encrypt()
/kernel/linux/linux-5.10/net/wireless/
H
A
D
lib80211_crypt_tkip.c
142
static inline u8
Lo8
(u16 val)
in Lo8()
function
210
return Sbox[
Lo8
(v)] ^ ((t << 8) | (t >> 8));
in _S_()
271
WEPSeed[2] =
Lo8
(IV16);
in tkip_mixing_phase2()
272
WEPSeed[3] =
Lo8
((PPK[5] ^ Mk16_le((__le16 *) & TK[0])) >> 1);
in tkip_mixing_phase2()
/kernel/linux/linux-6.6/net/wireless/
H
A
D
lib80211_crypt_tkip.c
142
static inline u8
Lo8
(u16 val)
in Lo8()
function
210
return Sbox[
Lo8
(v)] ^ ((t << 8) | (t >> 8));
in _S_()
271
WEPSeed[2] =
Lo8
(IV16);
in tkip_mixing_phase2()
272
WEPSeed[3] =
Lo8
((PPK[5] ^ Mk16_le((__le16 *) & TK[0])) >> 1);
in tkip_mixing_phase2()
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/core/
H
A
D
rtw_security.c
376
#define
Lo8
(v16) ((u8)((v16) & 0x00FF))
macro
386
#define _S_(v16) (Sbox1[0][
Lo8
(v16)] ^ Sbox1[1][Hi8(v16)])
562
rc4key[2] =
Lo8
(iv16);
in phase2()
563
rc4key[3] =
Lo8
((PPK[5] ^ TK16(0)) >> 1);
in phase2()
567
rc4key[4 + 2 * i] =
Lo8
(PPK[i]);
in phase2()
/kernel/linux/linux-5.10/drivers/staging/rtl8712/
H
A
D
rtl871x_security.c
365
#define
Lo8
(v16) ((u8)((v16) & 0x00FF))
macro
375
#define _S_(v16) (Sbox1[0][
Lo8
(v16)] ^ Sbox1[1][Hi8(v16)])
549
rc4key[2] =
Lo8
(iv16);
in phase2()
550
rc4key[3] =
Lo8
((PPK[5] ^ TK16(0)) >> 1);
in phase2()
553
rc4key[4 + 2 * i] =
Lo8
(PPK[i]);
in phase2()
/kernel/linux/linux-6.6/drivers/staging/rtl8712/
H
A
D
rtl871x_security.c
365
#define
Lo8
(v16) ((u8)((v16) & 0x00FF))
macro
375
#define _S_(v16) (Sbox1[0][
Lo8
(v16)] ^ Sbox1[1][Hi8(v16)])
548
rc4key[2] =
Lo8
(iv16);
in phase2()
549
rc4key[3] =
Lo8
((PPK[5] ^ TK16(0)) >> 1);
in phase2()
552
rc4key[4 + 2 * i] =
Lo8
(PPK[i]);
in phase2()
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/core/
H
A
D
rtw_security.c
257
#define
Lo8
(v16) ((u8)((v16) & 0x00FF))
macro
267
#define _S_(v16) (Sbox1[0][
Lo8
(v16)] ^ Sbox1[1][Hi8(v16)])
445
rc4key[2] =
Lo8
(iv16);
in phase2()
446
rc4key[3] =
Lo8
((PPK[5] ^ TK16(0)) >> 1);
in phase2()
451
rc4key[4+2*i] =
Lo8
(PPK[i]);
in phase2()
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/
H
A
D
rtw_security.c
448
#define
Lo8
(v16) ((u8)((v16) & 0x00FF))
macro
458
#define _S_(v16) (Sbox1[0][
Lo8
(v16)] ^ Sbox1[1][Hi8(v16)])
641
rc4key[2] =
Lo8
(iv16);
in phase2()
642
rc4key[3] =
Lo8
((PPK[5] ^ TK16(0)) >> 1);
in phase2()
647
rc4key[4+2*i] =
Lo8
(PPK[i]);
in phase2()
Completed in 18 milliseconds