Home
last modified time | relevance | path

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

/linux-4.19.296/include/crypto/
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);
/linux-4.19.296/crypto/
Dcast5_generic.c310 void __cast5_encrypt(struct cast5_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast5_encrypt()
367 void __cast5_decrypt(struct cast5_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast5_decrypt()
488 struct cast5_ctx *c = crypto_tfm_ctx(tfm); in cast5_setkey()
522 .cra_ctxsize = sizeof(struct cast5_ctx),