Home
last modified time | relevance | path

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

/Linux-v4.19/include/crypto/
Dtwofish.h23 int twofish_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len);
/Linux-v4.19/arch/x86/crypto/
Dtwofish_glue.c77 .cia_setkey = twofish_setkey,
Dtwofish_glue_3way.c40 return twofish_setkey(&tfm->base, key, keylen); in twofish_setkey_skcipher()
Dtwofish_avx_glue.c58 return twofish_setkey(&tfm->base, key, keylen); in twofish_setkey_skcipher()
/Linux-v4.19/crypto/
Dtwofish_common.c702 int twofish_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len) in twofish_setkey() function
707 EXPORT_SYMBOL_GPL(twofish_setkey);
Dtwofish_generic.c193 .cia_setkey = twofish_setkey,