DPDK
22.03.0
|
#include <rte_crypto_asym.h>
Data Fields | |
rte_crypto_uint | pub_key |
rte_crypto_uint | priv_key |
rte_crypto_uint | shared_secret |
rte_crypto_uint pub_key |
Output generated public key when xform type is DH PUB_KEY_GENERATION. Input peer public key when xform type is DH SHARED_SECRET_COMPUTATION
Definition at line 394 of file rte_crypto_asym.h.
rte_crypto_uint priv_key |
Output generated private key if xform type is DH PRIVATE_KEY_GENERATION Input when xform type is DH SHARED_SECRET_COMPUTATION.
Definition at line 403 of file rte_crypto_asym.h.
rte_crypto_uint shared_secret |
Output with calculated shared secret when dh xform set up with op type = SHARED_SECRET_COMPUTATION.
Definition at line 411 of file rte_crypto_asym.h.