Home
last modified time | relevance | path

Searched refs:cast6_setkey (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/crypto/
H A Dcast6.h19 int cast6_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen);
/kernel/linux/linux-6.6/include/crypto/
H A Dcast6.h19 int cast6_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen);
/kernel/linux/linux-5.10/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); variable
263 .cia_setkey = cast6_setkey,
/kernel/linux/linux-6.6/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); variable
258 .cia_setkey = cast6_setkey,
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dcast6_avx_glue.c31 return cast6_setkey(&tfm->base, key, keylen); in cast6_setkey_skcipher()
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dcast6_avx_glue.c38 return cast6_setkey(&tfm->base, key, keylen); in cast6_setkey_skcipher()

Completed in 2 milliseconds