Home
last modified time | relevance | path

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

/dpdk/examples/l2fwd-crypto/
H A Dmain.c193 uint8_t do_hash; member
421 if ((cparams->do_hash || cparams->do_aead) && cparams->hash_verify) in l2fwd_simple_crypto_enqueue()
462 if (cparams->do_hash) { in l2fwd_simple_crypto_enqueue()
747 port_cparams[i].do_hash = 0; in l2fwd_main_loop()
757 port_cparams[i].do_hash = 1; in l2fwd_main_loop()
760 port_cparams[i].do_hash = 1; in l2fwd_main_loop()
772 if (port_cparams[i].do_hash) { in l2fwd_main_loop()