-
- Downloads
* git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6: crypto: skcipher - Use RNG interface instead of get_random_bytes crypto: rng - RNG interface and implementation crypto: api - Add fips_enable flag crypto: skcipher - Move IV generators into their own modules crypto: cryptomgr - Test ciphers using ECB crypto: api - Use test infrastructure crypto: cryptomgr - Add test infrastructure crypto: tcrypt - Add alg_test interface crypto: tcrypt - Abort and only log if there is an error crypto: crc32c - Use Intel CRC32 instruction crypto: tcrypt - Avoid using contiguous pages crypto: api - Display larval objects properly crypto: api - Export crypto_alg_lookup instead of __crypto_alg_lookup crypto: Kconfig - Replace leading spaces with tabs
No related branches found
No related tags found
Showing
- arch/x86/crypto/Makefile 2 additions, 0 deletionsarch/x86/crypto/Makefile
- arch/x86/crypto/crc32c-intel.c 197 additions, 0 deletionsarch/x86/crypto/crc32c-intel.c
- crypto/Kconfig 84 additions, 43 deletionscrypto/Kconfig
- crypto/Makefile 9 additions, 3 deletionscrypto/Makefile
- crypto/algapi.c 124 additions, 23 deletionscrypto/algapi.c
- crypto/algboss.c 85 additions, 7 deletionscrypto/algboss.c
- crypto/ansi_cprng.c 417 additions, 0 deletionscrypto/ansi_cprng.c
- crypto/api.c 62 additions, 19 deletionscrypto/api.c
- crypto/blkcipher.c 0 additions, 29 deletionscrypto/blkcipher.c
- crypto/chainiv.c 37 additions, 7 deletionscrypto/chainiv.c
- crypto/eseqiv.c 29 additions, 6 deletionscrypto/eseqiv.c
- crypto/fips.c 27 additions, 0 deletionscrypto/fips.c
- crypto/internal.h 15 additions, 3 deletionscrypto/internal.h
- crypto/krng.c 66 additions, 0 deletionscrypto/krng.c
- crypto/proc.c 55 additions, 2 deletionscrypto/proc.c
- crypto/rng.c 126 additions, 0 deletionscrypto/rng.c
- crypto/seqiv.c 23 additions, 4 deletionscrypto/seqiv.c
- crypto/tcrypt.c 143 additions, 1204 deletionscrypto/tcrypt.c
- crypto/tcrypt.h 6 additions, 8703 deletionscrypto/tcrypt.h
- crypto/testmgr.c 1868 additions, 0 deletionscrypto/testmgr.c
Loading
Please register or sign in to comment