Searched refs:twofish_enc_blk_3way (Results 1 – 2 of 2) sorted by relevance
39 static inline void twofish_enc_blk_3way(struct twofish_ctx *ctx, u8 *dst, in twofish_enc_blk_3way() function108 .fn_u = { .ecb = GLUE_FUNC_CAST(twofish_enc_blk_3way) }193 twofish_enc_blk_3way(ctx, srcdst, srcdst); in encrypt_callback()
64 static inline void twofish_enc_blk_3way(struct twofish_ctx *ctx, u8 *dst, in twofish_enc_blk_3way() function92 .fn_u = { .ecb = GLUE_FUNC_CAST(twofish_enc_blk_3way) }235 twofish_enc_blk_3way(ctx->ctx, srcdst, srcdst); in encrypt_callback()