Searched refs:cast6_setkey (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/crypto/ |
H A D | cast6.h | 19 int cast6_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen);
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | cast6.h | 19 int cast6_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen);
|
/kernel/linux/linux-5.10/crypto/ |
H A D | cast6_generic.c | 146 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 D | cast6_generic.c | 146 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 D | cast6_avx_glue.c | 31 return cast6_setkey(&tfm->base, key, keylen); in cast6_setkey_skcipher()
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | cast6_avx_glue.c | 38 return cast6_setkey(&tfm->base, key, keylen); in cast6_setkey_skcipher()
|
Completed in 2 milliseconds