Home
last modified time | relevance | path

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

/openbmc/linux/include/crypto/
H A Dcast6.h18 int __cast6_setkey(struct cast6_ctx *ctx, const u8 *key, unsigned int keylen);
/openbmc/linux/crypto/
H A Dcast6_generic.c106 int __cast6_setkey(struct cast6_ctx *c, const u8 *in_key, unsigned int key_len) in __cast6_setkey() function
144 EXPORT_SYMBOL_GPL(__cast6_setkey);
148 return __cast6_setkey(crypto_tfm_ctx(tfm), key, keylen); in cast6_setkey()