API Reference Manual
1.46.0
|
ODP crypto types. More...
#include <odp/visibility_begin.h>
#include <odp/api/deprecated.h>
#include <odp/api/packet_types.h>
#include <odp/api/pool_types.h>
#include <odp/api/std_types.h>
#include <odp/visibility_end.h>
Go to the source code of this file.
Data Structures | |
union | odp_crypto_cipher_algos_t |
Cipher algorithms in a bit field structure. More... | |
union | odp_crypto_auth_algos_t |
Authentication algorithms in a bit field structure. More... | |
struct | odp_crypto_key |
Crypto API key structure. More... | |
struct | odp_crypto_session_param_t |
Crypto API session creation parameters. More... | |
struct | odp_crypto_packet_op_param_t |
Crypto packet API per packet operation parameters. More... | |
struct | odp_crypto_op_status |
Crypto API per packet operation completion status. More... | |
struct | odp_crypto_packet_result_t |
Crypto packet API operation result. More... | |
struct | odp_crypto_capability_t |
Crypto capabilities. More... | |
struct | odp_crypto_cipher_capability_t |
Cipher algorithm capabilities. More... | |
struct | odp_crypto_auth_capability_t |
Authentication algorithm capabilities. More... | |
Typedefs | |
typedef union odp_crypto_cipher_algos_t | odp_crypto_cipher_algos_t |
Cipher algorithms in a bit field structure. | |
typedef union odp_crypto_auth_algos_t | odp_crypto_auth_algos_t |
Authentication algorithms in a bit field structure. | |
typedef struct odp_crypto_key | odp_crypto_key_t |
Crypto API key structure. | |
typedef enum odp_crypto_op_type_t | odp_crypto_op_type_t |
Type of odp_crypto_op()/odp_crypto_op_enq() calls. | |
typedef struct odp_crypto_session_param_t | odp_crypto_session_param_t |
Crypto API session creation parameters. | |
typedef struct odp_crypto_packet_op_param_t | odp_crypto_packet_op_param_t |
Crypto packet API per packet operation parameters. | |
typedef struct odp_crypto_op_status | odp_crypto_op_status_t |
Crypto API per packet operation completion status. | |
typedef struct odp_crypto_packet_result_t | odp_crypto_packet_result_t |
Crypto packet API operation result. | |
typedef struct odp_crypto_capability_t | odp_crypto_capability_t |
Crypto capabilities. | |
typedef struct odp_crypto_cipher_capability_t | odp_crypto_cipher_capability_t |
Cipher algorithm capabilities. | |
typedef struct odp_crypto_auth_capability_t | odp_crypto_auth_capability_t |
Authentication algorithm capabilities. | |
ODP crypto types.
Definition in file api/spec/crypto_types.h.