aboutsummaryrefslogtreecommitdiff
path: root/include/odp
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2022-02-03 13:33:36 +0200
committerPetri Savolainen <petri.savolainen@nokia.com>2022-03-02 16:13:27 +0200
commit8ff65a01e535adfc9bdefe64c42154ac95680d87 (patch)
tree98bb187ff924f394a80f6191b08c2896cfe65c9c /include/odp
parent400c930c34a653be0efeecadf3cd77175531728b (diff)
api: crypto: remove deprecated authentication algorithm fields
Remove deprecated fields 'md5_96', 'sha256_128', and 'aes128_gcm' from odp_crypto_auth_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')
-rw-r--r--include/odp/api/spec/crypto.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/odp/api/spec/crypto.h b/include/odp/api/spec/crypto.h
index cc6dae313..837fb6949 100644
--- a/include/odp/api/spec/crypto.h
+++ b/include/odp/api/spec/crypto.h
@@ -474,15 +474,6 @@ typedef union odp_crypto_auth_algos_t {
/** ODP_AUTH_ALG_SHA512 */
uint32_t sha512 : 1;
- /** @deprecated Use md5_hmac instead */
- uint32_t ODP_DEPRECATE(md5_96) : 1;
-
- /** @deprecated Use sha256_hmac instead */
- uint32_t ODP_DEPRECATE(sha256_128) : 1;
-
- /** @deprecated Use aes_gcm instead */
- uint32_t ODP_DEPRECATE(aes128_gcm) : 1;
-
} bit;
/** All bits of the bit field structure