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:dk
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/fs/crypto/
H
A
D
keysetup_v1.c
155
static void free_direct_key(struct fscrypt_direct_key *
dk
)
in free_direct_key()
argument
157
if (
dk
) {
in free_direct_key()
158
fscrypt_destroy_prepared_key(
dk
->dk_sb, &
dk
->dk_key);
in free_direct_key()
159
kfree_sensitive(
dk
);
in free_direct_key()
163
void fscrypt_put_direct_key(struct fscrypt_direct_key *
dk
)
in fscrypt_put_direct_key()
argument
165
if (!refcount_dec_and_lock(&
dk
->dk_refcount, &fscrypt_direct_keys_lock))
in fscrypt_put_direct_key()
167
hash_del(&
dk
->dk_node);
in fscrypt_put_direct_key()
170
free_direct_key(
dk
);
in fscrypt_put_direct_key()
184
struct fscrypt_direct_key *
dk
;
in find_or_insert_direct_key()
local
223
struct fscrypt_direct_key *
dk
;
fscrypt_get_direct_key()
local
256
struct fscrypt_direct_key *
dk
;
setup_v1_file_key_direct()
local
[all...]
H
A
D
fscrypt_private.h
644
void fscrypt_put_direct_key(struct fscrypt_direct_key *
dk
);
/kernel/linux/linux-5.10/fs/crypto/
H
A
D
keysetup_v1.c
154
static void free_direct_key(struct fscrypt_direct_key *
dk
)
in free_direct_key()
argument
156
if (
dk
) {
in free_direct_key()
157
fscrypt_destroy_prepared_key(&
dk
->dk_key);
in free_direct_key()
158
kfree_sensitive(
dk
);
in free_direct_key()
162
void fscrypt_put_direct_key(struct fscrypt_direct_key *
dk
)
in fscrypt_put_direct_key()
argument
164
if (!refcount_dec_and_lock(&
dk
->dk_refcount, &fscrypt_direct_keys_lock))
in fscrypt_put_direct_key()
166
hash_del(&
dk
->dk_node);
in fscrypt_put_direct_key()
169
free_direct_key(
dk
);
in fscrypt_put_direct_key()
183
struct fscrypt_direct_key *
dk
;
in find_or_insert_direct_key()
local
196
hash_for_each_possible(fscrypt_direct_keys,
dk
, dk_nod
in find_or_insert_direct_key()
222
struct fscrypt_direct_key *
dk
;
fscrypt_get_direct_key()
local
254
struct fscrypt_direct_key *
dk
;
setup_v1_file_key_direct()
local
[all...]
H
A
D
fscrypt_private.h
608
void fscrypt_put_direct_key(struct fscrypt_direct_key *
dk
);
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H
A
D
skeleton.S
37
| Modified for Linux-1.3.x by Jes Sorensen (jds@kom.auc.
dk
)
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H
A
D
skeleton.S
37
| Modified for Linux-1.3.x by Jes Sorensen (jds@kom.auc.
dk
)
/kernel/linux/linux-5.10/drivers/staging/rtl8712/
H
A
D
rtl871x_ioctl_linux.c
1596
union Keytype *
dk
= padapter->securitypriv.DefKey;
in r8711_wx_get_enc()
local
1623
memcpy(keybuf,
dk
[key].skey,
in r8711_wx_get_enc()
/kernel/linux/linux-6.6/drivers/staging/rtl8712/
H
A
D
rtl871x_ioctl_linux.c
1594
union Keytype *
dk
= padapter->securitypriv.DefKey;
in r8711_wx_get_enc()
local
1621
memcpy(keybuf,
dk
[key].skey,
in r8711_wx_get_enc()
Completed in 12 milliseconds