Searched refs:__cast6_setkey (Results 1 – 2 of 2) sorted by relevance
18 int __cast6_setkey(struct cast6_ctx *ctx, const u8 *key, unsigned int keylen);
106 int __cast6_setkey(struct cast6_ctx *c, const u8 *in_key, unsigned int key_len) in __cast6_setkey() function144 EXPORT_SYMBOL_GPL(__cast6_setkey);148 return __cast6_setkey(crypto_tfm_ctx(tfm), key, keylen); in cast6_setkey()