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:message_mac1_key
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireguard/
H
A
D
cookie.c
51
precompute_key(checker->
message_mac1_key
,
in wg_cookie_checker_precompute_device_keys()
57
memset(checker->
message_mac1_key
, 0, NOISE_SYMMETRIC_KEY_LEN);
in wg_cookie_checker_precompute_device_keys()
65
precompute_key(peer->latest_cookie.
message_mac1_key
,
in wg_cookie_checker_precompute_peer_keys()
131
checker->
message_mac1_key
);
in wg_cookie_validate_packet()
164
peer->latest_cookie.
message_mac1_key
);
in wg_cookie_add_mac_to_packet()
H
A
D
cookie.h
17
u8
message_mac1_key
[NOISE_SYMMETRIC_KEY_LEN];
member
30
u8
message_mac1_key
[NOISE_SYMMETRIC_KEY_LEN];
member
/kernel/linux/linux-6.6/drivers/net/wireguard/
H
A
D
cookie.c
51
precompute_key(checker->
message_mac1_key
,
in wg_cookie_checker_precompute_device_keys()
57
memset(checker->
message_mac1_key
, 0, NOISE_SYMMETRIC_KEY_LEN);
in wg_cookie_checker_precompute_device_keys()
65
precompute_key(peer->latest_cookie.
message_mac1_key
,
in wg_cookie_checker_precompute_peer_keys()
131
checker->
message_mac1_key
);
in wg_cookie_validate_packet()
164
peer->latest_cookie.
message_mac1_key
);
in wg_cookie_add_mac_to_packet()
H
A
D
cookie.h
17
u8
message_mac1_key
[NOISE_SYMMETRIC_KEY_LEN];
member
30
u8
message_mac1_key
[NOISE_SYMMETRIC_KEY_LEN];
member
Completed in 2 milliseconds