Searched refs:blowfish_enc_blk (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | blowfish_glue.c | 22 asmlinkage void blowfish_enc_blk(struct bf_ctx *ctx, u8 *dst, const u8 *src); 45 blowfish_enc_blk(crypto_tfm_ctx(tfm), dst, src); in blowfish_encrypt() 63 ECB_BLOCK(1, blowfish_enc_blk); in ecb_encrypt() 78 CBC_ENC_BLOCK(blowfish_enc_blk); in cbc_encrypt()
|
H A D | blowfish-x86_64-asm_64.S | 102 SYM_FUNC_START(blowfish_enc_blk) 131 SYM_FUNC_END(blowfish_enc_blk)
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | blowfish_glue.c | 32 static inline void blowfish_enc_blk(struct bf_ctx *ctx, u8 *dst, const u8 *src) in blowfish_enc_blk() function 57 blowfish_enc_blk(crypto_tfm_ctx(tfm), dst, src); in blowfish_encrypt() 120 return ecb_crypt(req, blowfish_enc_blk, blowfish_enc_blk_4way); in ecb_encrypt() 139 blowfish_enc_blk(ctx, (u8 *)dst, (u8 *)dst); in __cbc_encrypt() 258 blowfish_enc_blk(ctx, keystream, ctrblk); in ctr_crypt_final()
|
Completed in 2 milliseconds