Lines Matching full:hash

132  * \note            If the bitlength of the message hash is larger than the
133 * bitlength of the group order, then the hash is truncated
148 * \param buf The content to be signed. This is usually the hash of
175 * \note If the bitlength of the message hash is larger than the
176 * bitlength of the group order, then the hash is truncated as
196 * \param md_alg The hash algorithm used to hash the original data.
229 * \note If the bitlength of the message hash is larger
231 * hash is truncated as defined in <em>Standards for
295 * \note If the bitlength of the message hash is larger
297 * hash is truncated as defined in <em>Standards for
317 * \param md_alg The hash algorithm used to hash the original data.
349 * \note If the bitlength of the message hash is larger than the
350 * bitlength of the group order, then the hash is truncated as
385 * \note If the bitlength of the message hash is larger than the
386 * bitlength of the group order, then the hash is truncated as
440 * \note If the bitlength of the message hash is larger than the
441 * bitlength of the group order, then the hash is truncated as
451 * \param md_alg The message digest that was used to hash the message.
452 * \param hash The message hash to be signed. This must be a readable
454 * \param hlen The length of the hash \p hash in Bytes.
476 const unsigned char *hash, size_t hlen,
494 * \param md_alg The message digest that was used to hash the message.
495 * \param hash The message hash to be signed. This must be a readable
497 * \param hlen The length of the hash \p hash in Bytes.
524 const unsigned char *hash, size_t hlen,
533 * \note If the bitlength of the message hash is larger than the
534 * bitlength of the group order, then the hash is truncated as
543 * \param hash The message hash that was signed. This must be a readable
545 * \param hlen The size of the hash \p hash.
558 const unsigned char *hash, size_t hlen,
573 * \param hash The message hash that was signed. This must be a readable
575 * \param hlen The size of the hash \p hash.
593 const unsigned char *hash, size_t hlen,