Searched refs:MAXPROTKEYSIZE (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/arch/s390/crypto/ |
D | paes_s390.c | 219 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/ |
D | pkey.h | 25 #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/ |
D | pkey_base.h | 55 u8 protkey[MAXPROTKEYSIZE]; /* the protected key blob */
|
D | pkey_pckmo.c | 226 u8 key[MAXPROTKEYSIZE]; in pckmo_verify_protkey()
|