Lines Matching defs:host_key
41 u8 *host_key;
330 chap->host_key_len, chap->host_key);
331 memcpy(data->rval + 2 * chap->hash_len, chap->host_key,
432 chap->host_response = nvme_auth_transform_key(ctrl->host_key,
445 chap->host_response, ctrl->host_key->len);
598 if (chap->host_key && chap->host_key_len) {
611 chap->host_key = kzalloc(chap->host_key_len, GFP_KERNEL);
612 if (!chap->host_key) {
618 chap->host_key, chap->host_key_len);
653 kfree_sensitive(chap->host_key);
654 chap->host_key = NULL;
861 if (!ctrl->host_key) {
951 &ctrl->host_key);
981 nvme_auth_free_key(ctrl->host_key);
982 ctrl->host_key = NULL;
1002 if (ctrl->host_key) {
1003 nvme_auth_free_key(ctrl->host_key);
1004 ctrl->host_key = NULL;