Home
last modified time | relevance | path

Searched refs:key_twk (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/arch/powerpc/crypto/
Daes-spe-glue.c52 u32 key_twk[AES_MAX_KEYLENGTH_U32]; member
69 u32 bytes, u8 *iv, u32 *key_twk);
71 u32 bytes, u8 *iv, u32 *key_twk);
149 ppc_expand_key_128(ctx->key_twk, in_key + AES_KEYSIZE_128); in ppc_xts_setkey()
154 ppc_expand_key_192(ctx->key_twk, in_key + AES_KEYSIZE_192); in ppc_xts_setkey()
159 ppc_expand_key_256(ctx->key_twk, in_key + AES_KEYSIZE_256); in ppc_xts_setkey()
340 twk = ctx->key_twk; in ppc_xts_encrypt()
371 twk = ctx->key_twk; in ppc_xts_decrypt()