Lines Matching refs:skcipher
10 #include <crypto/internal/skcipher.h>
18 struct crypto_skcipher *skcipher)
20 unsigned int bsize = crypto_skcipher_blocksize(skcipher);
29 cipher = skcipher_cipher_simple(skcipher);
46 struct crypto_skcipher *skcipher)
48 unsigned int bsize = crypto_skcipher_blocksize(skcipher);
56 cipher = skcipher_cipher_simple(skcipher);
75 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req);
83 err = crypto_cbc_encrypt_inplace(&walk, skcipher);
85 err = crypto_cbc_encrypt_segment(&walk, skcipher);
93 struct crypto_skcipher *skcipher)
95 unsigned int bsize = crypto_skcipher_blocksize(skcipher);
104 cipher = skcipher_cipher_simple(skcipher);
123 struct crypto_skcipher *skcipher)
125 unsigned int bsize = crypto_skcipher_blocksize(skcipher);
133 cipher = skcipher_cipher_simple(skcipher);
157 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req);
165 err = crypto_cbc_decrypt_inplace(&walk, skcipher);
167 err = crypto_cbc_decrypt_segment(&walk, skcipher);