Searched refs:cparams (Results 1 – 4 of 4) sorted by relevance
419 if ((cparams->do_hash || cparams->do_aead) && cparams->hash_verify) in l2fwd_simple_crypto_enqueue()422 if (cparams->do_cipher) { in l2fwd_simple_crypto_enqueue()454 if (cparams->do_hash) { in l2fwd_simple_crypto_enqueue()465 cparams->auth_iv.length); in l2fwd_simple_crypto_enqueue()467 if (!cparams->hash_verify) { in l2fwd_simple_crypto_enqueue()470 cparams->digest_length); in l2fwd_simple_crypto_enqueue()491 if (cparams->do_cipher) { in l2fwd_simple_crypto_enqueue()510 if (cparams->do_aead) { in l2fwd_simple_crypto_enqueue()531 cparams->digest_length); in l2fwd_simple_crypto_enqueue()540 if (cparams->aad.length) { in l2fwd_simple_crypto_enqueue()[all …]
413 struct l2fwd_crypto_params *cparams)421 len = qconf->op_buf[cparams->dev_id].len;422 qconf->op_buf[cparams->dev_id].buffer[len] = op;431 qconf->op_buf[cparams->dev_id].len = len;439 struct l2fwd_crypto_params *cparams)445 qconf->op_buf[cparams->dev_id].buffer;447 ret = rte_cryptodev_enqueue_burst(cparams->dev_id,448 cparams->qp_id, op_buffer, (uint16_t) n);450 crypto_statistics[cparams->dev_id].enqueued += ret;471 cparams->dev_id, cparams->qp_id,[all …]
262 * `--show-default-cparams`:
72 cli : New --show-default-cparams information command