]> Git Repo - linux.git/history - crypto
crypto: caam - generate hash keys in-place
[linux.git] / crypto /
2019-02-22 Eric Biggerscrypto: adiantum - add 1536 and 4096-byte test vectors
2019-02-22 Eric Biggerscrypto: nhpoly1305 - add a test vector with len % 16...
2019-02-22 Eric Biggerscrypto: testmgr - add iv_out to all CTR test vectors
2019-02-22 Eric Biggerscrypto: testmgr - add iv_out to all CBC test vectors
2019-02-22 Eric Biggerscrypto: testmgr - support checking skcipher output IV
2019-02-22 Eric Biggerscrypto: testmgr - remove extra bytes from 3DES-CTR IVs
2019-02-22 Herbert XuMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2019-02-15 Iuliana Prodancrypto: export arc4 defines
2019-02-08 Eric Biggerscrypto: testmgr - check for aead_request corruption
2019-02-08 Eric Biggerscrypto: testmgr - check for skcipher_request corruption
2019-02-08 Eric Biggerscrypto: testmgr - convert hash testing to use testvec_c...
2019-02-08 Eric Biggerscrypto: testmgr - convert aead testing to use testvec_c...
2019-02-08 Eric Biggerscrypto: testmgr - convert skcipher testing to use testv...
2019-02-08 Eric Biggerscrypto: testmgr - implement random testvec_config gener...
2019-02-08 Eric Biggerscrypto: testmgr - introduce CONFIG_CRYPTO_MANAGER_EXTRA...
2019-02-08 Eric Biggerscrypto: testmgr - add testvec_config struct and helper...
2019-02-08 Eric Biggerscrypto: ahash - fix another early termination in hash...
2019-02-08 Eric Biggerscrypto: morus - fix handling chunked inputs
2019-02-08 Eric Biggerscrypto: aegis - fix handling chunked inputs
2019-02-08 Christopher Diaz... crypto: testmgr - use kmemdup
2019-02-01 Milan Brozcrypto: testmgr - mark crc32 checksum as FIPS allowed
2019-02-01 Eric Biggerscrypto: testmgr - skip crc32c context test for ahash...
2019-02-01 YueHaibingcrypto: seqiv - Use kmemdup in seqiv_aead_encrypt()
2019-01-25 Eric Biggerscrypto: clarify name of WEAK_KEY request flag
2019-01-25 Xiongfeng Wangcrypto: chacha20poly1305 - use template array registeri...
2019-01-25 Xiongfeng Wangcrypto: ctr - use template array registering API to...
2019-01-25 Xiongfeng Wangcrypto: gcm - use template array registering API to...
2019-01-25 Xiongfeng Wangcrypto: ccm - use template array registering API to...
2019-01-25 Xiongfeng Wangcrypto: api - add a helper to (un)register a array...
2019-01-25 Thomas Gleixnercrypto: morus - Convert to SPDX license identifiers
2019-01-25 Thomas Gleixnercrypto: aegis - Convert to SPDX license identifiers
2019-01-25 Thomas Gleixnercrypto: aegis - Cleanup license mess
2019-01-18 Eric Biggerscrypto: testmgr - unify the AEAD encryption and decrypt...
2019-01-18 Eric Biggerscrypto: testmgr - add rfc4543(gcm(aes)) decryption...
2019-01-18 Eric Biggerscrypto: testmgr - add gcm(aes) decryption tests to...
2019-01-18 Eric Biggerscrypto: testmgr - add ccm(aes) decryption tests to...
2019-01-18 Eric Biggerscrypto: testmgr - skip AEAD encryption test vectors...
2019-01-18 Eric Biggerscrypto: af_alg - remove redundant initializations of...
2019-01-18 Eric Biggerscrypto: af_alg - use list_for_each_entry() in af_alg_co...
2019-01-18 Eric Biggerscrypto: af_alg - make some functions static
2019-01-18 Eric Biggerscrypto: stat - remove unused mutex
2019-01-18 Eric Biggerscrypto: tgr192 - fix unaligned memory access
2019-01-18 Eric Biggerscrypto: user - forward declare crypto_nlsk
2019-01-18 Eric Biggerscrypto: testmgr - handle endianness correctly in alg_te...
2019-01-18 Eric Biggerscrypto: streebog - use correct endianness type
2019-01-18 Eric Biggerscrypto: rsa-pkcs1pad - include <crypto/internal/rsa.h>
2019-01-18 Eric Biggerscrypto: gcm - use correct endianness type in gcm_hash_len()
2019-01-18 Vitaly Chikunovcrypto: testmgr - split akcipher tests by a key type
2019-01-18 Eric Biggerscrypto: shash - remove pointless checks of shash_alg...
2019-01-18 Eric Biggerscrypto: shash - require neither or both ->export()...
2019-01-18 Eric Biggerscrypto: aead - set CRYPTO_TFM_NEED_KEY if ->setkey...
2019-01-18 Eric Biggerscrypto: skcipher - set CRYPTO_TFM_NEED_KEY if ->setkey...
2019-01-18 Eric Biggerscrypto: hash - set CRYPTO_TFM_NEED_KEY if ->setkey...
2019-01-11 Eric Biggerscrypto: algapi - reject NULL crypto_spawn::inst
2019-01-11 Eric Biggerscrypto: algapi - remove crypto_alloc_instance()
2019-01-11 Eric Biggerscrypto: null - convert ecb-cipher_null to skcipher API
2019-01-11 Eric Biggerscrypto: arc4 - convert to skcipher API
2019-01-11 Eric Biggerscrypto: pcbc - convert to skcipher_alloc_instance_simple()
2019-01-11 Eric Biggerscrypto: pcbc - remove ability to wrap internal ciphers
2019-01-11 Eric Biggerscrypto: ofb - convert to skcipher_alloc_instance_simple()
2019-01-11 Eric Biggerscrypto: keywrap - convert to skcipher API
2019-01-11 Eric Biggerscrypto: ecb - convert to skcipher API
2019-01-11 Eric Biggerscrypto: ctr - convert to skcipher API
2019-01-11 Eric Biggerscrypto: cfb - convert to skcipher_alloc_instance_simple()
2019-01-11 Eric Biggerscrypto: cbc - convert to skcipher_alloc_instance_simple()
2019-01-11 Eric Biggerscrypto: skcipher - add helper for simple block cipher...
2019-01-11 Eric Biggerscrypto: pcbc - remove bogus memcpy()s with src == dest
2019-01-11 Eric Biggerscrypto: ofb - fix handling partial blocks and make...
2019-01-11 Eric Biggerscrypto: cfb - remove bogus memcpy() with src == dest
2019-01-11 Eric Biggerscrypto: cfb - add missing 'chunksize' property
2019-01-11 hacocrypto: Kconfig - Fix typo in "pclmul"
2019-01-10 Eric Biggerscrypto: sm3 - fix undefined shift by >= width of value
2019-01-10 Eric Biggerscrypto: adiantum - initialize crypto_spawn::inst
2019-01-10 Harsh Jaincrypto: authencesn - Avoid twice completion call in...
2019-01-10 Eric Biggerscrypto: authenc - fix parsing key with misaligned rta_len
2019-01-07 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git.kerne...
2019-01-06 Linus TorvaldsMerge tag 'fscrypt_for_linus' of git://git.kernel.org...
2019-01-06 Linus TorvaldsMerge tag 'ext4_for_linus_stable' of git://git.kernel...
2019-01-06 Linus TorvaldsMerge tag 'tag-chrome-platform-for-v4.21' of git:/...
2019-01-06 Linus TorvaldsMerge tag 'hwlock-v4.21' of git://github.com/andersson...
2019-01-06 Linus TorvaldsMerge tag 'docs-5.0-fixes' of git://git.lwn.net/linux
2019-01-06 Linus TorvaldsMerge tag 'firewire-update' of git://git.kernel.org...
2019-01-06 Linus TorvaldsMerge tag 'drm-next-2019-01-05' of git://anongit.freede...
2019-01-06 Linus TorvaldsMerge tag 'for-linus' of git://git.kernel.org/pub/scm...
2019-01-06 Linus TorvaldsMerge tag 'fbdev-v4.21' of git://github.com/bzolnier...
2019-01-06 Linus TorvaldsMerge branch 'i2c/for-5.0' of git://git.kernel.org...
2019-01-06 Linus TorvaldsMerge tag 'pci-v4.21-changes' of git://git.kernel.org...
2019-01-06 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2019-01-06 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2019-01-06 Linus TorvaldsMerge branch 'next' of git://git.kernel.org/pub/scm...
2019-01-06 Linus TorvaldsMerge branch 'linus' of git://git.kernel.org/pub/scm...
2019-01-05 Linus TorvaldsMerge tag 'trace-v4.21-1' of git://git.kernel.org/pub...
2019-01-05 Linus TorvaldsMerge tag 'iomap-4.21-merge-3' of git://git.kernel...
2019-01-05 Linus TorvaldsMerge tag 'xfs-4.21-merge-3' of git://git.kernel.org...
2019-01-05 Linus TorvaldsMerge tag 'ceph-for-4.21-rc1' of git://github.com/ceph...
2019-01-05 Linus TorvaldsMerge branch 'mount.part1' of git://git.kernel.org...
2019-01-05 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2019-01-05 Linus TorvaldsMerge tag 'mips_fixes_4.21_1' of git://git.kernel.org...
2019-01-05 Linus TorvaldsMerge tag 'for-4.21' of git://git.sourceforge.jp/gitroo...
2019-01-05 Linus TorvaldsMerge tag 'armsoc-late' of git://git.kernel.org/pub...
next
This page took 0.113594 seconds and 7 git commands to generate.