TF-M Reference Manual  1.2.0
TrustedFirmware-M
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
ps_crypto_t Union Reference

#include <secure_fw/partitions/protected_storage/crypto/ps_crypto_interface.h>

Data Fields

struct {
   uint8_t   tag [16]
 
   uint8_t   iv [12]
 
ref
 

Detailed Description

Definition at line 28 of file ps_crypto_interface.h.

Field Documentation

uint8_t iv[12]

IV value of AEAD object

Definition at line 31 of file ps_crypto_interface.h.

struct { ... } ref
uint8_t tag[16]

MAC value of AEAD object

Definition at line 30 of file ps_crypto_interface.h.


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