Searched defs:nvdimm_security_ops (Results 1 – 2 of 2) sorted by relevance
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 81681 struct nvdimm_security_ops { struct 81682 unsigned long (*get_flags)(struct nvdimm *, enum nvdimm_passphrase_type); 81683 int (*freeze)(struct nvdimm *); 81684 …mm *, const struct nvdimm_key_data *, const struct nvdimm_key_data *, enum nvdimm_passphrase_type); 81685 int (*unlock)(struct nvdimm *, const struct nvdimm_key_data *); 81686 int (*disable)(struct nvdimm *, const struct nvdimm_key_data *); 81687 int (*erase)(struct nvdimm *, const struct nvdimm_key_data *, enum nvdimm_passphrase_type); 81688 int (*overwrite)(struct nvdimm *, const struct nvdimm_key_data *); 81689 int (*query_overwrite)(struct nvdimm *); 81690 int (*disable_master)(struct nvdimm *, const struct nvdimm_key_data *);
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 91412 struct nvdimm_security_ops { struct 91413 unsigned long (*get_flags)(struct nvdimm *, enum nvdimm_passphrase_type); 91414 int (*freeze)(struct nvdimm *); 91415 …mm *, const struct nvdimm_key_data *, const struct nvdimm_key_data *, enum nvdimm_passphrase_type); 91416 int (*unlock)(struct nvdimm *, const struct nvdimm_key_data *); 91417 int (*disable)(struct nvdimm *, const struct nvdimm_key_data *); 91418 int (*erase)(struct nvdimm *, const struct nvdimm_key_data *, enum nvdimm_passphrase_type); 91419 int (*overwrite)(struct nvdimm *, const struct nvdimm_key_data *); 91420 int (*query_overwrite)(struct nvdimm *); 91421 int (*disable_master)(struct nvdimm *, const struct nvdimm_key_data *);
|