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:aead_fbk
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/crypto/starfive/
H
A
D
jh7110-aes.c
633
ctx->
aead_fbk
= crypto_alloc_aead(alg->cra_name, 0,
in starfive_aes_aead_init_tfm()
635
if (IS_ERR(ctx->
aead_fbk
))
in starfive_aes_aead_init_tfm()
636
return dev_err_probe(cryp->dev, PTR_ERR(ctx->
aead_fbk
),
in starfive_aes_aead_init_tfm()
651
crypto_free_aead(ctx->
aead_fbk
);
in starfive_aes_aead_exit_tfm()
682
if (ctx->
aead_fbk
&& !is_encrypt(cryp)) {
in starfive_aes_aead_crypt()
685
aead_request_set_tfm(subreq, ctx->
aead_fbk
);
in starfive_aes_aead_crypt()
733
if (ctx->
aead_fbk
)
in starfive_aes_aead_setkey()
734
return crypto_aead_setkey(ctx->
aead_fbk
, key, keylen);
in starfive_aes_aead_setkey()
763
return crypto_aead_setauthsize(ctx->
aead_fbk
, authsize);
in starfive_aes_ccm_setauthsize()
H
A
D
jh7110-cryp.h
163
struct crypto_aead *
aead_fbk
;
member
Completed in 3 milliseconds