aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: ecc - check for invalid values in the key verification testVitaly Chikunov2018-11-161-16/+26
* crypto: testmgr - mark cts(cbc(aes)) as FIPS allowedGilad Ben-Yossef2018-11-091-0/+1
* crypto: user - clean up report structure copyingEric Biggers2018-11-0913-199/+96
* crypto: user - remove redundant reporting functionsEric Biggers2018-11-091-59/+0
* crypto: chelsio - clean up various indentation issuesColin Ian King2018-11-091-8/+8
* pcrypt: use format specifier in kobject_addColin Ian King2018-11-091-1/+1
* crypto: testmgr - add AES-CFB testsDmitry Eremin-Solenikov2018-11-093-0/+88
* crypto: cfb - fix decryptionDmitry Eremin-Solenikov2018-11-091-1/+1
* crypto: cavium/nitrox - fix a DMA pool free failureWenwen Wang2018-11-093-10/+31
* crypto: ccree - add SM3 supportYael Chemla2018-11-094-24/+113
* crypto: ccree - modify set_cipher_mode usage from cc_hashYael Chemla2018-11-092-9/+23
* crypto: ccree - adjust hash length to suit certain context specificsYael Chemla2018-11-094-24/+47
* crypto: ccree - add SM4 supportGilad Ben-Yossef2018-11-093-0/+70
* dt-bindings: crypto: ccree: add ccree 713Gilad Ben-Yossef2018-11-091-2/+5
* crypto: ccree - add support for CryptoCell 713Gilad Ben-Yossef2018-11-093-11/+19
* crypto: arm/aes - add some hardening against cache-timing attacksEric Biggers2018-11-093-14/+66
* crypto: aes_ti - disable interrupts while accessing S-boxEric Biggers2018-11-092-1/+20
* crypto: user - Zeroize whole structure given to user spaceCorentin Labbe2018-11-091-0/+21
* crypto: user - fix leaking uninitialized memory to userspaceEric Biggers2018-11-091-9/+9
* crypto: simd - correctly take reqsize of wrapped skcipher into accountArd Biesheuvel2018-11-091-2/+3
* crypto: hisilicon - Fix reference after free of memories on error pathJohn Garry2018-11-091-10/+11
* crypto: hisilicon - Fix NULL dereference for same dst and srcJohn Garry2018-11-091-4/+6
* Linux 4.20-rc1Linus Torvalds2018-11-041-2/+2
* Merge tag 'tags/upstream-4.20-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2018-11-0425-292/+2418
|\
| * ubifs: Remove unneeded semicolonDing Xiang2018-10-231-1/+1
| * Documentation: ubifs: Add authentication whitepaperSascha Hauer2018-10-231-0/+426
| * ubifs: Enable authentication supportSascha Hauer2018-10-233-1/+52
| * ubifs: Do not update inode size in-place in authenticated modeSascha Hauer2018-10-233-38/+113
| * ubifs: Add hashes and HMACs to default filesystemSascha Hauer2018-10-231-7/+27
| * ubifs: authentication: Authenticate super block nodeSascha Hauer2018-10-231-1/+69
| * ubifs: Create hash for default LPTSascha Hauer2018-10-233-3/+23
| * ubfis: authentication: Authenticate master nodeSascha Hauer2018-10-233-10/+61
| * ubifs: authentication: Authenticate LPTSascha Hauer2018-10-233-0/+134
| * ubifs: Authenticate replayed journalSascha Hauer2018-10-231-2/+144
| * ubifs: Add auth nodes to garbage collector journal headSascha Hauer2018-10-231-3/+43
| * ubifs: Add authentication nodes to journalSascha Hauer2018-10-236-18/+153
| * ubifs: authentication: Add hashes to index nodesSascha Hauer2018-10-237-14/+81
| * ubifs: Add hashes to the tree node cacheSascha Hauer2018-10-234-30/+135
| * ubifs: Create functions to embed a HMAC in a nodeSascha Hauer2018-10-232-6/+70
| * ubifs: Add helper functions for authentication supportSascha Hauer2018-10-234-0/+722
| * ubifs: Add separate functions to init/crc a nodeSascha Hauer2018-10-232-15/+29
| * ubifs: Format changes for authentication supportSascha Hauer2018-10-233-3/+50
| * ubifs: Store read superblock nodeSascha Hauer2018-10-233-22/+8
| * ubifs: Drop write_nodeSascha Hauer2018-10-231-34/+5
| * ubifs: Implement ubifs_lpt_lookup using ubifs_pnode_lookupSascha Hauer2018-10-231-18/+2
| * ubifs: Export pnode_lookup as ubifs_pnode_lookupSascha Hauer2018-10-233-36/+37
| * ubifs: Pass ubifs_zbranch to read_znode()Sascha Hauer2018-10-231-5/+6
| * ubifs: Pass ubifs_zbranch to try_read_node()Sascha Hauer2018-10-231-7/+7
| * ubifs: Refactor create_default_filesystem()Sascha Hauer2018-10-231-48/+47
| * ubi: Mark expected switch fall-throughsGustavo A. R. Silva2018-10-232-0/+3