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:has_bklog
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/caam/
H
A
D
caampkc.c
124
bool
has_bklog
;
in rsa_pub_done()
local
130
has_bklog
= edesc->bklog;
in rsa_pub_done()
140
if (!
has_bklog
)
in rsa_pub_done()
157
bool
has_bklog
;
in rsa_priv_f_done()
local
163
has_bklog
= edesc->bklog;
in rsa_priv_f_done()
183
if (!
has_bklog
)
in rsa_priv_f_done()
H
A
D
caamhash.c
586
bool
has_bklog
;
in ahash_done_cpy()
local
591
has_bklog
= edesc->bklog;
in ahash_done_cpy()
608
if (!
has_bklog
)
in ahash_done_cpy()
637
bool
has_bklog
;
in ahash_done_switch()
local
642
has_bklog
= edesc->bklog;
in ahash_done_switch()
670
if (!
has_bklog
)
in ahash_done_switch()
H
A
D
caamalg.c
978
bool
has_bklog
;
in aead_crypt_done()
local
983
has_bklog
= edesc->bklog;
in aead_crypt_done()
996
if (!
has_bklog
)
in aead_crypt_done()
1012
bool
has_bklog
;
in skcipher_crypt_done()
local
1017
has_bklog
= edesc->bklog;
in skcipher_crypt_done()
1047
if (!
has_bklog
)
in skcipher_crypt_done()
/kernel/linux/linux-6.6/drivers/crypto/caam/
H
A
D
caampkc.c
130
bool
has_bklog
;
in rsa_pub_done()
local
136
has_bklog
= edesc->bklog;
in rsa_pub_done()
146
if (!
has_bklog
)
in rsa_pub_done()
163
bool
has_bklog
;
in rsa_priv_f_done()
local
169
has_bklog
= edesc->bklog;
in rsa_priv_f_done()
189
if (!
has_bklog
)
in rsa_priv_f_done()
H
A
D
caamhash.c
595
bool
has_bklog
;
in ahash_done_cpy()
local
600
has_bklog
= edesc->bklog;
in ahash_done_cpy()
617
if (!
has_bklog
)
in ahash_done_cpy()
646
bool
has_bklog
;
in ahash_done_switch()
local
651
has_bklog
= edesc->bklog;
in ahash_done_switch()
679
if (!
has_bklog
)
in ahash_done_switch()
H
A
D
caamalg.c
987
bool
has_bklog
;
in aead_crypt_done()
local
992
has_bklog
= edesc->bklog;
in aead_crypt_done()
1005
if (!
has_bklog
)
in aead_crypt_done()
1028
bool
has_bklog
;
in skcipher_crypt_done()
local
1033
has_bklog
= edesc->bklog;
in skcipher_crypt_done()
1062
if (!
has_bklog
)
in skcipher_crypt_done()
Completed in 17 milliseconds