Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/arch/x86/crypto/
Dcast5_avx_glue.c47 static int ecb_crypt(struct skcipher_request *req, bool enc) in ecb_crypt() function
102 return ecb_crypt(req, true); in ecb_encrypt()
107 return ecb_crypt(req, false); in ecb_decrypt()
Dblowfish_glue.c71 static int ecb_crypt(struct skcipher_request *req, in ecb_crypt() function
120 return ecb_crypt(req, blowfish_enc_blk, blowfish_enc_blk_4way); in ecb_encrypt()
125 return ecb_crypt(req, blowfish_dec_blk, blowfish_dec_blk_4way); in ecb_decrypt()
Ddes3_ede_glue.c76 static int ecb_crypt(struct skcipher_request *req, const u32 *expkey) in ecb_crypt() function
125 return ecb_crypt(req, ctx->enc.expkey); in ecb_encrypt()
133 return ecb_crypt(req, ctx->dec.expkey); in ecb_decrypt()