Home
last modified time | relevance | path

Searched refs:MAXPROTKEYSIZE (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/arch/s390/crypto/
Dpaes_s390.c219 u8 key[MAXPROTKEYSIZE]; in ecb_paes_crypt()
227 memcpy(param.key, ctx->pk.protkey, MAXPROTKEYSIZE); in ecb_paes_crypt()
241 memcpy(param.key, ctx->pk.protkey, MAXPROTKEYSIZE); in ecb_paes_crypt()
335 u8 key[MAXPROTKEYSIZE]; in cbc_paes_crypt()
344 memcpy(param.key, ctx->pk.protkey, MAXPROTKEYSIZE); in cbc_paes_crypt()
360 memcpy(param.key, ctx->pk.protkey, MAXPROTKEYSIZE); in cbc_paes_crypt()
500 u8 key[MAXPROTKEYSIZE]; /* key + verification pattern */ in xts_paes_crypt()
507 u8 key[MAXPROTKEYSIZE]; /* key + verification pattern */ in xts_paes_crypt()
651 u8 key[MAXPROTKEYSIZE]; in ctr_paes_crypt()
659 memcpy(param.key, ctx->pk.protkey, MAXPROTKEYSIZE); in ctr_paes_crypt()
[all …]
/linux-6.12.1/arch/s390/include/uapi/asm/
Dpkey.h25 #define MAXPROTKEYSIZE 64 /* a protected key blob may be up to 64 bytes */ macro
97 __u8 protkey[MAXPROTKEYSIZE]; /* the protected key blob */
/linux-6.12.1/drivers/s390/crypto/
Dpkey_base.h55 u8 protkey[MAXPROTKEYSIZE]; /* the protected key blob */
Dpkey_pckmo.c226 u8 key[MAXPROTKEYSIZE]; in pckmo_verify_protkey()