Data Fields
CryptoCC26XX_Transaction Struct Reference

CryptoCC26XX Transaction. More...

#include <CryptoCC26XX.h>

Data Fields

CryptoCC26XX_Operation opType
 
CryptoCC26XX_Mode mode
 
uint8_t data []
 

Detailed Description

CryptoCC26XX Transaction.

This structure defines the nature of a general crypto transaction. An operation specific object, e.g. CryptoCC26XX_AESCCM_Transaction, must be used by the clients. All transaction must be typecasted to this common type when calling the transact functions. The first data of all transactions must hold a type field indicating which type of transaction to be performed.

Field Documentation

§ opType

CryptoCC26XX_Operation CryptoCC26XX_Transaction::opType

The type of the crypto operation

§ mode

CryptoCC26XX_Mode CryptoCC26XX_Transaction::mode

The mode of current transaction

§ data

uint8_t CryptoCC26XX_Transaction::data[]

A void pointer to rest of transaction (transac. specific)


The documentation for this struct was generated from the following file:
© Copyright 1995-2019, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale