Macros
HASH_HMAC_Long_key_only_for_HMAC_mode
Collaboration diagram for HASH_HMAC_Long_key_only_for_HMAC_mode:

Macros

#define HASH_HMACKeyType_LongKey   HASH_CR_LKEY
 
#define HASH_HMACKeyType_ShortKey   ((uint32_t)0x00000000)
 
#define IS_HASH_HMAC_KEYTYPE(KEYTYPE)
 

Detailed Description

Macro Definition Documentation

#define HASH_HMACKeyType_LongKey   HASH_CR_LKEY

HMAC Key is > 64 bytes

Definition at line 142 of file stm32f4xx_hash.h.

#define HASH_HMACKeyType_ShortKey   ((uint32_t)0x00000000)

HMAC Key is <= 64 bytes

Definition at line 141 of file stm32f4xx_hash.h.

#define IS_HASH_HMAC_KEYTYPE (   KEYTYPE)
Value:
(((KEYTYPE) == HASH_HMACKeyType_ShortKey) || \
((KEYTYPE) == HASH_HMACKeyType_LongKey))
#define HASH_HMACKeyType_LongKey
#define HASH_HMACKeyType_ShortKey

Definition at line 144 of file stm32f4xx_hash.h.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Thu Apr 15 2021 05:07:54