__camellia_setkey  148 arch/x86/crypto/camellia_aesni_avx2_glue.c 	return __camellia_setkey(crypto_skcipher_ctx(tfm), key, keylen,
__camellia_setkey  152 arch/x86/crypto/camellia_aesni_avx_glue.c 	return __camellia_setkey(crypto_skcipher_ctx(tfm), key, keylen,
__camellia_setkey  194 arch/x86/crypto/camellia_aesni_avx_glue.c 	err = __camellia_setkey(&ctx->crypt_ctx, key, keylen / 2, flags);
__camellia_setkey  199 arch/x86/crypto/camellia_aesni_avx_glue.c 	return __camellia_setkey(&ctx->tweak_ctx, key + keylen / 2, keylen / 2,
__camellia_setkey 1255 arch/x86/crypto/camellia_glue.c EXPORT_SYMBOL_GPL(__camellia_setkey);
__camellia_setkey 1260 arch/x86/crypto/camellia_glue.c 	return __camellia_setkey(crypto_tfm_ctx(tfm), key, key_len,
__camellia_setkey   27 arch/x86/include/asm/crypto/camellia.h extern int __camellia_setkey(struct camellia_ctx *cctx,