Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/crypto/
Dblowfish_glue.c57 static int ecb_crypt(struct skcipher_request *req, in ecb_crypt() function
106 return ecb_crypt(req, blowfish_enc_blk, blowfish_enc_blk_4way); in ecb_encrypt()
111 return ecb_crypt(req, blowfish_dec_blk, blowfish_dec_blk_4way); in ecb_decrypt()
Ddes3_ede_glue.c66 static int ecb_crypt(struct skcipher_request *req, const u32 *expkey) in ecb_crypt() function
115 return ecb_crypt(req, ctx->enc.expkey); in ecb_encrypt()
123 return ecb_crypt(req, ctx->dec.expkey); in ecb_decrypt()
/linux-6.1.9/drivers/crypto/
Dpadlock-aes.c239 static inline void ecb_crypt(const u8 *in, u8 *out, u32 *key, in ecb_crypt() function
269 ecb_crypt(input, output, key, control_word, count); in padlock_xcrypt_ecb()
311 ecb_crypt(in, out, ctx->E, &ctx->cword.encrypt, 1); in padlock_aes_encrypt()
320 ecb_crypt(in, out, ctx->D, &ctx->cword.decrypt, 1); in padlock_aes_decrypt()