Home
last modified time | relevance | path

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

/linux-4.19.296/include/crypto/
Dcast6.h13 struct cast6_ctx { struct
18 int __cast6_setkey(struct cast6_ctx *ctx, const u8 *key, argument
22 void __cast6_encrypt(struct cast6_ctx *ctx, u8 *dst, const u8 *src);
23 void __cast6_decrypt(struct cast6_ctx *ctx, u8 *dst, const u8 *src);
/linux-4.19.296/crypto/
Dcast6_generic.c113 int __cast6_setkey(struct cast6_ctx *c, const u8 *in_key, in __cast6_setkey()
183 void __cast6_encrypt(struct cast6_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast6_encrypt()
221 void __cast6_decrypt(struct cast6_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast6_decrypt()
265 .cra_ctxsize = sizeof(struct cast6_ctx),