@@ -90,7 +90,10 @@ typedef enum {
ODP_DEPRECATE(ODP_CIPHER_ALG_AES128_CBC),
/** @deprecated Use ODP_CIPHER_ALG_AES_GCM instead */
- ODP_DEPRECATE(ODP_CIPHER_ALG_AES128_GCM)
+ ODP_DEPRECATE(ODP_CIPHER_ALG_AES128_GCM),
+
+ /** AES with counter mode */
+ ODP_CIPHER_ALG_AES_CTR,
} odp_cipher_alg_t;
@@ -169,6 +172,9 @@ typedef union odp_crypto_cipher_algos_t {
/** @deprecated Use aes_gcm instead */
uint32_t ODP_DEPRECATE(aes128_gcm) : 1;
+ /** ODP_CIPHER_ALG_AES_CTR */
+ uint32_t aes_ctr : 1;
+
} bit;
/** All bits of the bit field structure