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:c1_alg_sel
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/caam/
H
A
D
caamalg.c
3601
u32
c1_alg_sel
= t_alg->caam.class1_alg_type &
in caam_algapi_init()
local
3609
((
c1_alg_sel
== OP_ALG_ALGSEL_3DES) ||
in caam_algapi_init()
3610
(
c1_alg_sel
== OP_ALG_ALGSEL_DES)))
in caam_algapi_init()
3614
if (!aes_inst && (
c1_alg_sel
== OP_ALG_ALGSEL_AES))
in caam_algapi_init()
3618
if (
c1_alg_sel
== OP_ALG_ALGSEL_CHACHA20 && !ccha_inst)
in caam_algapi_init()
3626
if (
c1_alg_sel
== OP_ALG_ALGSEL_AES &&
in caam_algapi_init()
H
A
D
caamalg_qi.c
2679
u32
c1_alg_sel
= t_alg->caam.class1_alg_type &
in caam_qi_algapi_init()
local
2687
((
c1_alg_sel
== OP_ALG_ALGSEL_3DES) ||
in caam_qi_algapi_init()
2688
(
c1_alg_sel
== OP_ALG_ALGSEL_DES)))
in caam_qi_algapi_init()
2692
if (!aes_inst && (
c1_alg_sel
== OP_ALG_ALGSEL_AES))
in caam_qi_algapi_init()
H
A
D
caamalg_qi2.c
5270
u32
c1_alg_sel
= t_alg->caam.class1_alg_type &
in dpaa2_caam_probe()
local
5277
(
c1_alg_sel
== OP_ALG_ALGSEL_3DES ||
in dpaa2_caam_probe()
5278
c1_alg_sel
== OP_ALG_ALGSEL_DES))
in dpaa2_caam_probe()
5283
c1_alg_sel
== OP_ALG_ALGSEL_AES)
in dpaa2_caam_probe()
5287
if (
c1_alg_sel
== OP_ALG_ALGSEL_CHACHA20 &&
in dpaa2_caam_probe()
/kernel/linux/linux-6.6/drivers/crypto/caam/
H
A
D
caamalg.c
3828
u32
c1_alg_sel
= t_alg->caam.class1_alg_type &
in caam_algapi_init()
local
3836
((
c1_alg_sel
== OP_ALG_ALGSEL_3DES) ||
in caam_algapi_init()
3837
(
c1_alg_sel
== OP_ALG_ALGSEL_DES)))
in caam_algapi_init()
3841
if (!aes_inst && (
c1_alg_sel
== OP_ALG_ALGSEL_AES))
in caam_algapi_init()
3845
if (
c1_alg_sel
== OP_ALG_ALGSEL_CHACHA20 && !ccha_inst)
in caam_algapi_init()
3853
if (
c1_alg_sel
== OP_ALG_ALGSEL_AES &&
in caam_algapi_init()
H
A
D
caamalg_qi.c
2695
u32
c1_alg_sel
= t_alg->caam.class1_alg_type &
in caam_qi_algapi_init()
local
2703
((
c1_alg_sel
== OP_ALG_ALGSEL_3DES) ||
in caam_qi_algapi_init()
2704
(
c1_alg_sel
== OP_ALG_ALGSEL_DES)))
in caam_qi_algapi_init()
2708
if (!aes_inst && (
c1_alg_sel
== OP_ALG_ALGSEL_AES))
in caam_qi_algapi_init()
H
A
D
caamalg_qi2.c
5285
u32
c1_alg_sel
= t_alg->caam.class1_alg_type &
in dpaa2_caam_probe()
local
5292
(
c1_alg_sel
== OP_ALG_ALGSEL_3DES ||
in dpaa2_caam_probe()
5293
c1_alg_sel
== OP_ALG_ALGSEL_DES))
in dpaa2_caam_probe()
5298
c1_alg_sel
== OP_ALG_ALGSEL_AES)
in dpaa2_caam_probe()
5302
if (
c1_alg_sel
== OP_ALG_ALGSEL_CHACHA20 &&
in dpaa2_caam_probe()
Completed in 42 milliseconds