AM64x MCU+ SDK  08.01.00
Crypto_ShaParams Struct Reference

Detailed Description

Parameters passed during Crypto_shaOpen()

Data Fields

uint32_t authMode
 
uint32_t type
 
uint8_t key [CRYPTO_HMAC_SHA_SW_MAX_KEYLEN_BYTES]
 
uint32_t keySizeInBits
 

Field Documentation

◆ authMode

uint32_t Crypto_ShaParams::authMode

Authentication mode. Refer Crypto_ShaAuthMode

◆ type

uint32_t Crypto_ShaParams::type

Type to which to assign the context. Refer Crypto_Type

◆ key

uint8_t Crypto_ShaParams::key[CRYPTO_HMAC_SHA_SW_MAX_KEYLEN_BYTES]

◆ keySizeInBits

uint32_t Crypto_ShaParams::keySizeInBits

Key for Hmac sha alogorithm. refer Crypto_Key