Searched refs:MAXPROTKEYSIZE (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/arch/s390/crypto/ |
D | paes_s390.c | 218 u8 key[MAXPROTKEYSIZE]; in ecb_paes_crypt() 226 memcpy(param.key, ctx->pk.protkey, MAXPROTKEYSIZE); in ecb_paes_crypt() 240 memcpy(param.key, ctx->pk.protkey, MAXPROTKEYSIZE); in ecb_paes_crypt() 334 u8 key[MAXPROTKEYSIZE]; in cbc_paes_crypt() 343 memcpy(param.key, ctx->pk.protkey, MAXPROTKEYSIZE); in cbc_paes_crypt() 359 memcpy(param.key, ctx->pk.protkey, MAXPROTKEYSIZE); in cbc_paes_crypt() 496 u8 key[MAXPROTKEYSIZE]; /* key + verification pattern */ in xts_paes_crypt() 503 u8 key[MAXPROTKEYSIZE]; /* key + verification pattern */ in xts_paes_crypt() 647 u8 key[MAXPROTKEYSIZE]; in ctr_paes_crypt() 655 memcpy(param.key, ctx->pk.protkey, MAXPROTKEYSIZE); in ctr_paes_crypt() [all …]
|
/Linux-v5.15/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.15/drivers/s390/crypto/ |
D | pkey_api.c | 70 u8 protkey[MAXPROTKEYSIZE]; /* the protected key blob */ 353 u8 key[MAXPROTKEYSIZE]; in pkey_verifyprotkey()
|