Commit Graph

586 Commits (b12536c27043f1c21195e587eb59950428326e22)

Author SHA1 Message Date
Shane Wang f1939f7c56 crypto: vmac - New hash algorithm for intel_txt support 16 years ago
Herbert Xu 2bf2901669 crypto: api - Do not displace newly registered algorithms 16 years ago
Herbert Xu 0c7d400faf crypto: skcipher - Fix skcipher_dequeue_givcrypt NULL test 16 years ago
Steffen Klassert a367b17f34 crypto: ansi_cprng - Fix module initialization 16 years ago
Steffen Klassert 36f87a4a29 crypto: xcbc - Fix alignment calculation of xcbc_tfm_ctx 16 years ago
Neil Horman 4e4ed83be6 crypto: fips - Depend on ansi_cprng 16 years ago
Herbert Xu 63b5ac286d crypto: blkcipher - Do not use eseqiv on stream ciphers 16 years ago
Herbert Xu aef27136b8 crypto: ctr - Use chainiv on raw counter mode 16 years ago
Herbert Xu 73fec12094 Revert crypto: fips - Select CPRNG 16 years ago
Christian Kujau a8ccc393dd crypto: rng - Fix typo 16 years ago
Huang Ying ace1366369 crypto: cryptd - Add support to access underlaying shash 16 years ago
Huang Ying 9382d97af5 crypto: gcm - Use GHASH digest algorithm 16 years ago
Huang Ying 2cdc6899a8 crypto: ghash - Add GHASH digest algorithm for GCM 16 years ago
Steffen Klassert cbdcf80d8b crypto: authenc - Convert to ahash 16 years ago
Herbert Xu 0b767b4df3 crypto: hmac - Prehash ipad/opad 16 years ago
Phil Carmody 7b4ffcf953 crypto: aes - Undefined behaviour in crypto_aes_expand_key 16 years ago
Steffen Klassert 0044f3eda9 crypto: shash - Test for the algorithms import function before exporting it 16 years ago
Steffen Klassert 5befbd5a7e crypto: ahash - Use GFP_KERNEL on allocation if the request can sleep 16 years ago
Herbert Xu f592682f9f crypto: shash - Require all algorithms to support export/import 16 years ago
Herbert Xu 13887ed688 crypto: sha512_generic - Use 64-bit counters 16 years ago
Herbert Xu 1f38ad8389 crypto: sha512 - Export struct sha512_state 16 years ago
Herbert Xu ac95301f27 crypto: xcbc - Fix shash conversion 16 years ago
Herbert Xu b588ef6e69 crypto: xcbc - Use crypto_xor 16 years ago
Herbert Xu 6fba00d176 crypto: cryptd - Add finup/export/import for hash 16 years ago
Herbert Xu cbc86b9161 crypto: shash - Fix async finup handling of null digest 16 years ago
Herbert Xu a70c522520 crypto: ahash - Fix setkey crash 16 years ago
Herbert Xu b5ebd44eb7 crypto: xcbc - Fix incorrect error value when creating instance 16 years ago
Herbert Xu 3b3fc322d9 crypto: hmac - Fix incorrect error value when creating instance 16 years ago
Steffen Klassert 05ed8758fa crypto: cryptd - Fix uninitialized return value 16 years ago
Herbert Xu 66f6ce5e52 crypto: ahash - Add unaligned handling and default operations 16 years ago
Herbert Xu 093900c2b9 crypto: ahash - Use GFP_KERNEL in unaligned setkey 16 years ago
Herbert Xu 0e2d3a1263 crypto: shash - Fix alignment in unaligned operations 16 years ago
Herbert Xu 8c32c516eb crypto: hash - Zap unaligned buffers 16 years ago
Herbert Xu 500b3e3c3d crypto: ahash - Remove old_ahash_alg 16 years ago
Herbert Xu 0b535adfb1 crypto: cryptd - Switch to new style ahash 16 years ago
Herbert Xu 9cd899a32f crypto: cryptd - Switch to template create API 16 years ago
Herbert Xu 7be380f720 crypto: tcrypt - Add mask parameter 16 years ago
Herbert Xu 01c2dece43 crypto: ahash - Add instance/spawn support 16 years ago
Herbert Xu 88056ec346 crypto: ahash - Convert to new style algorithms 16 years ago
Herbert Xu 2ca33da1de crypto: api - Remove frontend argument from extsize/init_tfm 16 years ago
Herbert Xu 0d6669e2ba crypto: cryptd - Use crypto_ahash_set_reqsize 16 years ago
Herbert Xu 46309d8938 crypto: cryptd - Use shash algorithms 16 years ago
Herbert Xu 7eddf95ec5 crypto: shash - Export async functions 16 years ago
Herbert Xu 6941c3a0aa crypto: hash - Remove legacy hash/digest implementaion 16 years ago
Herbert Xu 9ef074fa9b crypto: authenc - Remove reference to crypto_hash 16 years ago
Herbert Xu 3106caab61 crypto: xcbc - Switch to shash 16 years ago
Herbert Xu 8bd1209cff crypto: hmac - Switch to shash 16 years ago
Herbert Xu 113adefc73 crypto: shash - Make descsize a run-time attribute 16 years ago
Herbert Xu 57cfe44bcc crypto: shash - Move null setkey check to registration time 16 years ago
Herbert Xu 9b2fda7b94 crypto: sha256_generic - Add export/import support 16 years ago