Petri Savolainen(psavol) replied on github web page:

include/odp/api/spec/crypto.h
line 18
@@ -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;
+


Comment:
Same here, move upwards. On top of deprecated.

> Petri Savolainen(psavol) wrote:
> I'd move this after AES_CBC or AES_GCM. It's easier to see what's deprecated 
> when those are on the bottom.


https://github.com/Linaro/odp/pull/271#discussion_r148789922
updated_at 2017-11-03 14:04:46

Reply via email to