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:safexcel_algs
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/inside-secure/
H
A
D
safexcel.c
1193
static struct safexcel_alg_template *
safexcel_algs
[] = {
variable
1273
for (i = 0; i < ARRAY_SIZE(
safexcel_algs
); i++) {
in safexcel_register_algorithms()
1274
safexcel_algs
[i]->priv = priv;
in safexcel_register_algorithms()
1277
if ((
safexcel_algs
[i]->algo_mask & priv->hwconfig.algo_flags) !=
in safexcel_register_algorithms()
1278
safexcel_algs
[i]->algo_mask)
in safexcel_register_algorithms()
1282
if (
safexcel_algs
[i]->type == SAFEXCEL_ALG_TYPE_SKCIPHER)
in safexcel_register_algorithms()
1283
ret = crypto_register_skcipher(&
safexcel_algs
[i]->alg.skcipher);
in safexcel_register_algorithms()
1284
else if (
safexcel_algs
[i]->type == SAFEXCEL_ALG_TYPE_AEAD)
in safexcel_register_algorithms()
1285
ret = crypto_register_aead(&
safexcel_algs
[i]->alg.aead);
in safexcel_register_algorithms()
1287
ret = crypto_register_ahash(&
safexcel_algs
[
in safexcel_register_algorithms()
[all...]
/kernel/linux/linux-6.6/drivers/crypto/inside-secure/
H
A
D
safexcel.c
1187
static struct safexcel_alg_template *
safexcel_algs
[] = {
variable
1267
for (i = 0; i < ARRAY_SIZE(
safexcel_algs
); i++) {
in safexcel_register_algorithms()
1268
safexcel_algs
[i]->priv = priv;
in safexcel_register_algorithms()
1271
if ((
safexcel_algs
[i]->algo_mask & priv->hwconfig.algo_flags) !=
in safexcel_register_algorithms()
1272
safexcel_algs
[i]->algo_mask)
in safexcel_register_algorithms()
1276
if (
safexcel_algs
[i]->type == SAFEXCEL_ALG_TYPE_SKCIPHER)
in safexcel_register_algorithms()
1277
ret = crypto_register_skcipher(&
safexcel_algs
[i]->alg.skcipher);
in safexcel_register_algorithms()
1278
else if (
safexcel_algs
[i]->type == SAFEXCEL_ALG_TYPE_AEAD)
in safexcel_register_algorithms()
1279
ret = crypto_register_aead(&
safexcel_algs
[i]->alg.aead);
in safexcel_register_algorithms()
1281
ret = crypto_register_ahash(&
safexcel_algs
[
in safexcel_register_algorithms()
[all...]
Completed in 5 milliseconds