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_ctx
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/
H
A
D
qat_crypto.h
32
struct qat_alg_aead_ctx *
aead_ctx
;
member
H
A
D
qat_algs.c
669
struct qat_alg_aead_ctx *ctx = qat_req->
aead_ctx
;
in qat_aead_alg_callback()
808
qat_req->
aead_ctx
= ctx;
in qat_alg_aead_dec()
852
qat_req->
aead_ctx
= ctx;
in qat_alg_aead_enc()
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/
H
A
D
qat_crypto.h
61
struct qat_alg_aead_ctx *
aead_ctx
;
member
H
A
D
qat_algs.c
802
struct qat_alg_aead_ctx *ctx = qat_req->
aead_ctx
;
in qat_aead_alg_callback()
867
qat_req->
aead_ctx
= ctx;
in qat_alg_aead_dec()
912
qat_req->
aead_ctx
= ctx;
in qat_alg_aead_enc()
/kernel/linux/linux-5.10/drivers/crypto/
H
A
D
ixp4xx_crypto.c
156
struct
aead_ctx
{
struct
347
struct
aead_ctx
*req_ctx = aead_request_ctx(req);
in finish_scattered_hmac()
373
struct
aead_ctx
*req_ctx = aead_request_ctx(req);
in one_packet()
599
crypto_aead_set_reqsize(tfm, sizeof(struct
aead_ctx
));
in init_tfm_aead()
1005
struct
aead_ctx
*req_ctx = aead_request_ctx(req);
in aead_perform()
H
A
D
picoxcell_crypto.c
418
struct spacc_aead_ctx *
aead_ctx
= crypto_aead_ctx(aead);
in spacc_aead_free_ddts()
local
419
struct spacc_engine *engine =
aead_ctx
->generic.engine;
in spacc_aead_free_ddts()
/kernel/linux/linux-6.6/drivers/crypto/intel/ixp4xx/
H
A
D
ixp4xx_crypto.c
157
struct
aead_ctx
{
struct
354
struct
aead_ctx
*req_ctx = aead_request_ctx(req);
in finish_scattered_hmac()
380
struct
aead_ctx
*req_ctx = aead_request_ctx(req);
in one_packet()
654
crypto_aead_set_reqsize(tfm, sizeof(struct
aead_ctx
));
in init_tfm_aead()
1099
struct
aead_ctx
*req_ctx = aead_request_ctx(req);
in aead_perform()
Completed in 12 milliseconds