Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_vhost/
H A Dvhost_crypto.c340 struct rte_crypto_sym_xform xform1 = {0}, xform2 = {0}; in vhost_crypto_create_sess() local
347 ret = transform_cipher_param(&xform1, sess_param); in vhost_crypto_create_sess()
363 xform1.next = &xform2; in vhost_crypto_create_sess()
365 ret = transform_chain_param(&xform1, sess_param); in vhost_crypto_create_sess()
386 if (rte_cryptodev_sym_session_init(vcrypto->cid, session, &xform1, in vhost_crypto_create_sess()