Home
last modified time | relevance | path

Searched refs:dh_xform (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_cryptodev_dh_test_vectors.h65 struct rte_crypto_asym_xform dh_xform = { variable
H A Dtest_cryptodev_asym.c1725 debug_hexdump(stdout, "p:", dh_xform.dh.p.data, dh_xform.dh.p.length); in test_dh_keygenration()
1726 debug_hexdump(stdout, "g:", dh_xform.dh.g.data, dh_xform.dh.g.length); in test_dh_keygenration()
1733 status = test_dh_gen_kp(&dh_xform); in test_dh_keygenration()
1739 status = test_dh_gen_pub_key(&dh_xform); in test_dh_keygenration()
1745 status = test_dh_gen_priv_key(&dh_xform); in test_dh_keygenration()
1751 status = test_dh_gen_shared_sec(&dh_xform); in test_dh_keygenration()