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:cryp_config
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/ux500/cryp/
H
A
D
cryp.c
107
* @
cryp_config
: Pointer to the configuration parameter
111
struct
cryp_config
*
cryp_config
,
in cryp_set_configuration()
116
if (NULL == device_data || NULL ==
cryp_config
)
in cryp_set_configuration()
119
*control_register |= (
cryp_config
->keysize << CRYP_CR_KEYSIZE_POS);
in cryp_set_configuration()
122
if ((CRYP_ALGORITHM_DECRYPT ==
cryp_config
->algodir) &&
in cryp_set_configuration()
123
((CRYP_ALGO_AES_ECB ==
cryp_config
->algomode) ||
in cryp_set_configuration()
124
(CRYP_ALGO_AES_CBC ==
cryp_config
->algomode))) {
in cryp_set_configuration()
152
((
cryp_config
->algomode << CRYP_CR_ALGOMODE_POS) |
in cryp_set_configuration()
153
(
cryp_config
in cryp_set_configuration()
110
cryp_set_configuration(struct cryp_device_data *device_data, struct
cryp_config
*
cryp_config
, u32 *control_register)
cryp_set_configuration()
argument
[all...]
H
A
D
cryp.h
82
* struct
cryp_config
-
89
struct
cryp_config
{
struct
265
struct
cryp_config
*
cryp_config
,
H
A
D
cryp_core.c
78
struct
cryp_config
config;
Completed in 3 milliseconds