Data Fields
SHA2_Params Struct Reference

SHA2 Parameters. More...

#include <SHA2.h>

Collaboration diagram for SHA2_Params:
Collaboration graph
[legend]

Data Fields

SHA2_HashType hashType
 
SHA2_ReturnBehavior returnBehavior
 
SHA2_CallbackFxn callbackFxn
 
uint32_t timeout
 

Detailed Description

SHA2 Parameters.

SHA2 Parameters are used to with the SHA2_open() call. Default values for these parameters are set using SHA2_Params_init().

See also
SHA2_Params_init()

Field Documentation

§ hashType

SHA2_HashType SHA2_Params::hashType

SHA2 variant to use. This determines the output digest length.

§ returnBehavior

SHA2_ReturnBehavior SHA2_Params::returnBehavior

Blocking, callback, or polling return behavior

§ callbackFxn

SHA2_CallbackFxn SHA2_Params::callbackFxn

Callback function pointer

§ timeout

uint32_t SHA2_Params::timeout

Timeout before the driver returns an error in SHA2_RETURN_BEHAVIOR_BLOCKING


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