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:crypto_key_slot
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ufs/
H
A
D
ufshcd-crypto.h
17
lrbp->
crypto_key_slot
= -1;
in ufshcd_prepare_lrbp_crypto()
21
lrbp->
crypto_key_slot
= blk_ksm_get_slot_idx(rq->crypt_keyslot);
in ufshcd_prepare_lrbp_crypto()
29
if (lrbp->
crypto_key_slot
>= 0) {
in ufshcd_prepare_req_desc_hdr_crypto()
31
*dword_0 |= lrbp->
crypto_key_slot
;
in ufshcd_prepare_req_desc_hdr_crypto()
H
A
D
ufshcd.h
165
* @
crypto_key_slot
: the key slot to use for inline crypto (-1 if none)
192
int
crypto_key_slot
;
member
/kernel/linux/linux-6.6/drivers/ufs/core/
H
A
D
ufshcd-crypto.h
20
lrbp->
crypto_key_slot
= -1;
in ufshcd_prepare_lrbp_crypto()
24
lrbp->
crypto_key_slot
= blk_crypto_keyslot_index(rq->crypt_keyslot);
in ufshcd_prepare_lrbp_crypto()
32
if (lrbp->
crypto_key_slot
< 0)
in ufshcd_prepare_req_desc_hdr_crypto()
35
h->cci = lrbp->
crypto_key_slot
;
in ufshcd_prepare_req_desc_hdr_crypto()
/kernel/linux/linux-6.6/drivers/mmc/host/
H
A
D
cqhci-crypto.h
32
CQHCI_CRYPTO_KEYSLOT(mrq->
crypto_key_slot
) |
in cqhci_crypto_prep_task_desc()
/kernel/linux/linux-6.6/drivers/mmc/core/
H
A
D
crypto.c
42
mrq->
crypto_key_slot
= blk_crypto_keyslot_index(keyslot);
in mmc_crypto_prepare_req()
/kernel/linux/linux-6.6/include/linux/mmc/
H
A
D
core.h
168
int
crypto_key_slot
;
member
/kernel/linux/linux-6.6/include/ufs/
H
A
D
ufshcd.h
171
* @
crypto_key_slot
: the key slot to use for inline crypto (-1 if none)
198
int
crypto_key_slot
;
member
Completed in 10 milliseconds