Symbol: nvme_dhchap_key
drivers/nvme/common/auth.c
158
struct nvme_dhchap_key key;
drivers/nvme/common/auth.c
164
struct nvme_dhchap_key *nvme_auth_extract_key(unsigned char *secret,
drivers/nvme/common/auth.c
167
struct nvme_dhchap_key *key;
drivers/nvme/common/auth.c
219
struct nvme_dhchap_key *nvme_auth_alloc_key(u32 len, u8 hash)
drivers/nvme/common/auth.c
222
struct nvme_dhchap_key *key = kzalloc(num_bytes, GFP_KERNEL);
drivers/nvme/common/auth.c
232
void nvme_auth_free_key(struct nvme_dhchap_key *key)
drivers/nvme/common/auth.c
240
struct nvme_dhchap_key *nvme_auth_transform_key(
drivers/nvme/common/auth.c
241
struct nvme_dhchap_key *key, char *nqn)
drivers/nvme/common/auth.c
246
struct nvme_dhchap_key *transformed_key;
drivers/nvme/common/auth.c
441
int nvme_auth_generate_key(u8 *secret, struct nvme_dhchap_key **ret_key)
drivers/nvme/common/auth.c
443
struct nvme_dhchap_key *key;
drivers/nvme/host/auth.c
27
struct nvme_dhchap_key *transformed_key;
drivers/nvme/host/auth.c
525
struct nvme_dhchap_key *transformed_key;
drivers/nvme/host/nvme.h
435
struct nvme_dhchap_key *host_key;
drivers/nvme/host/nvme.h
436
struct nvme_dhchap_key *ctrl_key;
drivers/nvme/host/sysfs.c
658
struct nvme_dhchap_key *key, *host_key;
drivers/nvme/host/sysfs.c
716
struct nvme_dhchap_key *key, *ctrl_key;
drivers/nvme/target/auth.c
300
struct nvme_dhchap_key *transformed_key;
drivers/nvme/target/auth.c
407
struct nvme_dhchap_key *transformed_key;
drivers/nvme/target/nvmet.h
301
struct nvme_dhchap_key *host_key;
drivers/nvme/target/nvmet.h
302
struct nvme_dhchap_key *ctrl_key;
include/linux/nvme-auth.h
28
struct nvme_dhchap_key *nvme_auth_extract_key(unsigned char *secret,
include/linux/nvme-auth.h
30
void nvme_auth_free_key(struct nvme_dhchap_key *key);
include/linux/nvme-auth.h
31
struct nvme_dhchap_key *nvme_auth_alloc_key(u32 len, u8 hash);
include/linux/nvme-auth.h
32
struct nvme_dhchap_key *nvme_auth_transform_key(
include/linux/nvme-auth.h
33
struct nvme_dhchap_key *key, char *nqn);
include/linux/nvme-auth.h
34
int nvme_auth_generate_key(u8 *secret, struct nvme_dhchap_key **ret_key);