Home
last modified time | relevance | path

Searched refs:twofish_setkey (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/include/crypto/
Dtwofish.h22 int twofish_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len);
/linux-4.4.14/arch/x86/crypto/
Dtwofish_glue.c77 .cia_setkey = twofish_setkey,
Dtwofish_glue_3way.c349 .setkey = twofish_setkey,
369 .setkey = twofish_setkey,
389 .setkey = twofish_setkey,
Dtwofish_avx_glue.c352 .setkey = twofish_setkey,
372 .setkey = twofish_setkey,
393 .setkey = twofish_setkey,
/linux-4.4.14/crypto/
Dtwofish_common.c703 int twofish_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len) in twofish_setkey() function
708 EXPORT_SYMBOL_GPL(twofish_setkey);
Dtwofish_generic.c194 .cia_setkey = twofish_setkey,