>From odp crypto validation suite I see that the application is setting "auth_cipher_text" flag from odp_crypto_session_params to "false" all ways (Irrespective of ENCODE or DECODE). What this means from my understanding is application wants to do "cipher first and then authentication". And in the odp_crypto implementation during session_create if the crypto operation is ENCODE, this flag is set as is against the "odp_crypto_generic_session_t->do_cipher_first" which actually instead leads to do authentication then ciphering during crypto operation. This feels wrong in some way. Any idea about this implementation ?.
/Krishna
