index
:
litmus-rt-imx6.git
chengyangfu
master
wip-mc2
wip-mc2-lvc
wip-mc2-new
wip-mc2-ver2
LITMUS^RT and MC^2 V1 support for the i.MX6 processor family.
Namhoon Kim
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
Commit message (
Expand
)
Author
Age
...
|
*
|
crypto: user - fix empty string test in report API
Mathias Krause
2013-02-19
|
*
|
crypto: user - fix info leaks in report API
Mathias Krause
2013-02-19
|
*
|
crypto: use ERR_CAST
Julia Lawall
2013-02-04
|
*
|
crypto: testmgr - add test vector for fcrypt
Jussi Kivilinna
2013-01-19
|
*
|
crypto: crc32 - add crc32 pclmulqdq implementation and wrappers for table imp...
Alexander Boyko
2013-01-19
|
|
/
*
|
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
2013-02-23
|
\
\
|
*
|
powerpc: Add a powerpc implementation of SHA-1
Michael Ellerman
2013-01-09
|
|
/
*
|
Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2013-02-21
|
\
\
|
*
|
crypto: remove depends on CONFIG_EXPERIMENTAL
Kees Cook
2013-01-11
|
|
/
*
/
crypto: ctr - make rfc3686 asynchronous block cipher
Jussi Kivilinna
2013-01-08
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2012-12-15
|
\
|
*
crypto: testmgr - remove superfluous initializers for xts(aes)
Mathias Krause
2012-12-06
|
*
crypto: testmgr - allow compression algs in fips mode
Milan Broz
2012-12-06
|
*
crypto: testmgr - add larger crc32c test vector to test FPU path in crc32c_intel
Jussi Kivilinna
2012-12-06
|
*
crypto: testmgr - clean alg_test_null entries in alg_test_descs[]
Jussi Kivilinna
2012-12-06
|
*
crypto: testmgr - remove fips_allowed flag from camellia-aesni null-tests
Jussi Kivilinna
2012-12-06
|
*
crypto: cast5/cast6 - move lookup tables to shared module
Jussi Kivilinna
2012-12-06
|
*
crypto: camellia - add AES-NI/AVX/x86_64 assembler implementation of camellia...
Jussi Kivilinna
2012-11-09
|
*
crypto: tcrypt - add async speed test for camellia cipher
Jussi Kivilinna
2012-11-09
|
*
crypto: testmgr - add new larger DES3_EDE testvectors
Jussi Kivilinna
2012-10-24
|
*
crypto: testmgr - add new larger DES testvectors
Jussi Kivilinna
2012-10-24
|
*
crypto: testmgr - add new larger AES testvectors
Jussi Kivilinna
2012-10-24
|
*
crypto: testmgr - expand serpent test vectors
Jussi Kivilinna
2012-10-24
|
*
crypto: testmgr - expand blowfish test vectors
Jussi Kivilinna
2012-10-24
|
*
crypto: testmgr - expand camellia test vectors
Jussi Kivilinna
2012-10-24
|
*
crypto: vmac - Make VMAC work when blocks aren't aligned
Salman Qazi
2012-10-15
|
*
crypto: tcrypt - Added speed test in tcrypt for crc32c
Tim Chen
2012-10-15
|
*
crypto: crc32c - Optimize CRC32C calculation with PCLMULQDQ instruction
Tim Chen
2012-10-15
*
|
crypto: cryptd - disable softirqs in cryptd_queue_worker to prevent data corr...
Jussi Kivilinna
2012-10-24
|
/
*
Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2012-10-14
|
\
|
*
X.509: Convert some printk calls to pr_devel
David Howells
2012-10-10
|
*
asymmetric keys: fix printk format warning
Randy Dunlap
2012-10-10
|
*
MODSIGN: Fix 32-bit overflow in X.509 certificate validity date checking
David Howells
2012-10-10
|
*
X.509: Add a crypto key parser for binary (DER) X.509 certificates
David Howells
2012-10-07
|
*
RSA: Fix signature verification for shorter signatures
David Howells
2012-10-07
|
*
RSA: Implement signature verification algorithm [PKCS#1 / RFC3447]
David Howells
2012-10-07
|
*
KEYS: Provide signature verification with an asymmetric key
David Howells
2012-10-07
|
*
KEYS: Asymmetric public-key algorithm crypto key subtype
David Howells
2012-10-07
|
*
KEYS: Asymmetric key pluggable data parsers
David Howells
2012-10-07
|
*
KEYS: Implement asymmetric key type
David Howells
2012-10-07
*
|
Merge tag 'md-3.7' of git://neil.brown.name/md
Linus Torvalds
2012-10-13
|
\
\
|
*
|
add further __init annotations to crypto/xor.c
Jan Beulich
2012-10-10
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2012-10-04
|
\
\
\
|
*
|
|
crypto: tcrypt - add missing tests for camellia and ghash
Jussi Kivilinna
2012-09-27
|
*
|
|
crypto: testmgr - make test_aead also test 'dst != src' code paths
Jussi Kivilinna
2012-09-27
|
*
|
|
crypto: testmgr - make test_skcipher also test 'dst != src' code paths
Jussi Kivilinna
2012-09-27
|
*
|
|
crypto: testmgr - add test vectors for CTR mode IV increasement
Jussi Kivilinna
2012-09-27
|
*
|
|
crypto: testmgr - add test vectors for partial ctr(cast5) and ctr(cast6)
Jussi Kivilinna
2012-09-27
|
*
|
|
crypto: testmgr - allow non-multi page and multi page skcipher tests from sam...
Jussi Kivilinna
2012-09-27
|
*
|
|
crypto, tcrypt: remove local_bh_disable/enable() around local_irq_disable/ena...
Suresh Siddha
2012-09-27
[prev]
[next]