Lines Matching defs:cipher
16 struct crypto_cipher *cipher,
19 const unsigned int bsize = crypto_cipher_blocksize(cipher);
31 fn(crypto_cipher_tfm(cipher), dst, src);
46 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm);
48 return crypto_ecb_crypt(req, cipher,
49 crypto_cipher_alg(cipher)->cia_encrypt);
55 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm);
57 return crypto_ecb_crypt(req, cipher,
58 crypto_cipher_alg(cipher)->cia_decrypt);
102 MODULE_DESCRIPTION("ECB block cipher mode of operation");