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:HASH_BLOCK_SIZE
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/ux500/hash/
H
A
D
hash_alg.h
13
#define
HASH_BLOCK_SIZE
64
macro
237
u32 buffer[
HASH_BLOCK_SIZE
/ sizeof(u32)];
H
A
D
hash_core.c
717
if (device_data->current_ctx->keylen >
HASH_BLOCK_SIZE
) {
in hash_setconfiguration()
772
if ((*index + msg_length) <
HASH_BLOCK_SIZE
) {
in hash_process_data()
785
HASH_BLOCK_SIZE
);
in hash_process_data()
813
HASH_BLOCK_SIZE
);
in hash_process_data()
816
count < (u32)(
HASH_BLOCK_SIZE
- *index);
in hash_process_data()
823
HASH_BLOCK_SIZE
);
in hash_process_data()
825
hash_incrementlength(req_ctx,
HASH_BLOCK_SIZE
);
in hash_process_data()
826
data_buffer += (
HASH_BLOCK_SIZE
- *index);
in hash_process_data()
828
msg_length -= (
HASH_BLOCK_SIZE
- *index);
in hash_process_data()
836
HASH_BLOCK_SIZE
);
in hash_process_data()
[all...]
/kernel/linux/linux-5.10/drivers/crypto/
H
A
D
s5p-sss.c
203
#define
HASH_BLOCK_SIZE
64
macro
224
#define BUFLEN
HASH_BLOCK_SIZE
1211
* Note 2: we enter here when digcnt > BUFLEN (=
HASH_BLOCK_SIZE
) or
1750
.cra_blocksize =
HASH_BLOCK_SIZE
,
1775
.cra_blocksize =
HASH_BLOCK_SIZE
,
1800
.cra_blocksize =
HASH_BLOCK_SIZE
,
/kernel/linux/linux-6.6/drivers/crypto/
H
A
D
s5p-sss.c
204
#define
HASH_BLOCK_SIZE
64
macro
225
#define BUFLEN
HASH_BLOCK_SIZE
1208
* Note 2: we enter here when digcnt > BUFLEN (=
HASH_BLOCK_SIZE
) or
1747
.cra_blocksize =
HASH_BLOCK_SIZE
,
1772
.cra_blocksize =
HASH_BLOCK_SIZE
,
1797
.cra_blocksize =
HASH_BLOCK_SIZE
,
Completed in 9 milliseconds