__twofish_setkey   81 arch/x86/crypto/twofish_avx_glue.c 	err = __twofish_setkey(&ctx->crypt_ctx, key, keylen / 2, flags);
__twofish_setkey   86 arch/x86/crypto/twofish_avx_glue.c 	return __twofish_setkey(&ctx->tweak_ctx, key + keylen / 2, keylen / 2,
__twofish_setkey  687 crypto/twofish_common.c EXPORT_SYMBOL_GPL(__twofish_setkey);
__twofish_setkey  691 crypto/twofish_common.c 	return __twofish_setkey(crypto_tfm_ctx(tfm), key, key_len,
__twofish_setkey   21 include/crypto/twofish.h int __twofish_setkey(struct twofish_ctx *ctx, const u8 *key,