Message hash and salt inputs to Crypto_PSSPaddingForSign, bundled to keep the function's parameter count down.
| msgHash | mHash, precomputed hash of the message, hashLenInBytes long |
| salt | Random salt, saltLenInBytes long |
| saltLenInBytes | Salt length (RFC 8017 recommends saltLen == hashLen) |
Data Fields | |
| const uint8_t * | msgHash |
| const uint8_t * | salt |
| uint32_t | saltLenInBytes |
| const uint8_t* Crypto_PSSSaltInfo::msgHash |
mHash, precomputed hash of the message, hashLenInBytes long
| const uint8_t* Crypto_PSSSaltInfo::salt |
Random salt, saltLenInBytes long
| uint32_t Crypto_PSSSaltInfo::saltLenInBytes |
Salt length (RFC 8017 recommends saltLen == hashLen)