Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/qat/
H A Dqat_sym.c156 uint8_t do_auth = 0, do_cipher = 0, do_aead = 0; in qat_sym_build_request() local
237 do_cipher = 1; in qat_sym_build_request()
241 do_cipher = 0; in qat_sym_build_request()
244 do_cipher = 1; in qat_sym_build_request()
247 if (do_cipher) { in qat_sym_build_request()
458 if (do_cipher && do_auth) in qat_sym_build_request()
501 if (do_cipher || do_aead) { in qat_sym_build_request()
527 if (do_auth && do_cipher) { in qat_sym_build_request()
635 if (do_cipher) { in qat_sym_build_request()
/f-stack/dpdk/examples/l2fwd-crypto/
H A Dmain.c191 uint8_t do_cipher; member
422 if (cparams->do_cipher) { in l2fwd_simple_crypto_enqueue()
491 if (cparams->do_cipher) { in l2fwd_simple_crypto_enqueue()
721 port_cparams[i].do_cipher = 0; in l2fwd_main_loop()
731 port_cparams[i].do_cipher = 1; in l2fwd_main_loop()
738 port_cparams[i].do_cipher = 1; in l2fwd_main_loop()
808 if (port_cparams[i].do_cipher) { in l2fwd_main_loop()