Searched refs:ecb_crypt (Results 1 - 2 of 2) sorted by last modified time

/linux-master/arch/x86/crypto/
H A Ddes3_ede_glue.c66 static int ecb_crypt(struct skcipher_request *req, const u32 *expkey) function
115 return ecb_crypt(req, ctx->enc.expkey);
123 return ecb_crypt(req, ctx->dec.expkey);
/linux-master/drivers/crypto/
H A Dpadlock-aes.c239 static inline void ecb_crypt(const u8 *in, u8 *out, u32 *key, function
269 ecb_crypt(input, output, key, control_word, count);
311 ecb_crypt(in, out, ctx->E, &ctx->cword.encrypt, 1);
320 ecb_crypt(in, out, ctx->D, &ctx->cword.decrypt, 1);

Completed in 215 milliseconds