Home
last modified time | relevance | path

Searched refs:dh_key (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/crypto/openssl/
H A Dcompat.h142 get_dh_pub_key(DH *dh_key, const BIGNUM **pub_key) in get_dh_pub_key() argument
144 DH_get0_key(dh_key, pub_key, NULL); in get_dh_pub_key()
148 get_dh_priv_key(DH *dh_key, const BIGNUM **priv_key) in get_dh_priv_key() argument
150 DH_get0_key(dh_key, NULL, priv_key); in get_dh_priv_key()
H A Dopenssl_pmd_private.h167 DH *dh_key; member
H A Drte_openssl_pmd.c1695 DH *dh_key = sess->u.dh.dh_key; in process_openssl_dh_op() local
1723 ret = set_dh_priv_key(dh_key, priv_key); in process_openssl_dh_op()
1734 peer_key, dh_key); in process_openssl_dh_op()
1772 ret = set_dh_priv_key(dh_key, priv_key); in process_openssl_dh_op()
1788 if (!DH_generate_key(dh_key)) { in process_openssl_dh_op()
1800 get_dh_pub_key(dh_key, &pub_key); in process_openssl_dh_op()
1815 get_dh_priv_key(dh_key, &priv_key); in process_openssl_dh_op()
H A Drte_openssl_pmd_ops.c1029 asym_session->u.dh.dh_key = dh; in openssl_set_asym_session_parameters()
1179 if (sess->u.dh.dh_key) in openssl_reset_asym_session()
1180 DH_free(sess->u.dh.dh_key); in openssl_reset_asym_session()