Searched refs:cast5_setkey (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/crypto/ |
H A D | cast5.h | 19 int cast5_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen);
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | cast5.h | 19 int cast5_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen);
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | cast5_avx_glue.c | 31 return cast5_setkey(&tfm->base, key, keylen); in cast5_setkey_skcipher()
|
/kernel/linux/linux-5.10/crypto/ |
H A D | cast5_generic.c | 479 int cast5_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len) in cast5_setkey() function 507 EXPORT_SYMBOL_GPL(cast5_setkey); variable 522 .cia_setkey = cast5_setkey,
|
/kernel/linux/linux-6.6/crypto/ |
H A D | cast5_generic.c | 475 int cast5_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len) in cast5_setkey() function 503 EXPORT_SYMBOL_GPL(cast5_setkey); variable 517 .cia_setkey = cast5_setkey,
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | cast5_avx_glue.c | 32 return cast5_setkey(&tfm->base, key, keylen); in cast5_setkey_skcipher()
|
Completed in 4 milliseconds