Searched refs:__rte_crypto_op_reset (Results 1 – 5 of 5) sorted by relevance
134 __rte_crypto_op_reset(struct rte_crypto_op *op, enum rte_crypto_op_type type) in __rte_crypto_op_reset() function255 __rte_crypto_op_reset(op, type); in rte_crypto_op_alloc()287 __rte_crypto_op_reset(ops[i], type); in rte_crypto_op_bulk_alloc()368 __rte_crypto_op_reset(op, RTE_CRYPTO_OP_TYPE_SYMMETRIC); in rte_crypto_sym_op_alloc_from_mbuf_priv_data()
1867 __rte_crypto_op_reset(op, type); in rte_crypto_op_init()
591 __rte_crypto_op_reset(env.op, RTE_CRYPTO_OP_TYPE_SYMMETRIC); in prepare_cipher_op()623 __rte_crypto_op_reset(env.op, RTE_CRYPTO_OP_TYPE_SYMMETRIC); in prepare_auth_op()670 __rte_crypto_op_reset(env.op, RTE_CRYPTO_OP_TYPE_SYMMETRIC); in prepare_aead_op()
1472 __rte_crypto_op_reset(env->op, RTE_CRYPTO_OP_TYPE_SYMMETRIC); in run_single_test()
413 ``__rte_crypto_op_reset()`` to configure any operation type specific fields based419 ``__rte_crypto_op_reset()`` is called on each operation before being returned to