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:EIP197_TRC_CACHE
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/inside-secure/
H
A
D
safexcel_cipher.c
384
if (priv->flags &
EIP197_TRC_CACHE
&& ctx->base.ctxr_dma) {
in safexcel_skcipher_aes_setkey()
453
if (priv->flags &
EIP197_TRC_CACHE
&& ctx->base.ctxr_dma) {
in safexcel_aead_setkey()
1027
BUG_ON(!(priv->flags &
EIP197_TRC_CACHE
) && sreq->needs_inv);
in safexcel_skcipher_send()
1060
BUG_ON(!(priv->flags &
EIP197_TRC_CACHE
) && sreq->needs_inv);
in safexcel_aead_send()
1149
if (priv->flags &
EIP197_TRC_CACHE
&& ctx->base.needs_inv) {
in safexcel_queue_req()
1228
if (priv->flags &
EIP197_TRC_CACHE
) {
in safexcel_skcipher_cra_exit()
1248
if (priv->flags &
EIP197_TRC_CACHE
) {
in safexcel_aead_cra_exit()
1429
if (priv->flags &
EIP197_TRC_CACHE
&& ctx->base.ctxr_dma) {
in safexcel_skcipher_aesctr_setkey()
1498
if (priv->flags &
EIP197_TRC_CACHE
&& ctx->base.ctxr_dma)
in safexcel_des_setkey()
1597
if (priv->flags &
EIP197_TRC_CACHE
in safexcel_des3_ede_setkey()
[all...]
H
A
D
safexcel_hash.c
281
if (priv->flags &
EIP197_TRC_CACHE
)
in safexcel_handle_req_result()
573
BUG_ON(!(priv->flags &
EIP197_TRC_CACHE
) && req->needs_inv);
in safexcel_handle_result()
697
if (priv->flags &
EIP197_TRC_CACHE
&& !ctx->base.needs_inv &&
in safexcel_ahash_enqueue()
969
if (priv->flags &
EIP197_TRC_CACHE
) {
in safexcel_ahash_cra_exit()
1203
if (priv->flags &
EIP197_TRC_CACHE
&& base->ctxr &&
in safexcel_hmac_setkey()
H
A
D
safexcel.h
785
EIP197_TRC_CACHE
= BIT(0),
enumerator
H
A
D
safexcel.c
1559
priv->flags |=
EIP197_TRC_CACHE
;
in safexcel_probe_generic()
/kernel/linux/linux-6.6/drivers/crypto/inside-secure/
H
A
D
safexcel_cipher.c
384
if (priv->flags &
EIP197_TRC_CACHE
&& ctx->base.ctxr_dma) {
in safexcel_skcipher_aes_setkey()
453
if (priv->flags &
EIP197_TRC_CACHE
&& ctx->base.ctxr_dma) {
in safexcel_aead_setkey()
1048
BUG_ON(!(priv->flags &
EIP197_TRC_CACHE
) && sreq->needs_inv);
in safexcel_skcipher_send()
1081
BUG_ON(!(priv->flags &
EIP197_TRC_CACHE
) && sreq->needs_inv);
in safexcel_aead_send()
1169
if (priv->flags &
EIP197_TRC_CACHE
&& ctx->base.needs_inv) {
in safexcel_queue_req()
1248
if (priv->flags &
EIP197_TRC_CACHE
) {
in safexcel_skcipher_cra_exit()
1268
if (priv->flags &
EIP197_TRC_CACHE
) {
in safexcel_aead_cra_exit()
1449
if (priv->flags &
EIP197_TRC_CACHE
&& ctx->base.ctxr_dma) {
in safexcel_skcipher_aesctr_setkey()
1518
if (priv->flags &
EIP197_TRC_CACHE
&& ctx->base.ctxr_dma)
in safexcel_des_setkey()
1617
if (priv->flags &
EIP197_TRC_CACHE
in safexcel_des3_ede_setkey()
[all...]
H
A
D
safexcel_hash.c
283
if (priv->flags &
EIP197_TRC_CACHE
)
in safexcel_handle_req_result()
575
BUG_ON(!(priv->flags &
EIP197_TRC_CACHE
) && req->needs_inv);
in safexcel_handle_result()
699
if (priv->flags &
EIP197_TRC_CACHE
&& !ctx->base.needs_inv &&
in safexcel_ahash_enqueue()
971
if (priv->flags &
EIP197_TRC_CACHE
) {
in safexcel_ahash_cra_exit()
1179
if (priv->flags &
EIP197_TRC_CACHE
&& base->ctxr &&
in safexcel_hmac_setkey()
H
A
D
safexcel.h
792
EIP197_TRC_CACHE
= BIT(0),
enumerator
H
A
D
safexcel.c
1553
priv->flags |=
EIP197_TRC_CACHE
;
in safexcel_probe_generic()
Completed in 23 milliseconds