Lines Matching defs:cipher
9 #include <crypto/internal/cipher.h>
17 struct crypto_cipher *cipher,
20 const unsigned int bsize = crypto_cipher_blocksize(cipher);
32 fn(crypto_cipher_tfm(cipher), dst, src);
47 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm);
49 return crypto_ecb_crypt(req, cipher,
50 crypto_cipher_alg(cipher)->cia_encrypt);
56 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm);
58 return crypto_ecb_crypt(req, cipher,
59 crypto_cipher_alg(cipher)->cia_decrypt);
103 MODULE_DESCRIPTION("ECB block cipher mode of operation");