twofish_setkey     43 arch/x86/crypto/twofish_avx_glue.c 	return twofish_setkey(&tfm->base, key, keylen);
twofish_setkey     77 arch/x86/crypto/twofish_glue.c 			.cia_setkey		=	twofish_setkey,
twofish_setkey     25 arch/x86/crypto/twofish_glue_3way.c 	return twofish_setkey(&tfm->base, key, keylen);
twofish_setkey    694 crypto/twofish_common.c EXPORT_SYMBOL_GPL(twofish_setkey);
twofish_setkey    180 crypto/twofish_generic.c 	.cia_setkey         =   twofish_setkey,
twofish_setkey     23 include/crypto/twofish.h int twofish_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len);