Home
last modified time | relevance | path

Searched refs:cast5_ctx (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/crypto/
H A Dcast5_avx_glue.c20 asmlinkage void cast5_ecb_enc_16way(struct cast5_ctx *ctx, u8 *dst,
22 asmlinkage void cast5_ecb_dec_16way(struct cast5_ctx *ctx, u8 *dst,
24 asmlinkage void cast5_cbc_dec_16way(struct cast5_ctx *ctx, u8 *dst,
70 .base.cra_ctxsize = sizeof(struct cast5_ctx),
82 .base.cra_ctxsize = sizeof(struct cast5_ctx),
/linux/include/crypto/
H A Dcast5.h13 struct cast5_ctx { struct
21 void __cast5_encrypt(struct cast5_ctx *ctx, u8 *dst, const u8 *src); argument
22 void __cast5_decrypt(struct cast5_ctx *ctx, u8 *dst, const u8 *src);