Searched refs:twofish_enc_blk_3way (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | twofish_glue_3way.c | 27 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 D | twofish_avx_glue.c | 36 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 D | twofish_glue_3way.c | 28 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 D | twofish_avx_glue.c | 43 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