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:cryptd_tfm
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/crypto/
H
A
D
ghash-clmulni-intel_glue.c
33
struct cryptd_ahash *
cryptd_tfm
;
member
165
struct cryptd_ahash *
cryptd_tfm
= ctx->
cryptd_tfm
;
in ghash_async_init()
local
167
struct crypto_shash *child = cryptd_ahash_child(
cryptd_tfm
);
in ghash_async_init()
178
struct cryptd_ahash *
cryptd_tfm
= ctx->
cryptd_tfm
;
in ghash_async_update()
local
181
(in_atomic() && cryptd_ahash_queued(
cryptd_tfm
))) {
in ghash_async_update()
183
ahash_request_set_tfm(cryptd_req, &
cryptd_tfm
->base);
in ghash_async_update()
196
struct cryptd_ahash *
cryptd_tfm
= ctx->
cryptd_tfm
;
in ghash_async_final()
local
237
struct cryptd_ahash *
cryptd_tfm
= ctx->
cryptd_tfm
;
ghash_async_digest()
local
267
struct cryptd_ahash *
cryptd_tfm
;
ghash_async_init_tfm()
local
[all...]
/kernel/linux/linux-6.6/arch/x86/crypto/
H
A
D
ghash-clmulni-intel_glue.c
33
struct cryptd_ahash *
cryptd_tfm
;
member
184
struct cryptd_ahash *
cryptd_tfm
= ctx->
cryptd_tfm
;
in ghash_async_init()
local
186
struct crypto_shash *child = cryptd_ahash_child(
cryptd_tfm
);
in ghash_async_init()
197
struct cryptd_ahash *
cryptd_tfm
= ctx->
cryptd_tfm
;
in ghash_async_update()
local
200
(in_atomic() && cryptd_ahash_queued(
cryptd_tfm
))) {
in ghash_async_update()
202
ahash_request_set_tfm(cryptd_req, &
cryptd_tfm
->base);
in ghash_async_update()
215
struct cryptd_ahash *
cryptd_tfm
= ctx->
cryptd_tfm
;
in ghash_async_final()
local
256
struct cryptd_ahash *
cryptd_tfm
= ctx->
cryptd_tfm
;
ghash_async_digest()
local
286
struct cryptd_ahash *
cryptd_tfm
;
ghash_async_init_tfm()
local
[all...]
/kernel/linux/linux-5.10/crypto/
H
A
D
simd.c
47
struct cryptd_skcipher *
cryptd_tfm
;
member
54
struct crypto_skcipher *child = &ctx->
cryptd_tfm
->base;
in simd_skcipher_setkey()
73
(in_atomic() && cryptd_skcipher_queued(ctx->
cryptd_tfm
)))
in simd_skcipher_encrypt()
74
child = &ctx->
cryptd_tfm
->base;
in simd_skcipher_encrypt()
76
child = cryptd_skcipher_child(ctx->
cryptd_tfm
);
in simd_skcipher_encrypt()
94
(in_atomic() && cryptd_skcipher_queued(ctx->
cryptd_tfm
)))
in simd_skcipher_decrypt()
95
child = &ctx->
cryptd_tfm
->base;
in simd_skcipher_decrypt()
97
child = cryptd_skcipher_child(ctx->
cryptd_tfm
);
in simd_skcipher_decrypt()
108
cryptd_free_skcipher(ctx->
cryptd_tfm
);
in simd_skcipher_exit()
114
struct cryptd_skcipher *
cryptd_tfm
;
in simd_skcipher_init()
local
287
struct cryptd_aead *
cryptd_tfm
;
global()
member
362
struct cryptd_aead *
cryptd_tfm
;
simd_aead_init()
local
[all...]
/kernel/linux/linux-6.6/crypto/
H
A
D
simd.c
47
struct cryptd_skcipher *
cryptd_tfm
;
member
54
struct crypto_skcipher *child = &ctx->
cryptd_tfm
->base;
in simd_skcipher_setkey()
73
(in_atomic() && cryptd_skcipher_queued(ctx->
cryptd_tfm
)))
in simd_skcipher_encrypt()
74
child = &ctx->
cryptd_tfm
->base;
in simd_skcipher_encrypt()
76
child = cryptd_skcipher_child(ctx->
cryptd_tfm
);
in simd_skcipher_encrypt()
94
(in_atomic() && cryptd_skcipher_queued(ctx->
cryptd_tfm
)))
in simd_skcipher_decrypt()
95
child = &ctx->
cryptd_tfm
->base;
in simd_skcipher_decrypt()
97
child = cryptd_skcipher_child(ctx->
cryptd_tfm
);
in simd_skcipher_decrypt()
108
cryptd_free_skcipher(ctx->
cryptd_tfm
);
in simd_skcipher_exit()
114
struct cryptd_skcipher *
cryptd_tfm
;
in simd_skcipher_init()
local
287
struct cryptd_aead *
cryptd_tfm
;
global()
member
362
struct cryptd_aead *
cryptd_tfm
;
simd_aead_init()
local
[all...]
/kernel/linux/linux-5.10/arch/arm/crypto/
H
A
D
ghash-ce-glue.c
42
struct cryptd_ahash *
cryptd_tfm
;
member
204
struct cryptd_ahash *
cryptd_tfm
= ctx->
cryptd_tfm
;
in ghash_async_init()
local
206
struct crypto_shash *child = cryptd_ahash_child(
cryptd_tfm
);
in ghash_async_init()
217
struct cryptd_ahash *
cryptd_tfm
= ctx->
cryptd_tfm
;
in ghash_async_update()
local
220
(in_atomic() && cryptd_ahash_queued(
cryptd_tfm
))) {
in ghash_async_update()
222
ahash_request_set_tfm(cryptd_req, &
cryptd_tfm
->base);
in ghash_async_update()
235
struct cryptd_ahash *
cryptd_tfm
= ctx->
cryptd_tfm
;
in ghash_async_final()
local
253
struct cryptd_ahash *
cryptd_tfm
= ctx->
cryptd_tfm
;
ghash_async_digest()
local
303
struct cryptd_ahash *
cryptd_tfm
;
ghash_async_init_tfm()
local
[all...]
/kernel/linux/linux-6.6/arch/arm/crypto/
H
A
D
ghash-ce-glue.c
59
struct cryptd_ahash *
cryptd_tfm
;
member
221
struct cryptd_ahash *
cryptd_tfm
= ctx->
cryptd_tfm
;
in ghash_async_init()
local
223
struct crypto_shash *child = cryptd_ahash_child(
cryptd_tfm
);
in ghash_async_init()
234
struct cryptd_ahash *
cryptd_tfm
= ctx->
cryptd_tfm
;
in ghash_async_update()
local
237
(in_atomic() && cryptd_ahash_queued(
cryptd_tfm
))) {
in ghash_async_update()
239
ahash_request_set_tfm(cryptd_req, &
cryptd_tfm
->base);
in ghash_async_update()
252
struct cryptd_ahash *
cryptd_tfm
= ctx->
cryptd_tfm
;
in ghash_async_final()
local
270
struct cryptd_ahash *
cryptd_tfm
= ctx->
cryptd_tfm
;
ghash_async_digest()
local
320
struct cryptd_ahash *
cryptd_tfm
;
ghash_async_init_tfm()
local
[all...]
Completed in 7 milliseconds