summaryrefslogtreecommitdiffstats
path: root/rsa_key.h
Commit message (Expand)AuthorAgeFilesLines
* Move assymetric key factory declarations to includes.Shawn Willden2015-05-311-31/+0
* Another refactor, deleting AbstractFactoryRegistry.Shawn Willden2015-05-311-8/+9
* Delegate RSA keys to keymaster0 in SoftKeymasterDevice.Shawn Willden2015-05-281-0/+12
* Revert "Revert "Large refactor to move context out of AndroidKeymaster.""Shawn Willden2015-05-261-14/+23
* Revert "Large refactor to move context out of AndroidKeymaster."Shawn Willden2015-05-231-23/+14
* Large refactor to move context out of AndroidKeymaster.Shawn Willden2015-05-201-14/+23
* Remove rescoping support.Shawn Willden2015-05-121-11/+9
* Move RSA and ECDSA factory definitions to header.Shawn Willden2015-03-171-1/+12
* Switch to using global loggerShawn Willden2015-03-041-3/+2
* Refactor operation creation to use an operation factory registry.Shawn Willden2015-02-251-4/+5
* Refactor key creation to use a registry of key factories.Shawn Willden2015-02-181-6/+5
* Add RSA encryption and decryption support.Shawn Willden2015-01-221-0/+3
* Revert "Add RSA encryption and decryption support."Shawn Willden2015-01-201-3/+0
* Add RSA encryption and decryption support.Shawn Willden2014-12-081-0/+3
* Push padding and digest handling down to specific key types.Shawn Willden2014-12-031-2/+1
* Refactor: Separate asymmetric key types.Shawn Willden2014-09-231-0/+54