Home
last modified time | relevance | path

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

/Linux-v4.19/include/crypto/
Dcast6.h20 int cast6_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen);
/Linux-v4.19/crypto/
Dcast6_generic.c156 int cast6_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) in cast6_setkey() function
161 EXPORT_SYMBOL_GPL(cast6_setkey);
272 .cia_setkey = cast6_setkey,
/Linux-v4.19/arch/x86/crypto/
Dcast6_avx_glue.c56 return cast6_setkey(&tfm->base, key, keylen); in cast6_setkey_skcipher()