Home | History | Annotate | Download | only in dsa

Lines Matching refs:Be

3 // license that can be found in the LICENSE file.
17 // be shared across many keys. The bit length of Q must be a multiple of 8.
35 // FIPS is quite strict about the format of DSA keys, but other code may be
37 // this error must be handled.
60 // seed doesn't appear to be exported or used by other code and
150 // PrivateKey must already be valid (see GenerateParameters).
186 // Sign signs an arbitrary length hash (which should be the result of hashing a
191 // Note that FIPS 186-3 section 4.6 specifies that the hash should be truncated
195 // Be aware that calling Sign with an attacker-controlled PrivateKey may
217 // priv.Q must be >= 128 because the test above
218 // requires it to be > 0 and that
260 // Note that FIPS 186-3 section 4.6 specifies that the hash should be truncated