summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorHarald Freudenberger <freude@linux.ibm.com>2026-03-18 17:41:31 +0100
committerVasily Gorbik <gor@linux.ibm.com>2026-03-24 21:00:42 +0100
commit227a9197bace4871c64ccd43b4946fc2886083b8 (patch)
tree947347de6141460052949a6c2c09da7859907fee /include/linux
parentecd2fd113e89978ca750a81dea033a2e9f3347df (diff)
s390/zcrypt: Rework MKVP fields and handling
In general all MKVPs (Master Key Verification Pattern) are binary data - usually some kind of shortened hash value e.g. sha256. Some code parts however used some u64 type which made compares a little bit easier. Anyway this is binary data and so all fields related to MKVP are now u8[] and function parameters use (const) u8 * now. The sysfs emit for the MKVPs also has been adapted to first format the MKVP as hex string into a buffer and then use %s with sysfs_emit_at() to generate the sysfs output. The patch also include a simple whitespace fix. Signed-off-by: Harald Freudenberger <freude@linux.ibm.com> Acked-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions