Searched refs:cast6_ctx (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/include/crypto/ |
D | cast6.h | 13 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/ |
D | cast6_generic.c | 113 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),
|