DPDK
20.05.0
|
#include <rte_crypto_asym.h>
Data Fields | |
rte_crypto_param | pub_key |
rte_crypto_param | priv_key |
rte_crypto_param | shared_secret |
rte_crypto_param 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 pub_key is in octet-string network byte order format.
Definition at line 513 of file rte_crypto_asym.h.
rte_crypto_param priv_key |
Output generated private key if xform type is DH PRIVATE_KEY_GENERATION Input when xform type is DH SHARED_SECRET_COMPUTATION. priv_key is in octet-string network byte order format.
Definition at line 523 of file rte_crypto_asym.h.
rte_crypto_param shared_secret |
Output with calculated shared secret when dh xform set up with op type = SHARED_SECRET_COMPUTATION. shared_secret is an octet-string network byte order format.
Definition at line 532 of file rte_crypto_asym.h.