Home | History | Annotate | Download | only in libtomcrypt

Lines Matching refs:msghash

3179     const unsigned char *msghash, 
3190 This function assumes the message to be PSS encoded has previously been hashed. The input hash \textit{msghash} is of length
3207 const unsigned char *msghash,
3216 This will decode the PSS encoded message in \textit{sig} of length \textit{siglen} and compare it to values in \textit{msghash} of length
3448 const unsigned char *msghash,
3457 and the extracted hash is compared against the message digest pointed to by \textit{msghash} of length \textit{msghashlen} octets.
3459 If the RSA decoded data is not a valid PSS message, or if the PSS decoded hash does not match the \textit{msghash}
3481 and the extracted hash is compared against the message digest pointed to by \textit{msghash} of length \textit{msghashlen} octets.
3483 If the RSA decoded data is not a valid PSS message, or if the PKCS decoded hash does not match the \textit{msghash}