API Reference Manual  1.45.0
odp_crypto_packet_result_t Struct Reference

Crypto packet API operation result. More...

#include <crypto_types.h>

Collaboration diagram for odp_crypto_packet_result_t:
[legend]

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.
 

Detailed Description

Crypto packet API operation result.

Definition at line 1092 of file api/spec/crypto_types.h.

Field Documentation

◆ pkt_in

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 1097 of file api/spec/crypto_types.h.


The documentation for this struct was generated from the following file: