AEAD type definitions for the PSA Crypto API. More...
AEAD type definitions for the PSA Crypto API.
Definition in file types.h.
Go to the source code of this file.
Data Structures | |
struct | psa_aead_operation_s |
Structure storing an AEAD operation context. More... | |
#define | PSA_AEAD_OPERATION_INIT { 0 } |
This macro returns a suitable initializer for an AEAD operation object of type psa_aead_operation_t. | |
typedef struct psa_aead_operation_s | psa_aead_operation_t |
The type of the state object for multi-part AEAD operations. | |
static psa_aead_operation_t | psa_aead_operation_init (void) |
Return an initial value for an AEAD operation object. | |
#define PSA_AEAD_OPERATION_INIT { 0 } |
This macro returns a suitable initializer for an AEAD operation object of type psa_aead_operation_t.
typedef struct psa_aead_operation_s psa_aead_operation_t |
The type of the state object for multi-part AEAD operations.
Before calling any function on an AEAD operation object, the application must initialize it by any of the following means:
This is an implementation-defined type. Applications that make assumptions about the content of this object will result in in implementation-specific behavior, and are non-portable.
|
inlinestatic |
Return an initial value for an AEAD operation object.