STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | HASH_ALGOMODE_HASH 0x00000000U |
#define | HASH_ALGOMODE_HMAC HASH_CR_MODE |
#define HASH_ALGOMODE_HASH 0x00000000U |
#include <stm32f4xx_hal_hash.h>
Algorithm is HASH
Definition at line 201 of file stm32f4xx_hal_hash.h.
#define HASH_ALGOMODE_HMAC HASH_CR_MODE |
#include <stm32f4xx_hal_hash.h>
Algorithm is HMAC
Definition at line 202 of file stm32f4xx_hal_hash.h.
Referenced by HMAC_Start(), HMAC_Start_DMA(), and HMAC_Start_IT().