Lines Matching refs:cast5_ctx
35 asmlinkage void cast5_ecb_enc_16way(struct cast5_ctx *ctx, u8 *dst,
37 asmlinkage void cast5_ecb_dec_16way(struct cast5_ctx *ctx, u8 *dst,
39 asmlinkage void cast5_cbc_dec_16way(struct cast5_ctx *ctx, u8 *dst,
41 asmlinkage void cast5_ctr_16way(struct cast5_ctx *ctx, u8 *dst, const u8 *src,
66 struct cast5_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_crypt()
70 void (*fn)(struct cast5_ctx *ctx, u8 *dst, const u8 *src); in ecb_crypt()
129 struct cast5_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_encrypt()
157 static unsigned int __cbc_decrypt(struct cast5_ctx *ctx, in __cbc_decrypt()
214 struct cast5_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_decrypt()
232 static void ctr_crypt_final(struct skcipher_walk *walk, struct cast5_ctx *ctx) in ctr_crypt_final()
247 struct cast5_ctx *ctx) in __ctr_crypt()
294 struct cast5_ctx *ctx = crypto_skcipher_ctx(tfm); in ctr_crypt()
325 .base.cra_ctxsize = sizeof(struct cast5_ctx),
338 .base.cra_ctxsize = sizeof(struct cast5_ctx),
352 .base.cra_ctxsize = sizeof(struct cast5_ctx),