Searched refs:MAXPROTKEYSIZE (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/arch/s390/crypto/ |
D | paes_s390.c | 210 u8 key[MAXPROTKEYSIZE]; in ecb_paes_crypt() 218 memcpy(param.key, ctx->pk.protkey, MAXPROTKEYSIZE); in ecb_paes_crypt() 232 memcpy(param.key, ctx->pk.protkey, MAXPROTKEYSIZE); in ecb_paes_crypt() 324 u8 key[MAXPROTKEYSIZE]; in cbc_paes_crypt() 333 memcpy(param.key, ctx->pk.protkey, MAXPROTKEYSIZE); in cbc_paes_crypt() 349 memcpy(param.key, ctx->pk.protkey, MAXPROTKEYSIZE); in cbc_paes_crypt() 486 u8 key[MAXPROTKEYSIZE]; /* key + verification pattern */ in xts_paes_crypt() 493 u8 key[MAXPROTKEYSIZE]; /* key + verification pattern */ in xts_paes_crypt() 635 u8 key[MAXPROTKEYSIZE]; in ctr_paes_crypt() 643 memcpy(param.key, ctx->pk.protkey, MAXPROTKEYSIZE); in ctr_paes_crypt() [all …]
|
/Linux-v5.10/arch/s390/include/uapi/asm/ |
D | pkey.h | 25 #define MAXPROTKEYSIZE 64 /* a protected key blob may be up to 64 bytes */ macro 87 __u8 protkey[MAXPROTKEYSIZE]; /* the protected key blob */
|
/Linux-v5.10/drivers/s390/crypto/ |
D | pkey_api.c | 70 u8 protkey[MAXPROTKEYSIZE]; /* the protected key blob */ 347 u8 key[MAXPROTKEYSIZE]; in pkey_verifyprotkey()
|