aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/spec/crypto.h
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2022-02-03 13:19:54 +0200
committerPetri Savolainen <petri.savolainen@nokia.com>2022-03-02 16:13:27 +0200
commit400c930c34a653be0efeecadf3cd77175531728b (patch)
treec64a64fccbe81820a2e369b3bb6ca2cba33edc32 /include/odp/api/spec/crypto.h
parentfc9420e52996a30f41ba34e318063243ad2495dd (diff)
api: crypto: remove deprecated cipher algorithm fields
Remove deprecated fields 'aes128_cbc' and 'aes128_gcm' from odp_crypto_cipher_algos_t. 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/api/spec/crypto.h')
-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 a260af024..cc6dae313 100644
--- a/include/odp/api/spec/crypto.h
+++ b/include/odp/api/spec/crypto.h
@@ -390,12 +390,6 @@ typedef union odp_crypto_cipher_algos_t {
/** ODP_CIPHER_ALG_ZUC_EEA3 */
uint32_t zuc_eea3 : 1;
- /** @deprecated Use aes_cbc instead */
- uint32_t ODP_DEPRECATE(aes128_cbc) : 1;
-
- /** @deprecated Use aes_gcm instead */
- uint32_t ODP_DEPRECATE(aes128_gcm) : 1;
-
} bit;
/** All bits of the bit field structure