Home
last modified time | relevance | path

Searched refs:__rte_crypto_op_reset (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/lib/librte_cryptodev/
H A Drte_crypto.h134 __rte_crypto_op_reset(struct rte_crypto_op *op, enum rte_crypto_op_type type) in __rte_crypto_op_reset() function
255 __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()
H A Drte_cryptodev.c1867 __rte_crypto_op_reset(op, type); in rte_crypto_op_init()
/f-stack/dpdk/examples/fips_validation/
H A Dmain.c591 __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()
H A Dfips_dev_self_test.c1472 __rte_crypto_op_reset(env->op, RTE_CRYPTO_OP_TYPE_SYMMETRIC); in run_single_test()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dcryptodev_lib.rst413 ``__rte_crypto_op_reset()`` to configure any operation type specific fields based
419 ``__rte_crypto_op_reset()`` is called on each operation before being returned to