Searched refs:cast5_ctx (Results 1 – 2 of 2) sorted by relevance
/linux/arch/x86/crypto/ |
H A D | cast5_avx_glue.c | 20 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 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);
|