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:dhvlen
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/nvme/target/
H
A
D
fabrics-cmd-auth.c
116
u16
dhvlen
= le16_to_cpu(data->
dhvlen
);
in nvmet_auth_reply()
local
119
pr_debug("%s: ctrl %d qid %d: data hl %d cvalid %d
dhvlen
%u\n",
in nvmet_auth_reply()
121
data->hl, data->cvalid,
dhvlen
);
in nvmet_auth_reply()
123
if (
dhvlen
) {
in nvmet_auth_reply()
127
dhvlen
) < 0)
in nvmet_auth_reply()
383
data->
dhvlen
= cpu_to_le16(ctrl->dh_keysize);
in nvmet_auth_challenge()
387
pr_debug("%s: ctrl %d qid %d seq %d transaction %d hl %d
dhvlen
%zu\n",
in nvmet_auth_challenge()
/kernel/linux/linux-6.6/drivers/nvme/host/
H
A
D
auth.c
156
u16
dhvlen
= le16_to_cpu(data->
dhvlen
);
in nvme_auth_process_dhchap_challenge()
local
157
size_t size = sizeof(*data) + data->hl +
dhvlen
;
in nvme_auth_process_dhchap_challenge()
242
if (
dhvlen
== 0) {
in nvme_auth_process_dhchap_challenge()
263
} else if (
dhvlen
!= 0) {
in nvme_auth_process_dhchap_challenge()
275
if (
dhvlen
) {
in nvme_auth_process_dhchap_challenge()
276
chap->ctrl_key = kmalloc(
dhvlen
, GFP_KERNEL);
in nvme_auth_process_dhchap_challenge()
281
chap->ctrl_key_len =
dhvlen
;
in nvme_auth_process_dhchap_challenge()
283
dhvlen
);
in nvme_auth_process_dhchap_challenge()
312
data->
dhvlen
in nvme_auth_set_dhchap_reply_data()
[all...]
/kernel/linux/linux-6.6/include/linux/
H
A
D
nvme.h
1688
__le16
dhvlen
;
member
1692
/* followed by '
dhvlen
' bytes of DH value */
1704
__le16
dhvlen
;
member
1709
/* followed by '
dhvlen
' bytes of DH value */
Completed in 7 milliseconds