Home
last modified time | relevance | path

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

/Linux-v5.4/include/crypto/
Dcast6.h20 int cast6_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen);
/Linux-v5.4/crypto/
Dcast6_generic.c149 int cast6_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) in cast6_setkey() function
154 EXPORT_SYMBOL_GPL(cast6_setkey);
265 .cia_setkey = cast6_setkey,
/Linux-v5.4/arch/x86/crypto/
Dcast6_avx_glue.c41 return cast6_setkey(&tfm->base, key, keylen); in cast6_setkey_skcipher()