Lines Matching refs:skcipher
9 #include <crypto/internal/skcipher.h>
17 struct crypto_skcipher *skcipher)
19 unsigned int bsize = crypto_skcipher_blocksize(skcipher);
28 cipher = skcipher_cipher_simple(skcipher);
45 struct crypto_skcipher *skcipher)
47 unsigned int bsize = crypto_skcipher_blocksize(skcipher);
55 cipher = skcipher_cipher_simple(skcipher);
74 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req);
82 err = crypto_cbc_encrypt_inplace(&walk, skcipher);
84 err = crypto_cbc_encrypt_segment(&walk, skcipher);
92 struct crypto_skcipher *skcipher)
94 unsigned int bsize = crypto_skcipher_blocksize(skcipher);
103 cipher = skcipher_cipher_simple(skcipher);
122 struct crypto_skcipher *skcipher)
124 unsigned int bsize = crypto_skcipher_blocksize(skcipher);
132 cipher = skcipher_cipher_simple(skcipher);
156 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req);
164 err = crypto_cbc_decrypt_inplace(&walk, skcipher);
166 err = crypto_cbc_decrypt_segment(&walk, skcipher);