Lines Matching refs:hash
96 the hash algorithm potentially used to hash the message being signed:
97 - a hash algorithm used for the encoding function
99 - most commonly MGF1, which in turn is parametrized by a hash algorithm
106 discrepancies in handling the salt length and which of the various hash
114 - encoding hash = MGF1 hash (from context, or argument = message hash)
118 - encoding hash = MGF1 hash (from context, or argument = message hash)
122 - encoding hash = MGF1 hash (from context, or argument = message hash)
126 - encoding hash = MGF1 hash from dedicated argument
132 - encoding hash = MGF1 hash, specified explicitly
136 - hash alg used for message hashing, encoding and MGF1
153 It allows independently specifying the message hash (also used for encoding
154 hash), the MGF (and its hash if MGF1 is used), and the salt length (plus an
165 - encoding hash = message hashing algorithm (may differ from MGF1 hash)
173 Note: since X.509 parsing ensures that message hash = encoding hash, and
174 `mbedtls_pk_verify_ext()` uses encoding hash = mgf1 hash, it looks like all
175 three hash algorithms must be equal, which would be good news as it would