STM32F2 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F2 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
HASH_InitTypeDef Struct Reference

HASH Init structure definition. More...

#include <stm32f2xx_hash.h>

Data Fields

uint32_t HASH_AlgoSelection
 
uint32_t HASH_AlgoMode
 
uint32_t HASH_DataType
 
uint32_t HASH_HMACKeyType
 

Detailed Description

HASH Init structure definition.

Field Documentation

uint32_t HASH_AlgoMode
      HASH or HMAC. This parameter can be a value 

of HASH_processor_Algorithm_Mode

uint32_t HASH_AlgoSelection
 SHA-1 or MD5. This parameter can be a value 

of HASH_Algo_Selection

uint32_t HASH_DataType
      32-bit data, 16-bit data, 8-bit data or 

bit-string. This parameter can be a value of HASH_Data_Type

uint32_t HASH_HMACKeyType
   HMAC Short key or HMAC Long Key. This parameter

can be a value of HASH_HMAC_Long_key_only_for_HMAC_mode


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