Searched refs:twkey (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/arch/arm64/crypto/ |
D | aes-neonbs-glue.c | 70 u32 twkey[AES_MAX_KEYLENGTH_U32]; member 260 memcpy(ctx->twkey, rk.key_enc, sizeof(ctx->twkey)); in aesbs_xts_setkey() 314 ctx->twkey, in __xts_crypt() 329 ctx->twkey, walk.iv, first); in __xts_crypt() 333 ctx->twkey, walk.iv, first); in __xts_crypt() 362 nbytes, ctx->twkey, walk.iv, first); in __xts_crypt() 365 nbytes, ctx->twkey, walk.iv, first); in __xts_crypt()
|