summaryrefslogtreecommitdiffstats
path: root/include/hardware/keymaster_defs.h
Commit message (Expand)AuthorAgeFilesLines
* Fix block mode numbering (CTR got added as 4 rather than 3)Shawn Willden2015-06-011-8/+3
* Add KM_TAG_BOOTLOADER_ONLY.Shawn Willden2015-05-121-6/+7
* Remove rescoping.Shawn Willden2015-05-121-4/+0
* Add KM_ERROR_CALLER_NONCE_PROHIBITED error code.Shawn Willden2015-04-291-0/+1
* Add KM_ORIGIN_UNKNOWN.Shawn Willden2015-04-131-1/+5
* Make several key crypto parameters repeatable.Shawn Willden2015-04-101-6/+6
* Simplify keymaster_key_origin_t.Shawn Willden2015-04-101-4/+5
* Reduce the list of keymaster key formats to the required set.Shawn Willden2015-04-091-4/+3
* Reduce the list of keymaster padding modes to the required set.Shawn Willden2015-04-091-8/+4
* Reduce keymaster digest list to required set.Shawn Willden2015-04-091-13/+9
* Reduce keymaster block modes to the required set.Shawn Willden2015-04-091-19/+8
* Reduce keymaster algorithm list to the required set.Shawn Willden2015-04-091-28/+8
* Add KM_TAG_USER_SECURE_ID.Shawn Willden2015-03-181-14/+19
* Use extern "C" rather than BEGIN/END_DECLS.Shawn Willden2015-03-181-2/+6
* Add KM_TAG_AUTH_TOKEN and corresponding auth token structure.Shawn Willden2015-03-181-6/+5
* Add error codes.Shawn Willden2015-03-111-0/+5
* Add keymaster_key_param_compare function.Shawn Willden2015-03-041-0/+48
* Separate keymaster0 and keymaster1 HALs.Shawn Willden2015-02-241-117/+1
* Clarify the meaning of KM_TAG_MAC_LENGTH.Alex Klyubin2015-02-201-1/+1
* Merge changes Id4bdfdcb,Ib94f3606Shawn Willden2015-02-181-9/+12
|\
| * Added insecure (chunkless) AEAD option.Shawn Willden2015-02-101-9/+12
* | Merge "Rename KM_TAG_ADDITIONAL_DATA to KM_TAG_ASSOCIATED_DATA"Shawn Willden2015-02-181-2/+2
|\ \ | |/
| * Rename KM_TAG_ADDITIONAL_DATA to KM_TAG_ASSOCIATED_DATAShawn Willden2015-02-091-2/+2
* | Add explicit values to keymaster_key_format_tChad Brubaker2015-02-131-4/+4
|/
* Add raw key format, for symmetric key import.Shawn Willden2015-02-031-0/+1
* Remove "required" label from DSA algorithm.Shawn Willden2015-02-031-1/+1
* Add tag to allow caller-specified nonce.Shawn Willden2015-02-021-23/+24
* Rename KM_ERROR_UNSUPPORTED_TAG_LENGTH toShawn Willden2015-01-261-1/+1
* Change per-boot tag and remove rescope auth timeout tag.Shawn Willden2015-01-231-9/+5
* Define keymaster HAL v0.4.Shawn Willden2015-01-221-0/+614