index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
crypto
Age
Commit message (
Expand
)
Author
2014-12-02
crypto: arm - replace memset by memzero_explicit
Julia Lawall
2014-11-24
crypto: prefix module autoloading with "crypto-"
Kees Cook
2014-08-27
ARM: 8125/1: crypto: enable NEON SHA-1 for big endian
Ard Biesheuvel
2014-08-05
Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
Linus Torvalds
2014-08-02
ARM: 8120/1: crypto: sha512: add ARM NEON implementation
Jussi Kivilinna
2014-08-02
ARM: 8119/1: crypto: sha1: add ARM NEON implementation
Jussi Kivilinna
2014-08-02
ARM: 8118/1: crypto: sha1/make use of common SHA-1 structures
Jussi Kivilinna
2014-07-28
crypto: arm-aes - fix encryption of unaligned data
Mikulas Patocka
2014-07-18
ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+
Russell King
2014-01-05
CRYPTO: Fix more AES build errors
Russell King
2013-10-07
ARM: add .gitignore entry for aesbs-core.S
Russell King
2013-10-04
ARM: add support for bit sliced AES using NEON instructions
Ard Biesheuvel
2013-10-04
ARM: move AES typedefs and function prototypes to separate header
Ard Biesheuvel
2013-09-22
ARM: 7837/3: fix Thumb-2 bug in AES assembler code
Ard Biesheuvel
2013-05-22
ARM: 7723/1: crypto: sha1-armv4-large.S: fix SP handling
Ard Biesheuvel
2013-01-13
ARM: 7626/1: arm/crypto: Make asm SHA-1 and AES code Thumb-2 compatible
Dave Martin
2012-09-07
arm/crypto: Add optimized AES and SHA1 routines
David McCullough