Data Fields
CryptoCC26XX_AESECB_Transaction Struct Reference

CryptoCC26XX AES-ECB Transaction. More...

#include <CryptoCC26XX.h>

Data Fields

CryptoCC26XX_Operation opType
 
CryptoCC26XX_Mode mode
 
uint8_t keyIndex
 
void * msgIn
 
void * msgOut
 

Detailed Description

CryptoCC26XX AES-ECB Transaction.

This structure defines the nature of the AES-ECB transaction. An object of this structure must be initialized by calling CryptoCC26XX_Transac_init().

Field Documentation

§ opType

CryptoCC26XX_Operation CryptoCC26XX_AESECB_Transaction::opType

The type of the crypto operation

§ mode

CryptoCC26XX_Mode CryptoCC26XX_AESECB_Transaction::mode

The mode of current transaction. Set by transact function.

§ keyIndex

uint8_t CryptoCC26XX_AESECB_Transaction::keyIndex

The key store index to be used.

§ msgIn

void* CryptoCC26XX_AESECB_Transaction::msgIn

A poiner to the octet string input message

§ msgOut

void* CryptoCC26XX_AESECB_Transaction::msgOut

A pointer to the output message location


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