index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
crypto
/
poly1305-glue.c
Age
Commit message (
Expand
)
Author
2025-04-28
crypto: arm - move library functions to arch/arm/lib/crypto/
Eric Biggers
2025-04-19
crypto: lib/poly1305 - restore ability to remove modules
Eric Biggers
2025-04-16
crypto: arm/poly1305 - remove redundant shash algorithm
Eric Biggers
2025-04-16
crypto: poly1305 - centralize the shash wrappers for arch code
Eric Biggers
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-06-21
crypto: arm/poly1305 - add missing MODULE_DESCRIPTION() macro
Jeff Johnson
2021-04-02
crypto: poly1305 - fix poly1305_core_setkey() declaration
Arnd Bergmann
2020-09-04
crypto: arm/poly1305 - Add prototype for poly1305_blocks_neon
Herbert Xu
2020-04-30
crypto: arch/lib - limit simd usage to 4k chunks
Jason A. Donenfeld
2020-01-16
crypto: {arm,arm64,mips}/poly1305 - remove redundant non-reduction from emit
Jason A. Donenfeld
2019-11-27
crypto: arch - conditionalize crypto api in arch glue for lib code
Jason A. Donenfeld
2019-11-17
crypto: arm/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation
Ard Biesheuvel