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:t_key_len
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/microchip/wilc1000/
H
A
D
hif.c
1108
u8
t_key_len
= ptk_key_len + WILC_RX_MIC_KEY_LEN + WILC_TX_MIC_KEY_LEN;
in wilc_add_ptk()
local
1119
key_buf = kzalloc(sizeof(*key_buf) +
t_key_len
, GFP_KERNEL);
in wilc_add_ptk()
1125
key_buf->key_len =
t_key_len
;
in wilc_add_ptk()
1138
wid_list[1].size = sizeof(*key_buf) +
t_key_len
;
in wilc_add_ptk()
1147
key_buf = kzalloc(sizeof(*key_buf) +
t_key_len
, GFP_KERNEL);
in wilc_add_ptk()
1152
key_buf->key_len =
t_key_len
;
in wilc_add_ptk()
1165
wid.size = sizeof(*key_buf) +
t_key_len
;
in wilc_add_ptk()
1178
u8
t_key_len
= igtk_key_len;
in wilc_add_igtk()
local
1182
key_buf = kzalloc(sizeof(*key_buf) +
t_key_len
, GFP_KERNEL);
in wilc_add_igtk()
1192
key_buf->key_len =
t_key_len
;
in wilc_add_igtk()
1211
int
t_key_len
= gtk_key_len + WILC_RX_MIC_KEY_LEN + WILC_TX_MIC_KEY_LEN;
wilc_add_rx_gtk()
local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/
H
A
D
hif.c
1135
u8
t_key_len
= ptk_key_len + WILC_RX_MIC_KEY_LEN + WILC_TX_MIC_KEY_LEN;
in wilc_add_ptk()
local
1146
key_buf = kzalloc(sizeof(*key_buf) +
t_key_len
, GFP_KERNEL);
in wilc_add_ptk()
1152
key_buf->key_len =
t_key_len
;
in wilc_add_ptk()
1165
wid_list[1].size = sizeof(*key_buf) +
t_key_len
;
in wilc_add_ptk()
1174
key_buf = kzalloc(sizeof(*key_buf) +
t_key_len
, GFP_KERNEL);
in wilc_add_ptk()
1179
key_buf->key_len =
t_key_len
;
in wilc_add_ptk()
1192
wid.size = sizeof(*key_buf) +
t_key_len
;
in wilc_add_ptk()
1208
int
t_key_len
= gtk_key_len + WILC_RX_MIC_KEY_LEN + WILC_TX_MIC_KEY_LEN;
in wilc_add_rx_gtk()
local
1210
gtk_key = kzalloc(sizeof(*gtk_key) +
t_key_len
, GFP_KERNEL);
in wilc_add_rx_gtk()
1222
gtk_key->key_len =
t_key_len
;
in wilc_add_rx_gtk()
[all...]
Completed in 5 milliseconds