Home
last modified time | relevance | path

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

/dpdk/lib/cryptodev/
H A Drte_crypto_sym.h281 uint32_t dataunit_len; member
/dpdk/examples/l2fwd-crypto/
H A Dmain.c842 options->cipher_xform.cipher.dataunit_len; in l2fwd_main_loop()
1268 options->cipher_xform.cipher.dataunit_len = in l2fwd_crypto_parse_args_long_options()
1500 options->cipher_xform.cipher.dataunit_len = 0; in l2fwd_crypto_default_options()
2196 if (options->cipher_xform.cipher.dataunit_len > 0) { in check_capabilities()
2208 switch (options->cipher_xform.cipher.dataunit_len) { in check_capabilities()
2232 options->cipher_xform.cipher.dataunit_len); in check_capabilities()
/dpdk/doc/guides/cryptodevs/
H A Dmlx5.rst140 - The supported data-unit lengths are 512B and 4KB and 1MB. In case the `dataunit_len`
/dpdk/drivers/crypto/mlx5/
H A Dmlx5_crypto.c212 switch (xform->cipher.dataunit_len) { in mlx5_crypto_sym_session_configure()
/dpdk/app/test/
H A Dtest_cryptodev_blockcipher.c464 cipher_xform->cipher.dataunit_len = tdata->xts_dataunit_len; in test_blockcipher_one_case()
/dpdk/doc/guides/rel_notes/
H A Drelease_21_11.rst519 * cryptodev: The field ``dataunit_len`` of the ``struct rte_crypto_cipher_xform``