API Reference Manual
1.46.0
|
Crypto packet API operation result. More...
#include <crypto_types.h>
Data Fields | |
odp_packet_t | pkt_in |
Input packet passed to odp_crypo_op_enq() when the operation type of the session is ODP_CRYPTO_OP_TYPE_OOP. More... | |
odp_crypto_op_status_t | cipher_status |
Cipher status. | |
odp_crypto_op_status_t | auth_status |
Authentication status. | |
Crypto packet API operation result.
Definition at line 1095 of file api/spec/crypto_types.h.
odp_packet_t odp_crypto_packet_result_t::pkt_in |
Input packet passed to odp_crypo_op_enq() when the operation type of the session is ODP_CRYPTO_OP_TYPE_OOP.
In other cases this field does not have a valid value.
Definition at line 1100 of file api/spec/crypto_types.h.