summaryrefslogtreecommitdiff
path: root/host/lib/include
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2016-10-18 13:55:19 -0700
committerRandall Spangler <rspangler@chromium.org>2016-11-06 02:33:19 +0000
commit13c0776aabc152ba5e8fc758a56fc6e92d746bc5 (patch)
tree8d1bc3578afa931967190c22ba78f245f118b089 /host/lib/include
parent46a382d6136f2fd206fd8c95180dbb816c9ad5ce (diff)
downloadvboot-13c0776aabc152ba5e8fc758a56fc6e92d746bc5.tar.gz
vboot: Remove the remainder of vb1 cryptolib
At this point, all that's left are a few constants in the cryptolib header files, and they're only used by host-side code. So move them to a host-side header file and get rid of cryptolib. BUG=chromium:611535 BRANCH=none TEST=make runtests; emerge-kevin coreboot depthcharge Change-Id: I2235f0e84e13fef313afe54e749b73744b157884 Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/400903 Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
Diffstat (limited to 'host/lib/include')
-rw-r--r--host/lib/include/file_keys.h1
-rw-r--r--host/lib/include/host_common.h1
-rw-r--r--host/lib/include/host_signature.h1
3 files changed, 0 insertions, 3 deletions
diff --git a/host/lib/include/file_keys.h b/host/lib/include/file_keys.h
index 0879c311..b4bdd322 100644
--- a/host/lib/include/file_keys.h
+++ b/host/lib/include/file_keys.h
@@ -8,7 +8,6 @@
#ifndef VBOOT_REFERENCE_FILE_KEYS_H_
#define VBOOT_REFERENCE_FILE_KEYS_H_
-#include "cryptolib.h"
#include "2sha.h"
/* Calculates the appropriate digest for the data in [input_file] based on the
diff --git a/host/lib/include/host_common.h b/host/lib/include/host_common.h
index 8c14942e..7a347a8f 100644
--- a/host/lib/include/host_common.h
+++ b/host/lib/include/host_common.h
@@ -14,7 +14,6 @@
*/
#define _STUB_IMPLEMENTATION_
-#include "cryptolib.h"
#include "host_key.h"
#include "host_key2.h"
#include "host_keyblock.h"
diff --git a/host/lib/include/host_signature.h b/host/lib/include/host_signature.h
index 4fb94d60..fce664da 100644
--- a/host/lib/include/host_signature.h
+++ b/host/lib/include/host_signature.h
@@ -8,7 +8,6 @@
#ifndef VBOOT_REFERENCE_HOST_SIGNATURE_H_
#define VBOOT_REFERENCE_HOST_SIGNATURE_H_
-#include "cryptolib.h"
#include "host_key.h"
#include "utility.h"
#include "vboot_struct.h"