Lioncash
|
87d2b00a54
|
service: Update function tables
Keeps the function tables up to date.
Updated based off information from Switchbrew.
|
2019-11-12 10:32:56 -05:00 |
|
FreddyFunk
|
0b94d55e6a
|
Services::ES fix casting warnings
|
2019-09-29 22:45:09 +02:00 |
|
Zach Hilman
|
752e85efdb
|
key_manager: Convert Ticket union to std::variant
|
2019-07-07 21:38:33 -04:00 |
|
Zach Hilman
|
917c7a8d42
|
es: Populate/synthesize tickets on construction
|
2019-07-07 21:38:33 -04:00 |
|
Zach Hilman
|
aa0b4f2c7c
|
key_manager: Add structure for Ticket parsing
|
2019-07-07 21:38:33 -04:00 |
|
Zach Hilman
|
4950deed4d
|
es: Implement ETicket GetPersonalizedTicketData (17)
Copies the raw personal ticket data into the buffer provided.
|
2019-07-07 21:38:33 -04:00 |
|
Zach Hilman
|
1a9c8d0d97
|
es: Implement ETicket GetCommonTicketData (16)
Copies the raw common ticket data for the specified rights ID into the buffer provided.
|
2019-07-07 21:38:33 -04:00 |
|
Zach Hilman
|
e3379dc3ac
|
es: Implement ETicket GetPersonalizedTicketSize (15)
Returns the size of the buffer needed to hold the personal ticket associated with the rights ID.
|
2019-07-07 21:38:33 -04:00 |
|
Zach Hilman
|
2d40c98c99
|
es: Implement ETicket GetCommonTicketSize (14)
Returns the size of the buffer needed to hold the common ticket associated with the rights ID.
|
2019-07-07 21:38:33 -04:00 |
|
Zach Hilman
|
a490d2a712
|
es: Implement ETicket ListPersonalizedTicket (12)
Returns an application-specific number of entries of personal tickets, starting at offset 0.
|
2019-07-07 21:38:33 -04:00 |
|
Zach Hilman
|
b7bd244618
|
es: Implement ETicket ListCommonTicket (11)
Returns an application specified count of entries of common tickets, starting at offset 0.
|
2019-07-07 21:38:33 -04:00 |
|
Zach Hilman
|
af57176861
|
es: Implement ETicket CountPersonalizedTicket (10)
Returns the number of personalized (console/user-unique) tickets in the KeyManager.
|
2019-07-07 21:38:33 -04:00 |
|
Zach Hilman
|
caf7fd67cb
|
es: Implement ETicket CountCommonTicket (9)
Returns the number of common (non-console-unique) tickets in the KeyManager.
|
2019-07-07 21:38:33 -04:00 |
|
Zach Hilman
|
ded5f4115c
|
es: Implement ETicket GetTitleKey (8)
Takes a rights ID as input and returns the associated title key, if it exists.
|
2019-07-07 21:38:33 -04:00 |
|
Zach Hilman
|
ba8f43b135
|
es: Implement ETicket ImportTicket (1)
Takes a ticket and certificate and installs it to the KeyManager.
|
2019-07-07 21:38:33 -04:00 |
|
Lioncash
|
237215fcf7
|
es: Update service function tables
Updated based off information provided by Switchbrew.
|
2018-10-19 04:12:28 -04:00 |
|
Lioncash
|
09078d005a
|
service: Add the es service
Adds the skeleton for the ETicket service based off the information on
Switch Brew
|
2018-07-25 15:36:55 -04:00 |
|