Searched refs:twkey (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/arch/arm64/crypto/ |
H A D | aes-neonbs-glue.c | 70 u32 twkey[AES_MAX_KEYLENGTH_U32]; member 271 memcpy(ctx->twkey, rk.key_enc, sizeof(ctx->twkey)); in aesbs_xts_setkey() 325 ctx->twkey, in __xts_crypt() 340 ctx->twkey, walk.iv, first); in __xts_crypt() 344 ctx->twkey, walk.iv, first); in __xts_crypt() 373 nbytes, ctx->twkey, walk.iv, first); in __xts_crypt() 376 nbytes, ctx->twkey, walk.iv, first); in __xts_crypt()
|
/kernel/linux/linux-5.10/arch/arm64/crypto/ |
H A D | aes-neonbs-glue.c | 73 u32 twkey[AES_MAX_KEYLENGTH_U32]; member 290 memcpy(ctx->twkey, rk.key_enc, sizeof(ctx->twkey)); in aesbs_xts_setkey() 372 ctx->twkey, in __xts_crypt() 414 nbytes, ctx->twkey, walk.iv, first ?: 2); in __xts_crypt() 417 nbytes, ctx->twkey, walk.iv, first ?: 2); in __xts_crypt()
|
Completed in 2 milliseconds