Lines Matching refs:PSS
3059 …little the v2.1 encryption and signature padding algorithms are called OAEP and PSS respectively.
3173 \subsection{PSS Encoding}
3174 PSS encoding is the second half of the PKCS \#1 standard which is padding to be applied to messages…
3190 This function assumes the message to be PSS encoded has previously been hashed. The input hash \te…
3191 \textit{msghashlen}. PSS allows a variable length random salt (it can be zero length) to be introd…
3200 \subsection{PSS Decoding}
3202 To decode a PSS encoded signature block you have to use the following.
3216 This will decode the PSS encoded message in \textit{sig} of length \textit{siglen} and compare it t…
3217 \textit{msghashlen}. If the block is a valid PSS block and the decoded hash equals the hash suppli…
3218 it is set to zero. The rest of the parameters are as in the PSS encode call.
3408 This will PSS encode the message digest pointed to by \textit{in} of length \textit{inlen} octets. …
3411 The \textit{hash\_idx} parameter indicates which hash will be used to create the PSS encoding. It …
3456 …ted to by \textit{sig} of length \textit{siglen} octets. Next, the RSA decoded data is PSS decoded
3459 If the RSA decoded data is not a valid PSS message, or if the PSS decoded hash does not match the \…
3483 If the RSA decoded data is not a valid PSS message, or if the PKCS decoded hash does not match the …