Lines Matching refs:encoding
97 - a hash algorithm used for the encoding function
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
152 RFC 4055 Section 3.1 defines the encoding of RSA-PSS that's used in X.509.
153 It allows independently specifying the message hash (also used for encoding
156 encoded as part of the key, and of the signature. If both encoding are
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