aboutsummaryrefslogtreecommitdiff
path: root/include/odp
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2022-02-03 13:07:45 +0200
committerPetri Savolainen <petri.savolainen@nokia.com>2022-03-02 16:13:27 +0200
commit2aa61a7aa6d588a7e9c75f5017b98f08f5558b35 (patch)
tree7aab1ccfa0c1b969faf62aae4cb95b3ae8b32102 /include/odp
parent3f1790fa53943851819b786cb1c7b2b155fbf35b (diff)
api: crypto: remove deprecated crypto cipher algorithms
Remove deprecated crypto cipher algorithms ODP_CIPHER_ALG_AES128_CBC and ODP_CIPHER_ALG_AES128_GCM. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Jere Leppänen <jere.leppanen@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
Diffstat (limited to 'include/odp')
-rw-r--r--include/odp/api/spec/crypto.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/odp/api/spec/crypto.h b/include/odp/api/spec/crypto.h
index 3d65c0e05..5cd988381 100644
--- a/include/odp/api/spec/crypto.h
+++ b/include/odp/api/spec/crypto.h
@@ -165,12 +165,6 @@ typedef enum {
*/
ODP_CIPHER_ALG_ZUC_EEA3,
- /** @deprecated Use ODP_CIPHER_ALG_AES_CBC instead */
- ODP_DEPRECATE(ODP_CIPHER_ALG_AES128_CBC),
-
- /** @deprecated Use ODP_CIPHER_ALG_AES_GCM instead */
- ODP_DEPRECATE(ODP_CIPHER_ALG_AES128_GCM),
-
} odp_cipher_alg_t;
/**