Home
last modified time | relevance | path

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

/openbmc/linux/include/crypto/
H A Dcast5.h19 int cast5_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen);
/openbmc/linux/arch/x86/crypto/
H A Dcast5_avx_glue.c31 return cast5_setkey(&tfm->base, key, keylen); in cast5_setkey_skcipher()
/openbmc/linux/crypto/
H A Dcast5_generic.c475 int cast5_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len) in cast5_setkey() function
503 EXPORT_SYMBOL_GPL(cast5_setkey);
517 .cia_setkey = cast5_setkey,