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:rsiz
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/crypto/
H
A
D
sha3-ce-glue.c
43
if ((sctx->partial + len) >= sctx->
rsiz
) {
in sha3_update()
47
int p = sctx->
rsiz
- sctx->partial;
in sha3_update()
59
blocks = len / sctx->
rsiz
;
in sha3_update()
60
len %= sctx->
rsiz
;
in sha3_update()
69
data += (blocks - rem) * sctx->
rsiz
;
in sha3_update()
92
memset(sctx->buf + sctx->partial, 0, sctx->
rsiz
- sctx->partial);
in sha3_final()
93
sctx->buf[sctx->
rsiz
- 1] |= 0x80;
in sha3_final()
/kernel/linux/linux-6.6/arch/arm64/crypto/
H
A
D
sha3-ce-glue.c
43
if ((sctx->partial + len) >= sctx->
rsiz
) {
in sha3_update()
47
int p = sctx->
rsiz
- sctx->partial;
in sha3_update()
59
blocks = len / sctx->
rsiz
;
in sha3_update()
60
len %= sctx->
rsiz
;
in sha3_update()
69
data += (blocks - rem) * sctx->
rsiz
;
in sha3_update()
92
memset(sctx->buf + sctx->partial, 0, sctx->
rsiz
- sctx->partial);
in sha3_final()
93
sctx->buf[sctx->
rsiz
- 1] |= 0x80;
in sha3_final()
/kernel/linux/linux-5.10/crypto/
H
A
D
sha3_generic.c
166
sctx->
rsiz
= 200 - 2 * digest_size;
in crypto_sha3_init()
167
sctx->rsizw = sctx->
rsiz
/ 8;
in crypto_sha3_init()
185
if ((sctx->partial + len) > (sctx->
rsiz
- 1)) {
in crypto_sha3_update()
189
done + sctx->
rsiz
);
in crypto_sha3_update()
200
done += sctx->
rsiz
;
in crypto_sha3_update()
202
} while (done + (sctx->
rsiz
- 1) < len);
in crypto_sha3_update()
221
memset(sctx->buf + inlen, 0, sctx->
rsiz
- inlen);
in crypto_sha3_final()
222
sctx->buf[sctx->
rsiz
- 1] |= 0x80;
in crypto_sha3_final()
/kernel/linux/linux-6.6/crypto/
H
A
D
sha3_generic.c
166
sctx->
rsiz
= 200 - 2 * digest_size;
in crypto_sha3_init()
167
sctx->rsizw = sctx->
rsiz
/ 8;
in crypto_sha3_init()
185
if ((sctx->partial + len) > (sctx->
rsiz
- 1)) {
in crypto_sha3_update()
189
done + sctx->
rsiz
);
in crypto_sha3_update()
200
done += sctx->
rsiz
;
in crypto_sha3_update()
202
} while (done + (sctx->
rsiz
- 1) < len);
in crypto_sha3_update()
221
memset(sctx->buf + inlen, 0, sctx->
rsiz
- inlen);
in crypto_sha3_final()
222
sctx->buf[sctx->
rsiz
- 1] |= 0x80;
in crypto_sha3_final()
/kernel/linux/linux-5.10/arch/s390/crypto/
H
A
D
sha3_512_s390.c
36
octx->
rsiz
= sctx->count;
in sha3_512_export()
52
sctx->count = ictx->
rsiz
;
in sha3_512_import()
68
sctx->count = ictx->
rsiz
;
in sha3_384_import()
H
A
D
sha3_256_s390.c
37
octx->
rsiz
= sctx->count;
in sha3_256_export()
49
sctx->count = ictx->
rsiz
;
in sha3_256_import()
62
sctx->count = ictx->
rsiz
;
in sha3_224_import()
/kernel/linux/linux-6.6/arch/s390/crypto/
H
A
D
sha3_512_s390.c
35
octx->
rsiz
= sctx->count;
in sha3_512_export()
51
sctx->count = ictx->
rsiz
;
in sha3_512_import()
67
sctx->count = ictx->
rsiz
;
in sha3_384_import()
H
A
D
sha3_256_s390.c
36
octx->
rsiz
= sctx->count;
in sha3_256_export()
48
sctx->count = ictx->
rsiz
;
in sha3_256_import()
61
sctx->count = ictx->
rsiz
;
in sha3_224_import()
/kernel/linux/linux-5.10/include/crypto/
H
A
D
sha3.h
22
unsigned int
rsiz
;
member
/kernel/linux/linux-6.6/include/crypto/
H
A
D
sha3.h
22
unsigned int
rsiz
;
member
Completed in 4 milliseconds