Home
last modified time | relevance | path

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

/arch/powerpc/crypto/
Daes-spe-glue.c51 u32 key_twk[AES_MAX_KEYLENGTH_U32]; member
68 u32 bytes, u8 *iv, u32 *key_twk);
70 u32 bytes, u8 *iv, u32 *key_twk);
142 ppc_expand_key_128(ctx->key_twk, in_key + AES_KEYSIZE_128); in ppc_xts_setkey()
147 ppc_expand_key_192(ctx->key_twk, in_key + AES_KEYSIZE_192); in ppc_xts_setkey()
152 ppc_expand_key_256(ctx->key_twk, in_key + AES_KEYSIZE_256); in ppc_xts_setkey()
333 twk = ctx->key_twk; in ppc_xts_encrypt()
364 twk = ctx->key_twk; in ppc_xts_decrypt()