Home
last modified time | relevance | path

Searched refs:blowfish_enc_blk (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/arch/x86/crypto/
Dblowfish_glue.c47 static inline void blowfish_enc_blk(struct bf_ctx *ctx, u8 *dst, const u8 *src) in blowfish_enc_blk() function
72 blowfish_enc_blk(crypto_tfm_ctx(tfm), dst, src); in blowfish_encrypt()
131 return ecb_crypt(desc, &walk, blowfish_enc_blk, blowfish_enc_blk_4way); in ecb_encrypt()
155 blowfish_enc_blk(ctx, (u8 *)dst, (u8 *)dst); in __cbc_encrypt()
273 blowfish_enc_blk(ctx, keystream, ctrblk); in ctr_crypt_final()