summaryrefslogtreecommitdiffstats
path: root/ec_key.h
Commit message (Expand)AuthorAgeFilesLines
* ECIES: add ECIES-KEM. This version supports HKDF and ECDH with NIST curves.Thai Duong2015-11-231-1/+1
* Revert "ECIES: add ECIES-KEM. This version supports HKDF and ECDH with NIST c...Shawn Willden2015-11-231-1/+1
* ECIES: add ECIES-KEM. This version supports HKDF and ECDH with NIST curves.Thai Duong2015-11-161-1/+1
* Do digesting, and sometimes padding, in SW when HW doesnt.Shawn Willden2015-08-131-1/+1
* Move assymetric key factory declarations to includes.Shawn Willden2015-05-311-38/+1
* Another refactor, deleting AbstractFactoryRegistry.Shawn Willden2015-05-311-6/+8
* Delegate ECDSA keys to keymaster0 in SoftKeymasterDevice.Shawn Willden2015-05-281-8/+12
* Revert "Revert "Large refactor to move context out of AndroidKeymaster.""Shawn Willden2015-05-261-16/+24
* Revert "Large refactor to move context out of AndroidKeymaster."Shawn Willden2015-05-231-24/+16
* Large refactor to move context out of AndroidKeymaster.Shawn Willden2015-05-201-16/+24
* Remove rescoping support.Shawn Willden2015-05-121-7/+5
* Refactor ECDSA operation factories to extract common code.Shawn Willden2015-05-091-4/+2
* Remove reference to DSA and rename KM_ALGORITHM_ECDSA.Shawn Willden2015-04-091-1/+1
* ECIES: refactoring EC code by moving common interfaces to EcKeyThai Duong2015-03-191-0/+78