Searched refs:twofish_setkey (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/include/crypto/ |
| H A D | twofish.h | 23 int twofish_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len);
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | twofish_common.c | 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);
|
| H A D | twofish_generic.c | 180 .cia_setkey = twofish_setkey,
|