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:caam_request
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/caam/
H
A
D
caamalg_qi2.h
170
*
caam_request
- the request structure the driver application should fill while
182
struct
caam_request
{
struct
196
* @req: pointer to
caam_request
198
int dpaa2_caam_enqueue(struct device *dev, struct
caam_request
*req);
H
A
D
caamalg_qi2.c
130
static struct
caam_request
*to_caam_req(struct crypto_async_request *areq)
in to_caam_req()
350
struct
caam_request
*req_ctx = aead_request_ctx(req);
in aead_edesc_alloc()
1110
struct
caam_request
*req_ctx = skcipher_request_ctx(req);
in skcipher_edesc_alloc()
1284
struct
caam_request
*req_ctx = to_caam_req(areq);
in aead_encrypt_done()
1305
struct
caam_request
*req_ctx = to_caam_req(areq);
in aead_decrypt_done()
1326
struct
caam_request
*caam_req = aead_request_ctx(req);
in aead_encrypt()
1354
struct
caam_request
*caam_req = aead_request_ctx(req);
in aead_decrypt()
1391
struct
caam_request
*req_ctx = to_caam_req(areq);
in skcipher_encrypt_done()
1429
struct
caam_request
*req_ctx = to_caam_req(areq);
in skcipher_decrypt_done()
1476
struct
caam_request
*caam_re
in skcipher_encrypt()
[all...]
/kernel/linux/linux-6.6/drivers/crypto/caam/
H
A
D
caamalg_qi2.h
168
*
caam_request
- the request structure the driver application should fill while
180
struct
caam_request
{
struct
194
* @req: pointer to
caam_request
196
int dpaa2_caam_enqueue(struct device *dev, struct
caam_request
*req);
H
A
D
caamalg_qi2.c
135
static struct
caam_request
*to_caam_req(struct crypto_async_request *areq)
in to_caam_req()
355
struct
caam_request
*req_ctx = aead_request_ctx_dma(req);
in aead_edesc_alloc()
1115
struct
caam_request
*req_ctx = skcipher_request_ctx_dma(req);
in skcipher_edesc_alloc()
1289
struct
caam_request
*req_ctx = to_caam_req(areq);
in aead_encrypt_done()
1310
struct
caam_request
*req_ctx = to_caam_req(areq);
in aead_decrypt_done()
1331
struct
caam_request
*caam_req = aead_request_ctx_dma(req);
in aead_encrypt()
1359
struct
caam_request
*caam_req = aead_request_ctx_dma(req);
in aead_decrypt()
1396
struct
caam_request
*req_ctx = to_caam_req(areq);
in skcipher_encrypt_done()
1434
struct
caam_request
*req_ctx = to_caam_req(areq);
in skcipher_decrypt_done()
1481
struct
caam_request
*caam_re
in skcipher_encrypt()
[all...]
Completed in 8 milliseconds