am 4f5949b5
: Merge "Clarify the meaning of KM_TAG_MAC_LENGTH."
* commit '4f5949b5dda4a2e95d29e1aa3effb22c678df21a': Clarify the meaning of KM_TAG_MAC_LENGTH.
This commit is contained in:
commit
587d8313d6
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ typedef enum {
|
|||
KM_TAG_KEY_SIZE = KM_INT | 3, /* Key size in bits. */
|
||||
KM_TAG_BLOCK_MODE = KM_ENUM | 4, /* keymaster_block_mode_t. */
|
||||
KM_TAG_DIGEST = KM_ENUM | 5, /* keymaster_digest_t. */
|
||||
KM_TAG_MAC_LENGTH = KM_INT | 6, /* MAC length in bits. */
|
||||
KM_TAG_MAC_LENGTH = KM_INT | 6, /* MAC or AEAD authentication tag length in bits. */
|
||||
KM_TAG_PADDING = KM_ENUM | 7, /* keymaster_padding_t. */
|
||||
KM_TAG_RETURN_UNAUTHED = KM_BOOL | 8, /* Allow AEAD decryption to return plaintext before it has
|
||||
been authenticated. WARNING: Not recommended. */
|
||||
|
|
Loading…
Reference in a new issue