Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_cryptodev_asym.c1389 struct rte_crypto_asym_xform pub_key_xform; in test_dh_gen_kp() local
1416 pub_key_xform.xform_type = RTE_CRYPTO_ASYM_XFORM_DH; in test_dh_gen_kp()
1417 pub_key_xform.dh.type = RTE_CRYPTO_ASYM_OP_PUBLIC_KEY_GENERATE; in test_dh_gen_kp()
1418 xform.next = &pub_key_xform; in test_dh_gen_kp()