Searched refs:cipher_dataunit_len (Results 1 – 2 of 2) sorted by relevance
184 uint32_t cipher_dataunit_len; member440 if (cparams->cipher_dataunit_len != 0 && in l2fwd_simple_crypto_enqueue()441 (data_len % cparams->cipher_dataunit_len)) in l2fwd_simple_crypto_enqueue()442 pad_len = cparams->cipher_dataunit_len - in l2fwd_simple_crypto_enqueue()443 (data_len % cparams->cipher_dataunit_len); in l2fwd_simple_crypto_enqueue()841 port_cparams[i].cipher_dataunit_len = in l2fwd_main_loop()
44 [--cipher_algo ALGO] [--cipher_op ENCRYPT/DECRYPT] [--cipher_dataunit_len SIZE] /85 * cipher_dataunit_len: set the length of the cipher data-unit.