AM64x MCU+ SDK  12.01.00
Crypto_PSSSaltInfo Struct Reference

Detailed Description

Message hash and salt inputs to Crypto_PSSPaddingForSign, bundled to keep the function's parameter count down.

Parameters
msgHashmHash, precomputed hash of the message, hashLenInBytes long
saltRandom salt, saltLenInBytes long
saltLenInBytesSalt length (RFC 8017 recommends saltLen == hashLen)

Data Fields

const uint8_t * msgHash
 
const uint8_t * salt
 
uint32_t saltLenInBytes
 

Field Documentation

◆ msgHash

const uint8_t* Crypto_PSSSaltInfo::msgHash

mHash, precomputed hash of the message, hashLenInBytes long

◆ salt

const uint8_t* Crypto_PSSSaltInfo::salt

Random salt, saltLenInBytes long

◆ saltLenInBytes

uint32_t Crypto_PSSSaltInfo::saltLenInBytes

Salt length (RFC 8017 recommends saltLen == hashLen)