Lines Matching refs:hashlen
137 - salt length can be either "standard" (<= hashlen, see note) or "any"
139 - salt length: always <= hashlen (see note) and random salt
141 - salt length: either <= hashlen (see note), or any depending on algorithm
143 Note: above, "<= hashlen" means that hashlen is used if possible, but if it
179 OpenSSL picks saltlen = keylen - hashlen - 2 (tested with openssl 1.1.1f).
180 The `certtool` command provided by GnuTLS seems to be picking saltlen = hashlen
182 hashlen.
256 all using saltlen = keylen - hashlen - 2, except for server9-defaults which is
257 using saltlen = hashlen.
287 all using saltlen = keylen - hashlen - 2.
313 all using saltlen = keylen - hashlen - 2.
323 saltlen happens to match hashlen, and falling back to `ANY_SALT` otherwise.
325 3. Reject all certificates with saltlen != hashlen. This includes all