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_PTR_SZ
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/caam/
H
A
D
desc_constr.h
17
#define
CAAM_PTR_SZ
caam_ptr_sz
macro
22
#define DESC_JOB_IO_LEN __DESC_JOB_IO_LEN(
CAAM_PTR_SZ
)
150
CAAM_PTR_SZ
/ CAAM_CMD_SZ);
in append_ptr()
541
(count - i - 1) *
CAAM_PTR_SZ
) >= 0) {
in desc_inline_query()
545
rem_bytes -=
CAAM_PTR_SZ
;
in desc_inline_query()
582
CAAM_PTR_SZ
) / CAAM_CMD_SZ;
in append_proto_dkp()
H
A
D
key_gen.c
67
desc = kmalloc(CAAM_CMD_SZ * 6 +
CAAM_PTR_SZ
* 2, GFP_KERNEL | GFP_DMA);
in gen_split_key()
H
A
D
caamhash.c
368
desc = kmalloc(CAAM_CMD_SZ * 8 +
CAAM_PTR_SZ
* 2, GFP_KERNEL | GFP_DMA);
in hash_digest_key()
/kernel/linux/linux-6.6/drivers/crypto/caam/
H
A
D
desc_constr.h
17
#define
CAAM_PTR_SZ
caam_ptr_sz
macro
22
#define DESC_JOB_IO_LEN __DESC_JOB_IO_LEN(
CAAM_PTR_SZ
)
150
CAAM_PTR_SZ
/ CAAM_CMD_SZ);
in append_ptr()
542
(count - i - 1) *
CAAM_PTR_SZ
) >= 0) {
in desc_inline_query()
546
rem_bytes -=
CAAM_PTR_SZ
;
in desc_inline_query()
583
CAAM_PTR_SZ
) / CAAM_CMD_SZ;
in append_proto_dkp()
H
A
D
key_gen.c
67
desc = kmalloc(CAAM_CMD_SZ * 6 +
CAAM_PTR_SZ
* 2, GFP_KERNEL);
in gen_split_key()
H
A
D
caamhash.c
373
desc = kmalloc(CAAM_CMD_SZ * 8 +
CAAM_PTR_SZ
* 2, GFP_KERNEL);
in hash_digest_key()
Completed in 8 milliseconds