Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_cryptodev_dh_test_vectors.h65 struct rte_crypto_asym_xform dh_xform = { variable
H A Dtest_cryptodev_asym.c1609 debug_hexdump(stdout, "p:", dh_xform.dh.p.data, dh_xform.dh.p.length); in test_dh_keygenration()
1610 debug_hexdump(stdout, "g:", dh_xform.dh.g.data, dh_xform.dh.g.length); in test_dh_keygenration()
1617 status = test_dh_gen_kp(&dh_xform); in test_dh_keygenration()
1623 status = test_dh_gen_pub_key(&dh_xform); in test_dh_keygenration()
1629 status = test_dh_gen_priv_key(&dh_xform); in test_dh_keygenration()
1635 status = test_dh_gen_shared_sec(&dh_xform); in test_dh_keygenration()