[U-Boot] [PATCH v3 45/54] Add rivest cipher 4 (rc4) implementation

Simon Glass sjg at chromium.org
Sat Jul 18 01:57:58 CEST 2015


On 23 June 2015 at 15:39, Simon Glass <sjg at chromium.org> wrote:
> Add an implementation of RC4. This will be used by Rockchip booting but may
> be useful in other situations.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v3: None
> Changes in v2: None
>
>  include/rc4.h | 21 +++++++++++++++++++++
>  lib/Makefile  |  1 +
>  lib/rc4.c     | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 71 insertions(+)
>  create mode 100644 include/rc4.h
>  create mode 100644 lib/rc4.c

Applied to u-boot-dm.


More information about the U-Boot mailing list