mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-11-24 02:05:01 +00:00
host,test: Remove unneeded vb1 rsa functions
Another in a continued stream of refactoring. This change removes more of the vb1 rsa library code and associated tests, in favor of their vb2 equivalents. This change touches only host-side code and its tests, not firmware. BUG=chromium:611535 BRANCH=none TEST=make runtests; emerge-kevin coreboot depthcharge Change-Id: I1973bc2f03c60da62232e30bab0fa5fe791b6b34 Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/400901
This commit is contained in:
committed by
chrome-bot
parent
13b109762a
commit
5a9f498182
@@ -1,20 +0,0 @@
|
||||
/* Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
|
||||
* Use of this source code is governed by a BSD-style license that can be
|
||||
* found in the LICENSE file.
|
||||
*/
|
||||
|
||||
#ifndef VBOOT_REFERENCE_VERIFY_DATA_H_
|
||||
#define VBOOT_REFERENCE_VERIFY_DATA_H_
|
||||
|
||||
/* Reads a pre-processed key from [input_file] and
|
||||
* returns it in a RSAPublicKey structure.
|
||||
* Caller owns the returned key and must free it.
|
||||
*/
|
||||
RSAPublicKey* read_RSAkey(char *input_file);
|
||||
|
||||
/* Return a signature of [len] bytes read from [input_file].
|
||||
* Caller owns the returned signature and must free it.
|
||||
*/
|
||||
uint8_t* read_signature(char *input_file, int len);
|
||||
|
||||
#endif /* VBOOT_REFERENCE_VERIFY_DATA_H_ */
|
||||
Reference in New Issue
Block a user