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:polytmp
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/crypto/
H
A
D
vmac.c
66
u64
polytmp
[2*VMAC_TAG_LEN/64]; /* running total of L2-hash */
member
405
u64 ch = dctx->
polytmp
[0];
in vhash_blocks()
406
u64 cl = dctx->
polytmp
[1];
in vhash_blocks()
425
dctx->
polytmp
[0] = ch;
in vhash_blocks()
426
dctx->
polytmp
[1] = cl;
in vhash_blocks()
486
memcpy(dctx->
polytmp
, tctx->polykey, sizeof(dctx->
polytmp
));
in vmac_init()
538
u64 ch = dctx->
polytmp
[0];
in vhash_final()
539
u64 cl = dctx->
polytmp
[1];
in vhash_final()
/kernel/linux/linux-6.6/crypto/
H
A
D
vmac.c
67
u64
polytmp
[2*VMAC_TAG_LEN/64]; /* running total of L2-hash */
member
406
u64 ch = dctx->
polytmp
[0];
in vhash_blocks()
407
u64 cl = dctx->
polytmp
[1];
in vhash_blocks()
426
dctx->
polytmp
[0] = ch;
in vhash_blocks()
427
dctx->
polytmp
[1] = cl;
in vhash_blocks()
487
memcpy(dctx->
polytmp
, tctx->polykey, sizeof(dctx->
polytmp
));
in vmac_init()
539
u64 ch = dctx->
polytmp
[0];
in vhash_final()
540
u64 cl = dctx->
polytmp
[1];
in vhash_final()
Completed in 4 milliseconds