Searched refs:__rte_crypto_op_reset (Results 1 – 5 of 5) sorted by relevance
153 __rte_crypto_op_reset(struct rte_crypto_op *op, enum rte_crypto_op_type type) in __rte_crypto_op_reset() function274 __rte_crypto_op_reset(op, type); in rte_crypto_op_alloc()306 __rte_crypto_op_reset(ops[i], type); in rte_crypto_op_bulk_alloc()387 __rte_crypto_op_reset(op, RTE_CRYPTO_OP_TYPE_SYMMETRIC); in rte_crypto_sym_op_alloc_from_mbuf_priv_data()
2310 __rte_crypto_op_reset(op, type); in rte_crypto_op_init()
608 __rte_crypto_op_reset(env.op, RTE_CRYPTO_OP_TYPE_SYMMETRIC); in prepare_cipher_op()640 __rte_crypto_op_reset(env.op, RTE_CRYPTO_OP_TYPE_SYMMETRIC); in prepare_auth_op()686 __rte_crypto_op_reset(env.op, RTE_CRYPTO_OP_TYPE_SYMMETRIC); in prepare_aead_op()
1471 __rte_crypto_op_reset(env->op, RTE_CRYPTO_OP_TYPE_SYMMETRIC); in run_single_test()
457 ``__rte_crypto_op_reset()`` to configure any operation type specific fields based463 ``__rte_crypto_op_reset()`` is called on each operation before being returned to