__cast6_setkey    188 arch/x86/crypto/cast6_avx_glue.c 	err = __cast6_setkey(&ctx->crypt_ctx, key, keylen / 2, flags);
__cast6_setkey    193 arch/x86/crypto/cast6_avx_glue.c 	return __cast6_setkey(&ctx->tweak_ctx, key + keylen / 2, keylen / 2,
__cast6_setkey    147 crypto/cast6_generic.c EXPORT_SYMBOL_GPL(__cast6_setkey);
__cast6_setkey    151 crypto/cast6_generic.c 	return __cast6_setkey(crypto_tfm_ctx(tfm), key, keylen,
__cast6_setkey     18 include/crypto/cast6.h int __cast6_setkey(struct cast6_ctx *ctx, const u8 *key,