Searched refs:twofish_setkey (Results 1 – 6 of 6) sorted by relevance
| /linux-4.4.14/include/crypto/ |
| D | twofish.h | 22 int twofish_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len);
|
| /linux-4.4.14/arch/x86/crypto/ |
| D | twofish_glue.c | 77 .cia_setkey = twofish_setkey,
|
| D | twofish_glue_3way.c | 349 .setkey = twofish_setkey, 369 .setkey = twofish_setkey, 389 .setkey = twofish_setkey,
|
| D | twofish_avx_glue.c | 352 .setkey = twofish_setkey, 372 .setkey = twofish_setkey, 393 .setkey = twofish_setkey,
|
| /linux-4.4.14/crypto/ |
| D | twofish_common.c | 703 int twofish_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len) in twofish_setkey() function 708 EXPORT_SYMBOL_GPL(twofish_setkey);
|
| D | twofish_generic.c | 194 .cia_setkey = twofish_setkey,
|