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:driver_hash
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/ccree/
H
A
D
cc_hash.c
1579
static struct cc_hash_template
driver_hash
[] = {
variable
1998
for (alg = 0; alg < ARRAY_SIZE(
driver_hash
); alg++) {
in cc_hash_alloc()
2000
int hw_mode =
driver_hash
[alg].hw_mode;
in cc_hash_alloc()
2003
if ((
driver_hash
[alg].min_hw_rev > drvdata->hw_rev) ||
in cc_hash_alloc()
2004
!(drvdata->std_bodies &
driver_hash
[alg].std_body))
in cc_hash_alloc()
2007
if (
driver_hash
[alg].is_mac) {
in cc_hash_alloc()
2009
t_alg = cc_alloc_hash_alg(&
driver_hash
[alg], dev, true);
in cc_hash_alloc()
2013
driver_hash
[alg].driver_name);
in cc_hash_alloc()
2021
driver_hash
[alg].driver_name);
in cc_hash_alloc()
2032
t_alg = cc_alloc_hash_alg(&
driver_hash
[al
in cc_hash_alloc()
[all...]
/kernel/linux/linux-6.6/drivers/crypto/ccree/
H
A
D
cc_hash.c
1579
static struct cc_hash_template
driver_hash
[] = {
variable
1998
for (alg = 0; alg < ARRAY_SIZE(
driver_hash
); alg++) {
in cc_hash_alloc()
2000
int hw_mode =
driver_hash
[alg].hw_mode;
in cc_hash_alloc()
2003
if ((
driver_hash
[alg].min_hw_rev > drvdata->hw_rev) ||
in cc_hash_alloc()
2004
!(drvdata->std_bodies &
driver_hash
[alg].std_body))
in cc_hash_alloc()
2007
if (
driver_hash
[alg].is_mac) {
in cc_hash_alloc()
2009
t_alg = cc_alloc_hash_alg(&
driver_hash
[alg], dev, true);
in cc_hash_alloc()
2013
driver_hash
[alg].driver_name);
in cc_hash_alloc()
2021
driver_hash
[alg].driver_name);
in cc_hash_alloc()
2032
t_alg = cc_alloc_hash_alg(&
driver_hash
[al
in cc_hash_alloc()
[all...]
/kernel/linux/linux-5.10/drivers/crypto/caam/
H
A
D
caamhash.c
1578
static struct caam_hash_template
driver_hash
[] = {
variable
1974
for (i = 0; i < ARRAY_SIZE(
driver_hash
); i++) {
in caam_algapi_hash_init()
1976
struct caam_hash_template *alg =
driver_hash
+ i;
in caam_algapi_hash_init()
H
A
D
caamalg_qi2.c
4401
static struct caam_hash_template
driver_hash
[] = {
variable
5330
for (i = 0; i < ARRAY_SIZE(
driver_hash
); i++) {
in dpaa2_caam_probe()
5332
struct caam_hash_template *alg =
driver_hash
+ i;
in dpaa2_caam_probe()
/kernel/linux/linux-6.6/drivers/crypto/caam/
H
A
D
caamhash.c
1585
static struct caam_hash_template
driver_hash
[] = {
variable
1979
for (i = 0; i < ARRAY_SIZE(
driver_hash
); i++) {
in caam_algapi_hash_init()
1981
struct caam_hash_template *alg =
driver_hash
+ i;
in caam_algapi_hash_init()
H
A
D
caamalg_qi2.c
4414
static struct caam_hash_template
driver_hash
[] = {
variable
5345
for (i = 0; i < ARRAY_SIZE(
driver_hash
); i++) {
in dpaa2_caam_probe()
5347
struct caam_hash_template *alg =
driver_hash
+ i;
in dpaa2_caam_probe()
Completed in 22 milliseconds