Home
last modified time | relevance | path

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

/arch/powerpc/crypto/
Daes-spe-glue.c47 u32 key_twk[AES_MAX_KEYLENGTH_U32]; member
64 u32 bytes, u8 *iv, u32 *key_twk);
66 u32 bytes, u8 *iv, u32 *key_twk);
144 ppc_expand_key_128(ctx->key_twk, in_key + AES_KEYSIZE_128); in ppc_xts_setkey()
149 ppc_expand_key_192(ctx->key_twk, in_key + AES_KEYSIZE_192); in ppc_xts_setkey()
154 ppc_expand_key_256(ctx->key_twk, in_key + AES_KEYSIZE_256); in ppc_xts_setkey()
335 twk = ctx->key_twk; in ppc_xts_encrypt()
366 twk = ctx->key_twk; in ppc_xts_decrypt()