Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/l2fwd-crypto/
H A Dmain.c106 L2FWD_CRYPTO_CIPHER_HASH, enumerator
660 } else if (options->xform_chain == L2FWD_CRYPTO_CIPHER_HASH) { in initialize_crypto_session()
729 case L2FWD_CRYPTO_CIPHER_HASH: in l2fwd_main_loop()
1030 options->xform_chain = L2FWD_CRYPTO_CIPHER_HASH; in parse_crypto_opt_chain()
1444 options->xform_chain = L2FWD_CRYPTO_CIPHER_HASH; in l2fwd_crypto_default_options()
1590 case L2FWD_CRYPTO_CIPHER_HASH: in l2fwd_crypto_options_print()
2085 if (options->xform_chain == L2FWD_CRYPTO_CIPHER_HASH || in check_capabilities()
2141 if (options->xform_chain == L2FWD_CRYPTO_CIPHER_HASH || in check_capabilities()
2388 if (options->xform_chain == L2FWD_CRYPTO_CIPHER_HASH || in initialize_cryptodevs()
2422 if (options->xform_chain == L2FWD_CRYPTO_CIPHER_HASH || in initialize_cryptodevs()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dl2_forward_crypto.rst339 } else if (options->xform_chain == L2FWD_CRYPTO_CIPHER_HASH) {