From: linux@arm.linux.org.uk (Russell King - ARM Linux)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 3/3] ARM: add support for bit sliced AES using NEON instructions
Date: Sun, 13 Oct 2013 11:03:50 +0100 [thread overview]
Message-ID: <20131013100350.GZ25034@n2100.arm.linux.org.uk> (raw)
In-Reply-To: <1380913419-13296-4-git-send-email-ard.biesheuvel@linaro.org>
On Fri, Oct 04, 2013 at 09:03:39PM +0200, Ard Biesheuvel wrote:
> diff --git a/arch/arm/crypto/aesbs-glue.c b/arch/arm/crypto/aesbs-glue.c
> new file mode 100644
> index 0000000..4522366
> --- /dev/null
> +++ b/arch/arm/crypto/aesbs-glue.c
> @@ -0,0 +1,434 @@
> +/*
> + * linux/arch/arm/crypto/aesbs-glue.c - glue code for NEON bit sliced AES
> + *
> + * Copyright (C) 2013 Linaro Ltd <ard.biesheuvel@linaro.org>
> + *
> + * This program is free software; you can redistribute it and/or modify
> + * it under the terms of the GNU General Public License version 2 as
> + * published by the Free Software Foundation.
> + */
> +
> +#include <asm/neon.h>
> +#include <crypto/aes.h>
> +#include <crypto/ablk_helper.h>
This header file doesn't appear to exist, and so causes this build error:
CC arch/arm/crypto/aesbs-glue.o
arch/arm/crypto/aesbs-glue.c:13:32: fatal error: crypto/ablk_helper.h: No such fcompilation terminated.
make[2]: *** [arch/arm/crypto/aesbs-glue.o] Error 1
make[2]: Target `__build' not remade because of errors.
make[1]: *** [arch/arm/crypto] Error 2
next prev parent reply other threads:[~2013-10-13 10:03 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-04 19:03 [PATCH v3 0/3] ARM: NEON based fast(er) AES in CBC/CTR/XTS modes Ard Biesheuvel
2013-10-04 19:03 ` [PATCH v3 1/3] ARM: pull in <asm/simd.h> from asm-generic Ard Biesheuvel
2013-10-04 19:03 ` [PATCH v3 2/3] ARM: move AES typedefs and function prototypes to separate header Ard Biesheuvel
[not found] ` <1380913419-13296-4-git-send-email-ard.biesheuvel@linaro.org>
2013-10-13 10:03 ` Russell King - ARM Linux [this message]
2013-10-13 10:21 ` [PATCH v3 3/3] ARM: add support for bit sliced AES using NEON instructions Ard Biesheuvel
2013-10-13 11:14 ` Russell King - ARM Linux
2013-10-13 11:19 ` Ard Biesheuvel
2013-10-13 11:22 ` Russell King - ARM Linux
2013-10-13 11:28 ` Ard Biesheuvel
2013-10-13 11:30 ` Russell King - ARM Linux
2013-10-14 11:29 ` Herbert Xu
2013-10-14 12:08 ` Russell King - ARM Linux
2013-10-14 12:10 ` Herbert Xu
2013-10-14 12:19 ` Russell King - ARM Linux
2013-10-14 12:47 ` Herbert Xu
2013-10-14 12:50 ` Russell King - ARM Linux
2013-10-14 15:28 ` Russell King - ARM Linux
2013-10-14 22:23 ` Ard Biesheuvel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20131013100350.GZ25034@n2100.arm.linux.org.uk \
--to=linux@arm.linux.org.uk \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).