summaryrefslogtreecommitdiff
path: root/keymaster/ta/include/parsel.h
diff options
context:
space:
mode:
authorVictor Chong <victor.chong@linaro.org>2021-03-08 01:16:24 +0900
committervchong <7334750+vchong@users.noreply.github.com>2021-04-29 01:01:41 +0900
commit7e26c1e37b4927b7ffa9772b9527ed8dd10089b2 (patch)
treeaa2a45c5fdf6d545e4161a50ca402bc701adb36d /keymaster/ta/include/parsel.h
parent3bd17ee24e96b158ad8f31e4659ba395ff869a3f (diff)
downloadapps-7e26c1e37b4927b7ffa9772b9527ed8dd10089b2.tar.gz
km: ta: remove obsolete code
Remove old code that are not used anymore. Signed-off-by: Victor Chong <victor.chong@linaro.org> Acked-by: Ruchika Gupta <ruchika.gupta@linaro.org>
Diffstat (limited to 'keymaster/ta/include/parsel.h')
-rw-r--r--keymaster/ta/include/parsel.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/keymaster/ta/include/parsel.h b/keymaster/ta/include/parsel.h
index 961c9a7..72f5453 100644
--- a/keymaster/ta/include/parsel.h
+++ b/keymaster/ta/include/parsel.h
@@ -39,7 +39,6 @@ bool TA_is_out_of_bounds(uint8_t *in, uint8_t *in_end, size_t size);
/* Serializers */
int TA_serialize_rsp_err(uint8_t *out, const keymaster_error_t *error);
-int TA_serialize_blob(uint8_t *out, const keymaster_blob_t *export_data);
int TA_serialize_blob_akms(uint8_t *out, const keymaster_blob_t *blob);
int TA_serialize_characteristics(uint8_t *out,
@@ -68,11 +67,6 @@ TEE_Result TA_serialize_ec_keypair(uint8_t *out,
const TEE_ObjectHandle key_obj);
/* Deserializers */
-int TA_deserialize_blob(uint8_t *in, const uint8_t *end,
- keymaster_blob_t *blob_t,
- const bool check_presence, keymaster_error_t *res,
- bool is_input);
-
int TA_deserialize_blob_akms(uint8_t *in, uint8_t *end,
keymaster_blob_t *blob_t,
const bool check_presence, keymaster_error_t *res,