Lines Matching refs:length
100 - a salt length
106 discrepancies in handling the salt length and which of the various hash
115 - salt length: always using the maximum legal value
119 - salt length: specified explicitly
123 - salt length: any valid length accepted
127 - expected salt length: specified explicitly, can specify "ANY"
133 - expected salt length: specified explicitly, can specify "ANY"
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
144 doesn't fit because the key is too short, then the maximum length that fits is
154 hash), the MGF (and its hash if MGF1 is used), and the salt length (plus an
157 presents, all values must match except possibly for the salt length, where the
196 - the length of the salt MUST be equal to the length of the digest algorithm
198 When signing, the salt length picked by PSA is the one required by TLS 1.3