Lines Matching refs:crypto_cipher
16 static int crypto_ecb_crypt(struct crypto_cipher *cipher, const u8 *src,
37 struct crypto_cipher **ctx = crypto_lskcipher_ctx(tfm);
38 struct crypto_cipher *cipher = *ctx;
48 struct crypto_cipher **ctx = crypto_lskcipher_ctx(tfm);
49 struct crypto_cipher *cipher = *ctx;
59 struct crypto_cipher **ctx = crypto_lskcipher_ctx(tfm);
60 struct crypto_cipher *cipher = *ctx;
71 struct crypto_cipher **ctx = crypto_lskcipher_ctx(tfm);
73 struct crypto_cipher *cipher;
86 struct crypto_cipher **ctx = crypto_lskcipher_ctx(tfm);
136 /* Use struct crypto_cipher * by default, can be overridden */
137 inst->alg.co.base.cra_ctxsize = sizeof(struct crypto_cipher *);