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

/linux-4.1.27/arch/x86/crypto/
H A Dblowfish_glue.c80 static int ecb_crypt(struct blkcipher_desc *desc, struct blkcipher_walk *walk, ecb_crypt() function
131 return ecb_crypt(desc, &walk, blowfish_enc_blk, blowfish_enc_blk_4way); ecb_encrypt()
140 return ecb_crypt(desc, &walk, blowfish_dec_blk, blowfish_dec_blk_4way); ecb_decrypt()
H A Dcast5_avx_glue.c60 static int ecb_crypt(struct blkcipher_desc *desc, struct blkcipher_walk *walk, ecb_crypt() function
120 return ecb_crypt(desc, &walk, true); ecb_encrypt()
129 return ecb_crypt(desc, &walk, false); ecb_decrypt()
H A Ddes3_ede_glue.c86 static int ecb_crypt(struct blkcipher_desc *desc, struct blkcipher_walk *walk, ecb_crypt() function
137 return ecb_crypt(desc, &walk, ctx->enc_expkey); ecb_encrypt()
147 return ecb_crypt(desc, &walk, ctx->dec_expkey); ecb_decrypt()
/linux-4.1.27/drivers/crypto/
H A Dpadlock-aes.c235 static inline void ecb_crypt(const u8 *in, u8 *out, u32 *key, ecb_crypt() function
265 ecb_crypt(input, output, key, control_word, count); padlock_xcrypt_ecb()
305 ecb_crypt(in, out, ctx->E, &ctx->cword.encrypt, 1); aes_encrypt()
317 ecb_crypt(in, out, ctx->D, &ctx->cword.decrypt, 1); aes_decrypt()

Completed in 84 milliseconds