Searched refs:cast5_ctx (Results 1 – 3 of 3) sorted by relevance
/linux/arch/x86/crypto/ |
H A D | cast5_avx_glue.c | 21 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),
|
/linux/include/crypto/ |
H A D | cast5.h | 13 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);
|
/linux/crypto/ |
H A D | cast5_generic.c | 303 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),
|