]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
s390/pkey: Unify pkey cca, ep11 and pckmo functions signatures
authorHarald Freudenberger <freude@linux.ibm.com>
Thu, 22 Aug 2024 09:32:18 +0000 (11:32 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Thu, 29 Aug 2024 20:56:33 +0000 (22:56 +0200)
commitea88e1710a9f19345c94c195f9cd7365e50343b0
tree2f08dd4a5cbc6c67783f4a0ca3aba614cb686aa2
parent86fbf5e2a0ca58f10261a264ee25bf2a936ee5d2
s390/pkey: Unify pkey cca, ep11 and pckmo functions signatures

As a preparation step for introducing a common function API
between the pkey API module and the handlers (that is the
cca, ep11 and pckmo code) this patch unifies the functions
signatures exposed by the handlers and reworks all the
invocation code of these functions.

Signed-off-by: Harald Freudenberger <freude@linux.ibm.com>
Reviewed-by: Holger Dengler <dengler@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
drivers/s390/crypto/pkey_api.c
drivers/s390/crypto/pkey_base.h
drivers/s390/crypto/pkey_cca.c
drivers/s390/crypto/pkey_ep11.c
drivers/s390/crypto/pkey_pckmo.c
drivers/s390/crypto/pkey_sysfs.c