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:clone_tfm
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/crypto/
H
A
D
shash.c
600
if (!alg->
clone_tfm
&& (alg->init_tfm || alg->base.cra_init))
in crypto_clone_shash()
609
if (alg->
clone_tfm
) {
in crypto_clone_shash()
610
err = alg->
clone_tfm
(nhash, hash);
in crypto_clone_shash()
H
A
D
ahash.c
579
if (!alg->
clone_tfm
)
in crypto_clone_ahash()
582
err = alg->
clone_tfm
(nhash, hash);
in crypto_clone_ahash()
H
A
D
cmac.c
298
inst->alg.
clone_tfm
= cmac_clone_tfm;
in cmac_create()
H
A
D
hmac.c
245
inst->alg.
clone_tfm
= hmac_clone_tfm;
in hmac_create()
H
A
D
cryptd.c
696
inst->alg.
clone_tfm
= cryptd_hash_clone_tfm;
in cryptd_create_hash()
/kernel/linux/linux-6.6/include/crypto/
H
A
D
hash.h
155
* @
clone_tfm
: Copy transform into new object, may allocate memory.
170
int (*
clone_tfm
)(struct crypto_ahash *dst, struct crypto_ahash *src);
member
214
* @
clone_tfm
: Copy transform into new object, may allocate memory.
240
int (*
clone_tfm
)(struct crypto_shash *dst, struct crypto_shash *src);
member
Completed in 8 milliseconds