dpdk: fix key length for linked crypto algs 39/42739/2
authorMatthew Smith <[email protected]>
Tue, 8 Apr 2025 14:41:31 +0000 (14:41 +0000)
committerDamjan Marion <[email protected]>
Sun, 13 Apr 2025 19:04:59 +0000 (19:04 +0000)
commitde51497fe48f2ea57e643f672ed44c9035035a23
treeb0e153732c638484c7d681c8c00342359750343e
parent0ad994ee2b0b70de3b3bbd0cc779d97acc106862
dpdk: fix key length for linked crypto algs

Change to key storage in vnet crypto was not propagated to linked algs
in dpdk cryptodev code. There is an explicit key length field now
instead of using vec_len() on the key data.

Type: fix
Fixes: 6676d95169

Signed-off-by: Matthew Smith <[email protected]>
Change-Id: I27fbfa5b2da3db0930cf2b2f2addd00d7400c74d
src/plugins/dpdk/cryptodev/cryptodev.c