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:encrypt_tlen
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/crypto/
H
A
D
aead.c
115
atomic64_add(req->cryptlen, &istat->
encrypt_tlen
);
in crypto_aead_encrypt()
138
atomic64_add(req->cryptlen, &istat->
encrypt_tlen
);
in crypto_aead_decrypt()
230
raead.stat_encrypt_tlen = atomic64_read(&istat->
encrypt_tlen
);
in crypto_aead_report_stat()
H
A
D
akcipher.c
86
rakcipher.stat_encrypt_tlen = atomic64_read(&istat->
encrypt_tlen
);
in crypto_akcipher_report_stat()
H
A
D
skcipher.c
647
atomic64_add(req->cryptlen, &istat->
encrypt_tlen
);
in crypto_skcipher_encrypt()
764
rcipher.stat_encrypt_tlen = atomic64_read(&istat->
encrypt_tlen
);
in crypto_skcipher_report_stat()
/kernel/linux/linux-6.6/include/crypto/
H
A
D
akcipher.h
60
* @
encrypt_tlen
: total data size handled by encrypt requests
69
atomic64_t
encrypt_tlen
;
member
345
atomic64_add(req->src_len, &istat->
encrypt_tlen
);
in crypto_akcipher_encrypt()
H
A
D
aead.h
107
* @
encrypt_tlen
: total data size handled by encrypt requests
114
atomic64_t
encrypt_tlen
;
member
H
A
D
skcipher.h
55
* @
encrypt_tlen
: total data size handled by encrypt requests
62
atomic64_t
encrypt_tlen
;
member
/kernel/linux/linux-5.10/crypto/
H
A
D
crypto_user_stat.c
40
raead.stat_encrypt_tlen = atomic64_read(&alg->stats.aead.
encrypt_tlen
);
in crypto_report_aead()
57
rcipher.stat_encrypt_tlen = atomic64_read(&alg->stats.cipher.
encrypt_tlen
);
in crypto_report_cipher()
105
rakcipher.stat_encrypt_tlen = atomic64_read(&alg->stats.akcipher.
encrypt_tlen
);
in crypto_report_akcipher()
H
A
D
algapi.c
1104
atomic64_add(cryptlen, &alg->stats.aead.
encrypt_tlen
);
in crypto_stats_aead_encrypt()
1130
atomic64_add(src_len, &alg->stats.akcipher.
encrypt_tlen
);
in crypto_stats_akcipher_encrypt()
1277
atomic64_add(cryptlen, &alg->stats.cipher.
encrypt_tlen
);
in crypto_stats_skcipher_encrypt()
/kernel/linux/linux-5.10/include/linux/
H
A
D
crypto.h
273
* @
encrypt_tlen
: total data size handled by encrypt requests
280
atomic64_t
encrypt_tlen
;
member
289
* @
encrypt_tlen
: total data size handled by encrypt requests
298
atomic64_t
encrypt_tlen
;
member
309
* @
encrypt_tlen
: total data size handled by encrypt requests
316
atomic64_t
encrypt_tlen
;
member
Completed in 9 milliseconds