8#ifndef CC3XX_CRYPTO_PRIMITIVES_H
9#define CC3XX_CRYPTO_PRIMITIVES_H
13typedef struct cc3xx_hash_operation_s
18typedef struct cc3xx_cipher_operation_s{
22typedef struct cc3xx_mac_operation_s{
26typedef struct cc3xx_aead_operation_s{
#define PSA_DRIVER_CC3XX_AEAD_OPERATION_CONTEXT_SIZE_WORDS
Definition cc3xx_crypto_primitives_sizes.h:10
#define PSA_DRIVER_CC3XX_MAC_OPERATION_CONTEXT_SIZE_WORDS
Definition cc3xx_crypto_primitives_sizes.h:9
#define PSA_DRIVER_CC3XX_HASH_OPERATION_CONTEXT_SIZE_WORDS
Definition cc3xx_crypto_primitives_sizes.h:7
#define PSA_DRIVER_CC3XX_CIPHER_OPERATION_CONTEXT_SIZE_WORDS
Definition cc3xx_crypto_primitives_sizes.h:8
Definition cc3xx_crypto_primitives_private.h:26
Definition cc3xx_crypto_primitives_private.h:18
Definition cc3xx_crypto_primitives_private.h:14
Definition cc3xx_crypto_primitives_private.h:22