Searched refs:twofish_setkey (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/include/crypto/ |
H A D | twofish.h | 23 int twofish_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len);
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | twofish.h | 23 int twofish_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len);
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | twofish_glue.c | 77 .cia_setkey = twofish_setkey,
|
H A D | twofish_glue_3way.c | 25 return twofish_setkey(&tfm->base, key, keylen); in twofish_setkey_skcipher()
|
H A D | twofish_avx_glue.c | 40 return twofish_setkey(&tfm->base, key, keylen); in twofish_setkey_skcipher()
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | twofish_glue.c | 77 .cia_setkey = twofish_setkey,
|
H A D | twofish_glue_3way.c | 24 return twofish_setkey(&tfm->base, key, keylen); in twofish_setkey_skcipher()
|
H A D | twofish_avx_glue.c | 33 return twofish_setkey(&tfm->base, key, keylen); in twofish_setkey_skcipher()
|
/kernel/linux/linux-5.10/crypto/ |
H A D | twofish_generic.c | 180 .cia_setkey = twofish_setkey,
|
H A D | twofish_common.c | 641 * unrolled: twofish_setkey/sec: 41128 in __twofish_setkey() 642 * loop: twofish_setkey/sec: 38148 in __twofish_setkey() 686 int twofish_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len) in twofish_setkey() function 690 EXPORT_SYMBOL_GPL(twofish_setkey); variable
|
/kernel/linux/linux-6.6/crypto/ |
H A D | twofish_generic.c | 175 .cia_setkey = twofish_setkey,
|
H A D | twofish_common.c | 641 * unrolled: twofish_setkey/sec: 41128 in __twofish_setkey() 642 * loop: twofish_setkey/sec: 38148 in __twofish_setkey() 686 int twofish_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len) in twofish_setkey() function 690 EXPORT_SYMBOL_GPL(twofish_setkey); variable
|
Completed in 6 milliseconds