OpenDataPlane / odp-dpdk

OpenDataPlane DPDK platform implementation
https://opendataplane.org
Other
81 stars 40 forks source link

[PATCH v2] linux-dpdk: crypto: fail crypto op if hash result is in cipher range #222

Closed JannePeltonen closed 1 year ago

JannePeltonen commented 1 year ago

We do not currently support hash result inside cipher range. If such a crypto operation is requested, fail the operation instead of returning an incorrect result.