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:cc_alg
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/ccree/
H
A
D
cc_cipher.c
154
struct cc_crypto_alg *
cc_alg
=
in cc_cipher_init()
local
157
struct device *dev = drvdata_to_dev(
cc_alg
->drvdata);
in cc_cipher_init()
158
unsigned int max_key_buf_size =
cc_alg
->skcipher_alg.max_keysize;
in cc_cipher_init()
164
ctx_p->cipher_mode =
cc_alg
->cipher_mode;
in cc_cipher_init()
165
ctx_p->flow_mode =
cc_alg
->flow_mode;
in cc_cipher_init()
166
ctx_p->drvdata =
cc_alg
->drvdata;
in cc_cipher_init()
232
struct cc_crypto_alg *
cc_alg
=
in cc_cipher_exit()
local
235
unsigned int max_key_buf_size =
cc_alg
->skcipher_alg.max_keysize;
in cc_cipher_exit()
404
struct cc_crypto_alg *
cc_alg
=
in cc_cipher_setkey()
local
407
unsigned int max_key_buf_size =
cc_alg
in cc_cipher_setkey()
[all...]
H
A
D
cc_aead.c
129
struct cc_crypto_alg *
cc_alg
=
in cc_aead_init()
local
131
struct device *dev = drvdata_to_dev(
cc_alg
->drvdata);
in cc_aead_init()
137
ctx->cipher_mode =
cc_alg
->cipher_mode;
in cc_aead_init()
138
ctx->flow_mode =
cc_alg
->flow_mode;
in cc_aead_init()
139
ctx->auth_mode =
cc_alg
->auth_mode;
in cc_aead_init()
140
ctx->drvdata =
cc_alg
->drvdata;
in cc_aead_init()
H
A
D
cc_hash.c
1127
struct cc_hash_alg *
cc_alg
=
in cc_cra_init()
local
1133
ctx->hash_mode =
cc_alg
->hash_mode;
in cc_cra_init()
1134
ctx->hw_mode =
cc_alg
->hw_mode;
in cc_cra_init()
1135
ctx->inter_digestsize =
cc_alg
->inter_digestsize;
in cc_cra_init()
1136
ctx->drvdata =
cc_alg
->drvdata;
in cc_cra_init()
/kernel/linux/linux-6.6/drivers/crypto/ccree/
H
A
D
cc_cipher.c
157
struct cc_crypto_alg *
cc_alg
=
in cc_cipher_init()
local
160
struct device *dev = drvdata_to_dev(
cc_alg
->drvdata);
in cc_cipher_init()
161
unsigned int max_key_buf_size =
cc_alg
->skcipher_alg.max_keysize;
in cc_cipher_init()
167
ctx_p->cipher_mode =
cc_alg
->cipher_mode;
in cc_cipher_init()
168
ctx_p->flow_mode =
cc_alg
->flow_mode;
in cc_cipher_init()
169
ctx_p->drvdata =
cc_alg
->drvdata;
in cc_cipher_init()
235
struct cc_crypto_alg *
cc_alg
=
in cc_cipher_exit()
local
238
unsigned int max_key_buf_size =
cc_alg
->skcipher_alg.max_keysize;
in cc_cipher_exit()
407
struct cc_crypto_alg *
cc_alg
=
in cc_cipher_setkey()
local
410
unsigned int max_key_buf_size =
cc_alg
in cc_cipher_setkey()
[all...]
H
A
D
cc_aead.c
129
struct cc_crypto_alg *
cc_alg
=
in cc_aead_init()
local
131
struct device *dev = drvdata_to_dev(
cc_alg
->drvdata);
in cc_aead_init()
137
ctx->cipher_mode =
cc_alg
->cipher_mode;
in cc_aead_init()
138
ctx->flow_mode =
cc_alg
->flow_mode;
in cc_aead_init()
139
ctx->auth_mode =
cc_alg
->auth_mode;
in cc_aead_init()
140
ctx->drvdata =
cc_alg
->drvdata;
in cc_aead_init()
H
A
D
cc_hash.c
1127
struct cc_hash_alg *
cc_alg
=
in cc_cra_init()
local
1133
ctx->hash_mode =
cc_alg
->hash_mode;
in cc_cra_init()
1134
ctx->hw_mode =
cc_alg
->hw_mode;
in cc_cra_init()
1135
ctx->inter_digestsize =
cc_alg
->inter_digestsize;
in cc_cra_init()
1136
ctx->drvdata =
cc_alg
->drvdata;
in cc_cra_init()
Completed in 15 milliseconds