All, While analyzing the odp-crypto API in platform implementation perspective, We came across the symbol "auth_cipher_text" in odp_crypto_session_params_t. Is there any specific use case for this variable to set as "FALSE" in data plane use case ? In _highly optimized_ odp-crypto platform implementation may need additional code in data path to take care of this parameter.
/** * @var odp_crypto_session_params_t::auth_cipher_text * * Controls ordering of authentication and cipher operations, * and is relative to the operation (encode vs decode). * When encoding, @c TRUE indicates the authentication operation * should be peformed @b after the cipher operation else before. * When decoding, @c TRUE indicates the reverse order of operation. * Thanks, Jerin. _______________________________________________ lng-odp mailing list [email protected] http://lists.linaro.org/mailman/listinfo/lng-odp
