Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/crypto/
H A Dcast5_avx_glue.c21 asmlinkage void cast5_ecb_enc_16way(struct cast5_ctx *ctx, u8 *dst,
23 asmlinkage void cast5_ecb_dec_16way(struct cast5_ctx *ctx, u8 *dst,
25 asmlinkage void cast5_cbc_dec_16way(struct cast5_ctx *ctx, u8 *dst,
72 .base.cra_ctxsize = sizeof(struct cast5_ctx),
85 .base.cra_ctxsize = sizeof(struct cast5_ctx),
/openbmc/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);
/openbmc/linux/crypto/
H A Dcast5_generic.c303 void __cast5_encrypt(struct cast5_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast5_encrypt()
358 void __cast5_decrypt(struct cast5_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast5_decrypt()
477 struct cast5_ctx *c = crypto_tfm_ctx(tfm); in cast5_setkey()
511 .cra_ctxsize = sizeof(struct cast5_ctx),