Hi Damjan,
I am trying to use VPP crypto framework to accelerate a TLS
engine and I found that all the parameters in crypto op are non-const but most
of external components would like to use the function with const parameter(such
as input, src, iv, etc). It is OK to be used by internal component such as VPP
IPSec part because of it can define the calling function itself but hard to be
used by external components. I noticed the QUIC plugin convert the (const void
*) to (void *) directly which could work but not a good way. So, is it possible
to change the crypto op parameter to const type which are necessary? Thanks a
lot.
Regards,
Yuwei
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#14832): https://lists.fd.io/g/vpp-dev/message/14832
Mute This Topic: https://lists.fd.io/mt/67625634/21656
Group Owner: [email protected]
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-