Data Fields
AESGCM_Params_ Struct Reference

GCM Parameters. More...

#include <AESGCM.h>

Collaboration diagram for AESGCM_Params_:
Collaboration graph
[legend]

Data Fields

AESGCM_ReturnBehavior returnBehavior
 
AESGCM_CallbackFxn callbackFxn
 
uint32_t timeout
 
void * custom
 

Detailed Description

GCM Parameters.

GCM Parameters are used to with the AESGCM_open() call. Default values for these parameters are set using AESGCM_Params_init().

See also
AESGCM_Params_init()

Field Documentation

§ returnBehavior

AESGCM_ReturnBehavior AESGCM_Params_::returnBehavior

Blocking, callback, or polling return behavior

§ callbackFxn

AESGCM_CallbackFxn AESGCM_Params_::callbackFxn

Callback function pointer

§ timeout

uint32_t AESGCM_Params_::timeout

Timeout before the driver returns an error in AESGCM_RETURN_BEHAVIOR_BLOCKING

§ custom

void* AESGCM_Params_::custom

Custom argument used by driver implementation


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