Searched refs:auth_protocol (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/target/iscsi/
H A Discsi_target_auth.c45 struct iscsi_chap *chap = conn->auth_protocol;
133 kfree(conn->auth_protocol);
134 conn->auth_protocol = NULL;
154 conn->auth_protocol = kzalloc(sizeof(struct iscsi_chap), GFP_KERNEL);
155 if (!conn->auth_protocol)
158 chap = conn->auth_protocol;
258 struct iscsi_chap *chap = conn->auth_protocol;
579 struct iscsi_chap *chap = conn->auth_protocol;
H A Discsi_target_nego.c156 kfree(conn->auth_protocol);
/linux-master/drivers/nvme/target/
H A Dfabrics-cmd-auth.c42 data->sc_c, data->napd, data->auth_protocol[0].dhchap.authid,
43 data->auth_protocol[0].dhchap.halen,
44 data->auth_protocol[0].dhchap.dhlen);
52 if (data->auth_protocol[0].dhchap.authid !=
56 for (i = 0; i < data->auth_protocol[0].dhchap.halen; i++) {
57 u8 host_hmac_id = data->auth_protocol[0].dhchap.idlist[i];
81 for (i = 0; i < data->auth_protocol[0].dhchap.dhlen; i++) {
82 int tmp_dhgid = data->auth_protocol[0].dhchap.idlist[i + 30];
/linux-master/drivers/nvme/host/
H A Dauth.c136 data->auth_protocol[0].dhchap.authid = NVME_AUTH_DHCHAP_AUTH_ID;
137 data->auth_protocol[0].dhchap.halen = 3;
138 data->auth_protocol[0].dhchap.dhlen = 6;
139 data->auth_protocol[0].dhchap.idlist[0] = NVME_AUTH_HASH_SHA256;
140 data->auth_protocol[0].dhchap.idlist[1] = NVME_AUTH_HASH_SHA384;
141 data->auth_protocol[0].dhchap.idlist[2] = NVME_AUTH_HASH_SHA512;
142 data->auth_protocol[0].dhchap.idlist[30] = NVME_AUTH_DHGROUP_NULL;
143 data->auth_protocol[0].dhchap.idlist[31] = NVME_AUTH_DHGROUP_2048;
144 data->auth_protocol[0].dhchap.idlist[32] = NVME_AUTH_DHGROUP_3072;
145 data->auth_protocol[
[all...]
/linux-master/include/target/iscsi/
H A Discsi_target_core.h596 void *auth_protocol; member in struct:iscsit_conn
/linux-master/include/linux/
H A Dnvme.h1678 union nvmf_auth_protocol auth_protocol[]; member in struct:nvmf_auth_dhchap_negotiate_data

Completed in 155 milliseconds