Searched refs:twofish_setkey (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/include/crypto/ |
D | twofish.h | 23 int twofish_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len);
|
/Linux-v5.4/arch/x86/crypto/ |
D | twofish_glue.c | 77 .cia_setkey = twofish_setkey,
|
D | twofish_glue_3way.c | 25 return twofish_setkey(&tfm->base, key, keylen); in twofish_setkey_skcipher()
|
D | twofish_avx_glue.c | 43 return twofish_setkey(&tfm->base, key, keylen); in twofish_setkey_skcipher()
|
/Linux-v5.4/crypto/ |
D | twofish_common.c | 689 int twofish_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len) in twofish_setkey() function 694 EXPORT_SYMBOL_GPL(twofish_setkey);
|
D | twofish_generic.c | 180 .cia_setkey = twofish_setkey,
|