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 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/caam/
H
A
D
pdb.h
517
#define SIZEOF_RSA_PUB_PDB (2 * sizeof(u32) + 4 *
caam_ptr_sz
)
535
#define SIZEOF_RSA_PRIV_F1_PDB (sizeof(u32) + 4 *
caam_ptr_sz
)
563
#define SIZEOF_RSA_PRIV_F2_PDB (2 * sizeof(u32) + 7 *
caam_ptr_sz
)
597
#define SIZEOF_RSA_PRIV_F3_PDB (2 * sizeof(u32) + 9 *
caam_ptr_sz
)
H
A
D
regs.h
74
extern size_t
caam_ptr_sz
;
200
caam_ptr_sz
== sizeof(u64))
in cpu_to_caam_dma()
209
caam_ptr_sz
== sizeof(u64))
in caam_dma_to_cpu()
224
if (
caam_ptr_sz
== sizeof(u32)) {
in jr_outentry_get()
243
#define SIZEOF_JR_OUTENTRY (
caam_ptr_sz
+ sizeof(u32))
267
if (
caam_ptr_sz
== sizeof(u32)) {
in jr_inpentry_set()
278
#define SIZEOF_JR_INPENTRY
caam_ptr_sz
H
A
D
error.c
59
size_t
caam_ptr_sz
;
variable
60
EXPORT_SYMBOL(
caam_ptr_sz
);
variable
H
A
D
intern.h
202
if (
caam_ptr_sz
!= sizeof(u64))
in caam_get_dma_mask()
H
A
D
desc_constr.h
17
#define CAAM_PTR_SZ
caam_ptr_sz
72
extern size_t
caam_ptr_sz
;
139
if (
caam_ptr_sz
== sizeof(dma_addr_t)) {
in append_ptr()
H
A
D
ctrl.c
674
caam_ptr_sz
= sizeof(u64);
in caam_probe()
676
caam_ptr_sz
= sizeof(u32);
in caam_probe()
/kernel/linux/linux-6.6/drivers/crypto/caam/
H
A
D
pdb.h
517
#define SIZEOF_RSA_PUB_PDB (2 * sizeof(u32) + 4 *
caam_ptr_sz
)
535
#define SIZEOF_RSA_PRIV_F1_PDB (sizeof(u32) + 4 *
caam_ptr_sz
)
563
#define SIZEOF_RSA_PRIV_F2_PDB (2 * sizeof(u32) + 7 *
caam_ptr_sz
)
597
#define SIZEOF_RSA_PRIV_F3_PDB (2 * sizeof(u32) + 9 *
caam_ptr_sz
)
H
A
D
regs.h
74
extern size_t
caam_ptr_sz
;
200
caam_ptr_sz
== sizeof(u64))
in cpu_to_caam_dma()
209
caam_ptr_sz
== sizeof(u64))
in caam_dma_to_cpu()
224
if (
caam_ptr_sz
== sizeof(u32)) {
in jr_outentry_get()
243
#define SIZEOF_JR_OUTENTRY (
caam_ptr_sz
+ sizeof(u32))
267
if (
caam_ptr_sz
== sizeof(u32)) {
in jr_inpentry_set()
278
#define SIZEOF_JR_INPENTRY
caam_ptr_sz
H
A
D
error.c
59
size_t
caam_ptr_sz
;
variable
60
EXPORT_SYMBOL(
caam_ptr_sz
);
variable
H
A
D
intern.h
251
if (
caam_ptr_sz
!= sizeof(u64))
in caam_get_dma_mask()
H
A
D
desc_constr.h
17
#define CAAM_PTR_SZ
caam_ptr_sz
72
extern size_t
caam_ptr_sz
;
139
if (
caam_ptr_sz
== sizeof(dma_addr_t)) {
in append_ptr()
H
A
D
ctrl.c
944
caam_ptr_sz
= sizeof(u64);
in caam_probe()
946
caam_ptr_sz
= sizeof(u32);
in caam_probe()
Completed in 14 milliseconds