Home
last modified time | relevance | path

Searched refs:cast6_setkey (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/crypto/
H A Dcast6.h19 int cast6_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen);
/openbmc/linux/crypto/
H A Dcast6_generic.c146 int cast6_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) in cast6_setkey() function
150 EXPORT_SYMBOL_GPL(cast6_setkey);
258 .cia_setkey = cast6_setkey,
/openbmc/linux/arch/x86/crypto/
H A Dcast6_avx_glue.c31 return cast6_setkey(&tfm->base, key, keylen); in cast6_setkey_skcipher()