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

/linux-4.1.27/arch/powerpc/crypto/
H A Daes-spe-glue.c51 u32 key_twk[AES_MAX_KEYLENGTH_U32]; member in struct:ppc_xts_ctx
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); ppc_xts_setkey()
147 ppc_expand_key_192(ctx->key_twk, in_key + AES_KEYSIZE_192); ppc_xts_setkey()
152 ppc_expand_key_256(ctx->key_twk, in_key + AES_KEYSIZE_256); ppc_xts_setkey()
333 twk = ctx->key_twk; ppc_xts_encrypt()
364 twk = ctx->key_twk; ppc_xts_decrypt()
H A Daes-spe-modes.S497 * u32 rounds, u32 bytes, u8 *iv, u32 *key_twk);
500 * If key_twk is given, the initial IV encryption will be
564 * u32 rounds, u32 blocks, u8 *iv, u32 *key_twk);
567 * If key_twk is given, the initial IV encryption will be

Completed in 58 milliseconds