Searched refs:set_pass (Results 1 – 1 of 1) sorted by relevance
76 struct cxl_set_pass set_pass; in cxl_pmem_security_change_key() local78 set_pass = (struct cxl_set_pass) { in cxl_pmem_security_change_key()82 memcpy(set_pass.old_pass, old_data->data, NVDIMM_PASSPHRASE_LEN); in cxl_pmem_security_change_key()83 memcpy(set_pass.new_pass, new_data->data, NVDIMM_PASSPHRASE_LEN); in cxl_pmem_security_change_key()87 .size_in = sizeof(set_pass), in cxl_pmem_security_change_key()88 .payload_in = &set_pass, in cxl_pmem_security_change_key()
Completed in 4 milliseconds