Searched refs:key_twk (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/arch/powerpc/crypto/ |
D | aes-spe-glue.c | 50 u32 key_twk[AES_MAX_KEYLENGTH_U32]; member 67 u32 bytes, u8 *iv, u32 *key_twk); 69 u32 bytes, u8 *iv, u32 *key_twk); 141 ppc_expand_key_128(ctx->key_twk, in_key + AES_KEYSIZE_128); in ppc_xts_setkey() 146 ppc_expand_key_192(ctx->key_twk, in_key + AES_KEYSIZE_192); in ppc_xts_setkey() 151 ppc_expand_key_256(ctx->key_twk, in_key + AES_KEYSIZE_256); in ppc_xts_setkey() 296 twk = ctx->key_twk; in ppc_xts_crypt() 387 ppc_encrypt_ecb(req->iv, req->iv, ctx->key_twk, ctx->rounds, in ppc_xts_decrypt()
|