Searched refs:dh_key (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/drivers/crypto/openssl/ |
| H A D | compat.h | 142 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 D | openssl_pmd_private.h | 167 DH *dh_key; member
|
| H A D | rte_openssl_pmd.c | 1697 DH *dh_key = sess->u.dh.dh_key; in process_openssl_dh_op() local 1725 ret = set_dh_priv_key(dh_key, priv_key); in process_openssl_dh_op() 1736 peer_key, dh_key); in process_openssl_dh_op() 1774 ret = set_dh_priv_key(dh_key, priv_key); in process_openssl_dh_op() 1790 if (!DH_generate_key(dh_key)) { in process_openssl_dh_op() 1802 get_dh_pub_key(dh_key, &pub_key); in process_openssl_dh_op() 1817 get_dh_priv_key(dh_key, &priv_key); in process_openssl_dh_op()
|
| H A D | rte_openssl_pmd_ops.c | 1031 asym_session->u.dh.dh_key = dh; in openssl_set_asym_session_parameters() 1193 if (sess->u.dh.dh_key) in openssl_reset_asym_session() 1194 DH_free(sess->u.dh.dh_key); in openssl_reset_asym_session()
|
| /f-stack/freebsd/netgraph/bluetooth/include/ |
| H A D | ng_hci.h | 2115 u_int8_t dh_key[32]; member
|