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:std_bodies
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/ccree/
H
A
D
cc_driver.c
48
int
std_bodies
;
member
70
.pidr_0124 = 0x040BB0D0U, .
std_bodies
= CC_STD_OSCCA
75
.pidr_0124 = 0x040BB0D0U, .
std_bodies
= CC_STD_ALL
80
.
std_bodies
= CC_STD_ALL
85
.
std_bodies
= CC_STD_ALL
90
.
std_bodies
= CC_STD_ALL
285
new_drvdata->
std_bodies
= hw_rev->
std_bodies
;
in init_cc_resources()
410
if (new_drvdata->
std_bodies
& CC_STD_NIST) {
in init_cc_resources()
412
new_drvdata->
std_bodies
in init_cc_resources()
[all...]
H
A
D
cc_driver.h
155
int
std_bodies
;
member
H
A
D
cc_cipher.c
1472
!(drvdata->
std_bodies
& skcipher_algs[alg].std_body) ||
in cc_cipher_alloc()
H
A
D
cc_hash.c
2004
!(drvdata->
std_bodies
& driver_hash[alg].std_body))
in cc_hash_alloc()
H
A
D
cc_aead.c
2635
!(drvdata->
std_bodies
& aead_algs[alg].std_body))
in cc_aead_alloc()
/kernel/linux/linux-6.6/drivers/crypto/ccree/
H
A
D
cc_driver.c
47
int
std_bodies
;
member
69
.pidr_0124 = 0x040BB0D0U, .
std_bodies
= CC_STD_OSCCA
74
.pidr_0124 = 0x040BB0D0U, .
std_bodies
= CC_STD_ALL
79
.
std_bodies
= CC_STD_ALL
84
.
std_bodies
= CC_STD_ALL
89
.
std_bodies
= CC_STD_ALL
326
new_drvdata->
std_bodies
= hw_rev->
std_bodies
;
in init_cc_resources()
442
if (new_drvdata->
std_bodies
& CC_STD_NIST) {
in init_cc_resources()
444
new_drvdata->
std_bodies
in init_cc_resources()
[all...]
H
A
D
cc_driver.h
153
int
std_bodies
;
member
H
A
D
cc_cipher.c
1475
!(drvdata->
std_bodies
& skcipher_algs[alg].std_body) ||
in cc_cipher_alloc()
H
A
D
cc_aead.c
2635
!(drvdata->
std_bodies
& aead_algs[alg].std_body))
in cc_aead_alloc()
H
A
D
cc_hash.c
2004
!(drvdata->
std_bodies
& driver_hash[alg].std_body))
in cc_hash_alloc()
Completed in 26 milliseconds