Searched refs:MAXPROTKEYSIZE (Results 1 – 3 of 3) sorted by relevance
25 #define MAXPROTKEYSIZE 64 /* a protected key blob may be up to 64 bytes */ macro81 __u8 protkey[MAXPROTKEYSIZE]; /* the protected key blob */
287 u8 key[MAXPROTKEYSIZE]; in cbc_paes_crypt()292 memcpy(param.key, ctx->pk.protkey, MAXPROTKEYSIZE); in cbc_paes_crypt()303 memcpy(param.key, ctx->pk.protkey, MAXPROTKEYSIZE); in cbc_paes_crypt()440 u8 key[MAXPROTKEYSIZE]; /* key + verification pattern */ in xts_paes_crypt()447 u8 key[MAXPROTKEYSIZE]; /* key + verification pattern */ in xts_paes_crypt()
71 u8 protkey[MAXPROTKEYSIZE]; /* the protected key blob */265 u8 key[MAXPROTKEYSIZE]; in pkey_verifyprotkey()