summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorThai Duong <thaidn@google.com>2015-03-20 16:50:18 -0700
committerThai Duong <thaidn@google.com>2015-03-23 16:27:01 -0700
commit207b505371394dbf2118ca2beb8817cf4c617988 (patch)
treeed9d26510acd70067b6c4d41e9ad25ccba3e47fe /Android.mk
parentc609659a4b469778f523bece9ad0235fcfe6dd91 (diff)
downloadandroid_system_keymaster-207b505371394dbf2118ca2beb8817cf4c617988.tar.gz
android_system_keymaster-207b505371394dbf2118ca2beb8817cf4c617988.tar.bz2
android_system_keymaster-207b505371394dbf2118ca2beb8817cf4c617988.zip
ECIES: add HKDF (specified in RFC 5869) using HMAC-SHA256
Change-Id: I5dafc61aecdfd4d38aba0c1beb1b03716e212723
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 734fb79..216fe31 100644
--- a/Android.mk
+++ b/Android.mk
@@ -51,6 +51,10 @@ LOCAL_SRC_FILES:= \
ec_key.cpp \
ecdsa_operation.cpp \
google_keymaster.cpp \
+ google_keymaster_messages.cpp \
+ google_keymaster_utils.cpp \
+ hkdf.cpp \
+ hmac.cpp \
hmac_key.cpp \
hmac_operation.cpp \
key.cpp \