aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/odp_crypto.c
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>2017-07-12 16:44:20 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2017-12-27 21:41:45 +0300
commita781cc2773b10264d82eecba65150fd01fb1ace9 (patch)
tree2088c80a117b37cc447da3dfaa3cfdf05b413f49 /platform/linux-generic/odp_crypto.c
parent7b9d96d6fba4edf68ba7ed80b240345b02757b57 (diff)
api: crypto: revert deprecation of crypto completion API
It was decided that it would be benefitable to live with both API types at this point, as odp_crypto_compl_t was available for some time. So undeprecate odp_crypto_compl_t and related functionality. Validation tests also provide necessary tests for pref_mode and for completion event. Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org> Reviewed-by: Petri Savolainen <petri.savolainen@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'platform/linux-generic/odp_crypto.c')
-rw-r--r--platform/linux-generic/odp_crypto.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/platform/linux-generic/odp_crypto.c b/platform/linux-generic/odp_crypto.c
index de73ee9d6..88114a3dc 100644
--- a/platform/linux-generic/odp_crypto.c
+++ b/platform/linux-generic/odp_crypto.c
@@ -878,9 +878,7 @@ odp_crypto_operation(odp_crypto_op_param_t *param,
ODP_EVENT_PACKET_BASIC);
/* Fill in result */
-#if ODP_DEPRECATED_API
local_result.ctx = param->ctx;
-#endif
local_result.pkt = out_pkt;
local_result.cipher_status = packet_result.cipher_status;
local_result.auth_status = packet_result.auth_status;
@@ -1017,7 +1015,6 @@ int32_t odp_random_test_data(uint8_t *buf, uint32_t len, uint64_t *seed)
return len;
}
-#if ODP_DEPRECATED_API
odp_crypto_compl_t odp_crypto_compl_from_event(odp_event_t ev)
{
/* This check not mandated by the API specification */
@@ -1054,7 +1051,6 @@ uint64_t odp_crypto_compl_to_u64(odp_crypto_compl_t hdl)
{
return _odp_pri(hdl);
}
-#endif
void odp_crypto_session_param_init(odp_crypto_session_param_t *param)
{