Searched refs:cast6_ctx (Results 1 – 3 of 3) sorted by relevance
168 struct cast6_ctx tweak_ctx;169 struct cast6_ctx crypt_ctx;216 .base.cra_ctxsize = sizeof(struct cast6_ctx),229 .base.cra_ctxsize = sizeof(struct cast6_ctx),243 .base.cra_ctxsize = sizeof(struct cast6_ctx),
13 struct cast6_ctx { struct18 int __cast6_setkey(struct cast6_ctx *ctx, const u8 *key, unsigned int keylen); argument
106 int __cast6_setkey(struct cast6_ctx *c, const u8 *in_key, unsigned int key_len) in __cast6_setkey()174 const struct cast6_ctx *c = ctx; in __cast6_encrypt()213 const struct cast6_ctx *c = ctx; in __cast6_decrypt()256 .cra_ctxsize = sizeof(struct cast6_ctx),