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
defs:tfmctx
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/rockchip/
H
A
D
rk3288_crypto_ahash.c
41
struct rk_ahash_ctx *
tfmctx
= crypto_ahash_ctx(tfm);
in rk_ahash_digest_fb()
local
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ss/
H
A
D
sun8i-ss-hash.c
67
struct sun8i_ss_hash_tfm_ctx *
tfmctx
= crypto_tfm_ctx(tfm);
in sun8i_ss_hash_craexit()
local
77
struct sun8i_ss_hash_tfm_ctx *
tfmctx
= crypto_ahash_ctx(tfm);
in sun8i_ss_hash_init()
local
91
struct sun8i_ss_hash_tfm_ctx *
tfmctx
= crypto_ahash_ctx(tfm);
in sun8i_ss_hash_export()
local
103
struct sun8i_ss_hash_tfm_ctx *
tfmctx
= crypto_ahash_ctx(tfm);
in sun8i_ss_hash_import()
local
115
struct sun8i_ss_hash_tfm_ctx *
tfmctx
in sun8i_ss_hash_final()
local
138
struct sun8i_ss_hash_tfm_ctx *
tfmctx
= crypto_ahash_ctx(tfm);
sun8i_ss_hash_update()
local
153
struct sun8i_ss_hash_tfm_ctx *
tfmctx
= crypto_ahash_ctx(tfm);
sun8i_ss_hash_finup()
local
178
struct sun8i_ss_hash_tfm_ctx *
tfmctx
= crypto_ahash_ctx(tfm);
sun8i_ss_hash_digest_fb()
local
[all...]
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ce/
H
A
D
sun8i-ce-hash.c
67
struct sun8i_ce_hash_tfm_ctx *
tfmctx
= crypto_tfm_ctx(tfm);
in sun8i_ce_hash_craexit()
local
77
struct sun8i_ce_hash_tfm_ctx *
tfmctx
= crypto_ahash_ctx(tfm);
in sun8i_ce_hash_init()
local
91
struct sun8i_ce_hash_tfm_ctx *
tfmctx
= crypto_ahash_ctx(tfm);
in sun8i_ce_hash_export()
local
103
struct sun8i_ce_hash_tfm_ctx *
tfmctx
= crypto_ahash_ctx(tfm);
in sun8i_ce_hash_import()
local
115
struct sun8i_ce_hash_tfm_ctx *
tfmctx
in sun8i_ce_hash_final()
local
138
struct sun8i_ce_hash_tfm_ctx *
tfmctx
= crypto_ahash_ctx(tfm);
sun8i_ce_hash_update()
local
153
struct sun8i_ce_hash_tfm_ctx *
tfmctx
= crypto_ahash_ctx(tfm);
sun8i_ce_hash_finup()
local
178
struct sun8i_ce_hash_tfm_ctx *
tfmctx
= crypto_ahash_ctx(tfm);
sun8i_ce_hash_digest_fb()
local
[all...]
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun4i-ss/
H
A
D
sun4i-ss-hash.c
194
struct sun4i_tfm_ctx *
tfmctx
= crypto_ahash_ctx(tfm);
in sun4i_hash()
local
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ce/
H
A
D
sun8i-ce-hash.c
66
struct sun8i_ce_hash_tfm_ctx *
tfmctx
= crypto_ahash_ctx(tfm);
in sun8i_ce_hash_exit_tfm()
local
76
struct sun8i_ce_hash_tfm_ctx *
tfmctx
= crypto_ahash_ctx(tfm);
in sun8i_ce_hash_init()
local
90
struct sun8i_ce_hash_tfm_ctx *
tfmctx
= crypto_ahash_ctx(tfm);
in sun8i_ce_hash_export()
local
102
struct sun8i_ce_hash_tfm_ctx *
tfmctx
= crypto_ahash_ctx(tfm);
in sun8i_ce_hash_import()
local
114
struct sun8i_ce_hash_tfm_ctx *
tfmctx
in sun8i_ce_hash_final()
local
139
struct sun8i_ce_hash_tfm_ctx *
tfmctx
= crypto_ahash_ctx(tfm);
sun8i_ce_hash_update()
local
154
struct sun8i_ce_hash_tfm_ctx *
tfmctx
= crypto_ahash_ctx(tfm);
sun8i_ce_hash_finup()
local
182
struct sun8i_ce_hash_tfm_ctx *
tfmctx
= crypto_ahash_ctx(tfm);
sun8i_ce_hash_digest_fb()
local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun4i-ss/
H
A
D
sun4i-ss-hash.c
195
struct sun4i_tfm_ctx *
tfmctx
= crypto_ahash_ctx(tfm);
in sun4i_hash()
local
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ss/
H
A
D
sun8i-ss-hash.c
29
static int sun8i_ss_hashkey(struct sun8i_ss_hash_tfm_ctx *
tfmctx
, const u8 *key,
in sun8i_ss_hashkey()
argument
67
struct sun8i_ss_hash_tfm_ctx *
tfmctx
= crypto_ahash_ctx(ahash);
in sun8i_ss_hmac_setkey()
local
152
struct sun8i_ss_hash_tfm_ctx *
tfmctx
= crypto_ahash_ctx(tfm);
sun8i_ss_hash_exit_tfm()
local
165
struct sun8i_ss_hash_tfm_ctx *
tfmctx
= crypto_ahash_ctx(tfm);
sun8i_ss_hash_init()
local
179
struct sun8i_ss_hash_tfm_ctx *
tfmctx
= crypto_ahash_ctx(tfm);
sun8i_ss_hash_export()
local
191
struct sun8i_ss_hash_tfm_ctx *
tfmctx
= crypto_ahash_ctx(tfm);
sun8i_ss_hash_import()
local
203
struct sun8i_ss_hash_tfm_ctx *
tfmctx
= crypto_ahash_ctx(tfm);
sun8i_ss_hash_final()
local
229
struct sun8i_ss_hash_tfm_ctx *
tfmctx
= crypto_ahash_ctx(tfm);
sun8i_ss_hash_update()
local
244
struct sun8i_ss_hash_tfm_ctx *
tfmctx
= crypto_ahash_ctx(tfm);
sun8i_ss_hash_finup()
local
273
struct sun8i_ss_hash_tfm_ctx *
tfmctx
= crypto_ahash_ctx(tfm);
sun8i_ss_hash_digest_fb()
local
494
struct sun8i_ss_hash_tfm_ctx *
tfmctx
= crypto_ahash_ctx(tfm);
sun8i_ss_hash_run()
local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/rockchip/
H
A
D
rk3288_crypto_ahash.c
48
struct rk_ahash_ctx *
tfmctx
= crypto_ahash_ctx(tfm);
in rk_ahash_digest_fb()
local
Completed in 6 milliseconds