Searched refs:MAXPROTKEYSIZE (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/arch/s390/crypto/ |
D | paes_s390.c | 220 u8 key[MAXPROTKEYSIZE]; in ecb_paes_crypt() 228 memcpy(param.key, ctx->pk.protkey, MAXPROTKEYSIZE); in ecb_paes_crypt() 242 memcpy(param.key, ctx->pk.protkey, MAXPROTKEYSIZE); in ecb_paes_crypt() 336 u8 key[MAXPROTKEYSIZE]; in cbc_paes_crypt() 345 memcpy(param.key, ctx->pk.protkey, MAXPROTKEYSIZE); in cbc_paes_crypt() 361 memcpy(param.key, ctx->pk.protkey, MAXPROTKEYSIZE); in cbc_paes_crypt() 501 u8 key[MAXPROTKEYSIZE]; /* key + verification pattern */ in xts_paes_crypt() 508 u8 key[MAXPROTKEYSIZE]; /* key + verification pattern */ in xts_paes_crypt() 652 u8 key[MAXPROTKEYSIZE]; in ctr_paes_crypt() 660 memcpy(param.key, ctx->pk.protkey, MAXPROTKEYSIZE); in ctr_paes_crypt() [all …]
|
/Linux-v6.6/arch/s390/include/uapi/asm/ |
D | pkey.h | 25 #define MAXPROTKEYSIZE 64 /* a protected key blob may be up to 64 bytes */ macro 92 __u8 protkey[MAXPROTKEYSIZE]; /* the protected key blob */
|
/Linux-v6.6/drivers/s390/crypto/ |
D | pkey_api.c | 73 u8 protkey[MAXPROTKEYSIZE]; /* the protected key blob */ 410 u8 key[MAXPROTKEYSIZE]; in pkey_verifyprotkey()
|