Home
last modified time | relevance | path

Searched refs:twofish_enc_blk_3way (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dtwofish_glue_3way.c27 static inline void twofish_enc_blk_3way(const void *ctx, u8 *dst, const u8 *src) in twofish_enc_blk_3way() function
48 ECB_BLOCK(3, twofish_enc_blk_3way); in ecb_encrypt()
H A Dtwofish_avx_glue.c36 static inline void twofish_enc_blk_3way(const void *ctx, u8 *dst, const u8 *src) in twofish_enc_blk_3way() function
45 ECB_BLOCK(3, twofish_enc_blk_3way); in ecb_encrypt()
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dtwofish_glue_3way.c28 static inline void twofish_enc_blk_3way(const void *ctx, u8 *dst, const u8 *src) in twofish_enc_blk_3way() function
101 .fn_u = { .ecb = twofish_enc_blk_3way }
H A Dtwofish_avx_glue.c43 static inline void twofish_enc_blk_3way(const void *ctx, u8 *dst, const u8 *src) in twofish_enc_blk_3way() function
91 .fn_u = { .ecb = twofish_enc_blk_3way }

Completed in 2 milliseconds