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:wctx
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/crypto/
H
A
D
wp512.c
782
static void wp512_process_buffer(struct wp512_ctx *
wctx
) {
in wp512_process_buffer()
argument
788
const __be64 *buffer = (const __be64 *)
wctx
->buffer;
in wp512_process_buffer()
793
state[0] = block[0] ^ (K[0] =
wctx
->hash[0]);
in wp512_process_buffer()
794
state[1] = block[1] ^ (K[1] =
wctx
->hash[1]);
in wp512_process_buffer()
795
state[2] = block[2] ^ (K[2] =
wctx
->hash[2]);
in wp512_process_buffer()
796
state[3] = block[3] ^ (K[3] =
wctx
->hash[3]);
in wp512_process_buffer()
797
state[4] = block[4] ^ (K[4] =
wctx
->hash[4]);
in wp512_process_buffer()
798
state[5] = block[5] ^ (K[5] =
wctx
->hash[5]);
in wp512_process_buffer()
799
state[6] = block[6] ^ (K[6] =
wctx
->hash[6]);
in wp512_process_buffer()
800
state[7] = block[7] ^ (K[7] =
wctx
in wp512_process_buffer()
990
struct wp512_ctx *
wctx
= shash_desc_ctx(desc);
wp512_init()
local
1006
struct wp512_ctx *
wctx
= shash_desc_ctx(desc);
wp512_update()
local
1067
struct wp512_ctx *
wctx
= shash_desc_ctx(desc);
wp512_final()
local
[all...]
/kernel/linux/linux-6.6/crypto/
H
A
D
wp512.c
782
static __no_kmsan_checks void wp512_process_buffer(struct wp512_ctx *
wctx
) {
in wp512_process_buffer()
argument
788
const __be64 *buffer = (const __be64 *)
wctx
->buffer;
in wp512_process_buffer()
793
state[0] = block[0] ^ (K[0] =
wctx
->hash[0]);
in wp512_process_buffer()
794
state[1] = block[1] ^ (K[1] =
wctx
->hash[1]);
in wp512_process_buffer()
795
state[2] = block[2] ^ (K[2] =
wctx
->hash[2]);
in wp512_process_buffer()
796
state[3] = block[3] ^ (K[3] =
wctx
->hash[3]);
in wp512_process_buffer()
797
state[4] = block[4] ^ (K[4] =
wctx
->hash[4]);
in wp512_process_buffer()
798
state[5] = block[5] ^ (K[5] =
wctx
->hash[5]);
in wp512_process_buffer()
799
state[6] = block[6] ^ (K[6] =
wctx
->hash[6]);
in wp512_process_buffer()
800
state[7] = block[7] ^ (K[7] =
wctx
in wp512_process_buffer()
990
struct wp512_ctx *
wctx
= shash_desc_ctx(desc);
wp512_init()
local
1006
struct wp512_ctx *
wctx
= shash_desc_ctx(desc);
wp512_update()
local
1067
struct wp512_ctx *
wctx
= shash_desc_ctx(desc);
wp512_final()
local
[all...]
Completed in 3 milliseconds