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:auth_protocol
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/target/iscsi/
H
A
D
iscsi_target_auth.c
45
struct iscsi_chap *chap = conn->
auth_protocol
;
in chap_gen_challenge()
133
kfree(conn->
auth_protocol
);
in chap_close()
134
conn->
auth_protocol
= NULL;
in chap_close()
154
conn->
auth_protocol
= kzalloc(sizeof(struct iscsi_chap), GFP_KERNEL);
in chap_server_open()
155
if (!conn->
auth_protocol
)
in chap_server_open()
158
chap = conn->
auth_protocol
;
in chap_server_open()
226
struct iscsi_chap *chap = conn->
auth_protocol
;
in chap_server_compute_hash()
507
struct iscsi_chap *chap = conn->
auth_protocol
;
in chap_main_loop()
H
A
D
iscsi_target_nego.c
164
kfree(conn->
auth_protocol
);
in iscsi_remove_failed_auth_entry()
/kernel/linux/linux-6.6/drivers/target/iscsi/
H
A
D
iscsi_target_auth.c
45
struct iscsi_chap *chap = conn->
auth_protocol
;
in chap_gen_challenge()
133
kfree(conn->
auth_protocol
);
in chap_close()
134
conn->
auth_protocol
= NULL;
in chap_close()
154
conn->
auth_protocol
= kzalloc(sizeof(struct iscsi_chap), GFP_KERNEL);
in chap_server_open()
155
if (!conn->
auth_protocol
)
in chap_server_open()
158
chap = conn->
auth_protocol
;
in chap_server_open()
258
struct iscsi_chap *chap = conn->
auth_protocol
;
in chap_server_compute_hash()
579
struct iscsi_chap *chap = conn->
auth_protocol
;
in chap_main_loop()
H
A
D
iscsi_target_nego.c
156
kfree(conn->
auth_protocol
);
in iscsi_remove_failed_auth_entry()
/kernel/linux/linux-6.6/drivers/nvme/target/
H
A
D
fabrics-cmd-auth.c
42
data->sc_c, data->napd, data->
auth_protocol
[0].dhchap.authid,
in nvmet_auth_negotiate()
43
data->
auth_protocol
[0].dhchap.halen,
in nvmet_auth_negotiate()
44
data->
auth_protocol
[0].dhchap.dhlen);
in nvmet_auth_negotiate()
52
if (data->
auth_protocol
[0].dhchap.authid !=
in nvmet_auth_negotiate()
56
for (i = 0; i < data->
auth_protocol
[0].dhchap.halen; i++) {
in nvmet_auth_negotiate()
57
u8 host_hmac_id = data->
auth_protocol
[0].dhchap.idlist[i];
in nvmet_auth_negotiate()
81
for (i = 0; i < data->
auth_protocol
[0].dhchap.dhlen; i++) {
in nvmet_auth_negotiate()
82
int tmp_dhgid = data->
auth_protocol
[0].dhchap.idlist[i + 30];
in nvmet_auth_negotiate()
/kernel/linux/linux-6.6/drivers/nvme/host/
H
A
D
auth.c
136
data->
auth_protocol
[0].dhchap.authid = NVME_AUTH_DHCHAP_AUTH_ID;
in nvme_auth_set_dhchap_negotiate_data()
137
data->
auth_protocol
[0].dhchap.halen = 3;
in nvme_auth_set_dhchap_negotiate_data()
138
data->
auth_protocol
[0].dhchap.dhlen = 6;
in nvme_auth_set_dhchap_negotiate_data()
139
data->
auth_protocol
[0].dhchap.idlist[0] = NVME_AUTH_HASH_SHA256;
in nvme_auth_set_dhchap_negotiate_data()
140
data->
auth_protocol
[0].dhchap.idlist[1] = NVME_AUTH_HASH_SHA384;
in nvme_auth_set_dhchap_negotiate_data()
141
data->
auth_protocol
[0].dhchap.idlist[2] = NVME_AUTH_HASH_SHA512;
in nvme_auth_set_dhchap_negotiate_data()
142
data->
auth_protocol
[0].dhchap.idlist[30] = NVME_AUTH_DHGROUP_NULL;
in nvme_auth_set_dhchap_negotiate_data()
143
data->
auth_protocol
[0].dhchap.idlist[31] = NVME_AUTH_DHGROUP_2048;
in nvme_auth_set_dhchap_negotiate_data()
144
data->
auth_protocol
[0].dhchap.idlist[32] = NVME_AUTH_DHGROUP_3072;
in nvme_auth_set_dhchap_negotiate_data()
145
data->
auth_protocol
[
in nvme_auth_set_dhchap_negotiate_data()
[all...]
/kernel/linux/linux-5.10/include/target/iscsi/
H
A
D
iscsi_target_core.h
594
void *
auth_protocol
;
member
/kernel/linux/linux-6.6/include/target/iscsi/
H
A
D
iscsi_target_core.h
596
void *
auth_protocol
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
nvme.h
1676
union nvmf_auth_protocol
auth_protocol
[];
member
Completed in 16 milliseconds