summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccp/psp-dev.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: ccp - Do not free psp_master when PLATFORM_INIT failsSingh, Brijesh2019-05-221-1/+1
* crypto: ccp - add timeout support in the SEV commandBrijesh Singh2018-09-131-5/+41
* crypto: ccp - Check for NULL PSP pointer at module unloadTom Lendacky2018-08-031-0/+3
* crypto: ccp - Support register differences between PSP devicesTom Lendacky2018-07-131-12/+12
* crypto: ccp - Remove unused #definesTom Lendacky2018-07-131-1/+1
* crypto: ccp - Add psp enabled message when initialization succeedsTom Lendacky2018-07-131-0/+2
* crypto: ccp - Fix command completion detection raceTom Lendacky2018-07-131-2/+2
* crypto: ccp - Add GET_ID SEV commandJanakarajan Natarajan2018-05-301-0/+44
* crypto: ccp - Add DOWNLOAD_FIRMWARE SEV commandJanakarajan Natarajan2018-05-301-10/+89
* crypto: ccp - Use memdup_user() rather than duplicating its implementationMarkus Elfring2018-03-161-14/+1Star
* crypto: ccp - Fix sparse, use plain integer as NULL pointerBrijesh Singh2018-03-021-4/+4
* crypto: ccp: Implement SEV_PDH_CERT_EXPORT ioctl commandBrijesh Singh2017-12-041-0/+97
* crypto: ccp: Implement SEV_PEK_CERT_IMPORT ioctl commandBrijesh Singh2017-12-041-0/+81
* crypto: ccp: Implement SEV_PEK_CSR ioctl commandBrijesh Singh2017-12-041-0/+66
* crypto: ccp: Implement SEV_PDH_GEN ioctl commandBrijesh Singh2017-12-041-0/+3
* crypto: ccp: Implement SEV_PEK_GEN ioctl commandBrijesh Singh2017-12-041-0/+16
* crypto: ccp: Implement SEV_PLATFORM_STATUS ioctl commandBrijesh Singh2017-12-041-0/+18
* crypto: ccp: Implement SEV_FACTORY_RESET ioctl commandBrijesh Singh2017-12-041-1/+76
* crypto: ccp: Add Secure Encrypted Virtualization (SEV) command supportBrijesh Singh2017-12-041-0/+344
* crypto: ccp: Add Platform Security Processor (PSP) device supportBrijesh Singh2017-12-041-0/+105