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:nbytes_to_hash
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/
H
A
D
talitos.c
1988
unsigned int
nbytes_to_hash
;
in ahash_process_req()
local
2011
nbytes_to_hash
= nbytes + req_ctx->nbuf;
in ahash_process_req()
2012
to_hash_later =
nbytes_to_hash
& (blocksize - 1);
in ahash_process_req()
2018
nbytes_to_hash
-= to_hash_later;
in ahash_process_req()
2021
nbytes_to_hash
-= blocksize;
in ahash_process_req()
2027
nsg = (req_ctx->nbuf <
nbytes_to_hash
) ? 2 : 1;
in ahash_process_req()
2036
if (
nbytes_to_hash
> blocksize)
in ahash_process_req()
2039
offset =
nbytes_to_hash
- req_ctx->nbuf;
in ahash_process_req()
2067
edesc = ahash_edesc_alloc(areq,
nbytes_to_hash
);
in ahash_process_req()
2089
return common_nonsnoop_hash(edesc, areq,
nbytes_to_hash
, ahash_don
in ahash_process_req()
[all...]
/kernel/linux/linux-6.6/drivers/crypto/
H
A
D
talitos.c
1989
unsigned int
nbytes_to_hash
;
in ahash_process_req()
local
2012
nbytes_to_hash
= nbytes + req_ctx->nbuf;
in ahash_process_req()
2013
to_hash_later =
nbytes_to_hash
& (blocksize - 1);
in ahash_process_req()
2019
nbytes_to_hash
-= to_hash_later;
in ahash_process_req()
2022
nbytes_to_hash
-= blocksize;
in ahash_process_req()
2028
nsg = (req_ctx->nbuf <
nbytes_to_hash
) ? 2 : 1;
in ahash_process_req()
2037
if (
nbytes_to_hash
> blocksize)
in ahash_process_req()
2040
offset =
nbytes_to_hash
- req_ctx->nbuf;
in ahash_process_req()
2068
edesc = ahash_edesc_alloc(areq,
nbytes_to_hash
);
in ahash_process_req()
2090
return common_nonsnoop_hash(edesc, areq,
nbytes_to_hash
, ahash_don
in ahash_process_req()
[all...]
/kernel/linux/linux-5.10/drivers/crypto/bcm/
H
A
D
cipher.c
665
unsigned int
nbytes_to_hash
= 0;
in handle_ahash_req()
local
727
nbytes_to_hash
= rctx->total_todo - rctx->total_sent;
in handle_ahash_req()
728
chunksize =
nbytes_to_hash
;
in handle_ahash_req()
/kernel/linux/linux-6.6/drivers/crypto/bcm/
H
A
D
cipher.c
663
unsigned int
nbytes_to_hash
= 0;
in handle_ahash_req()
local
725
nbytes_to_hash
= rctx->total_todo - rctx->total_sent;
in handle_ahash_req()
726
chunksize =
nbytes_to_hash
;
in handle_ahash_req()
Completed in 16 milliseconds