Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fe2b1a82 authored by Shawn Willden's avatar Shawn Willden
Browse files

Add KM_TAG_AUTH_TOKEN.

Change-Id: Id9a22ad32137f3e0380c2812f790bbecab511d11
parent 7714a941
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -84,6 +84,7 @@ public final class KeymasterDefs {
    public static final int KM_TAG_ASSOCIATED_DATA = KM_BYTES | 1000;
    public static final int KM_TAG_NONCE = KM_BYTES | 1001;
    public static final int KM_TAG_CHUNK_LENGTH = KM_INT | 1002;
    public static final int KM_TAG_AUTH_TOKEN = KM_BYTES | 1003;

    // Algorithm values.
    public static final int KM_ALGORITHM_RSA = 1;