Searched refs:cipher_dataunit_len (Results 1 – 1 of 1) sorted by relevance
185 uint32_t cipher_dataunit_len; member442 if (cparams->cipher_dataunit_len != 0 && in l2fwd_simple_crypto_enqueue()443 (data_len % cparams->cipher_dataunit_len)) in l2fwd_simple_crypto_enqueue()444 pad_len = cparams->cipher_dataunit_len - in l2fwd_simple_crypto_enqueue()445 (data_len % cparams->cipher_dataunit_len); in l2fwd_simple_crypto_enqueue()833 port_cparams[i].cipher_dataunit_len = in l2fwd_main_loop()