Home
last modified time | relevance | path

Searched refs:maybeCorruptECDSAValue (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/ssl/test/runner/
Dsign.go148 func maybeCorruptECDSAValue(n *big.Int, typeOfCorruption BadValue, limit *big.Int) *big.Int { func
184 r = maybeCorruptECDSAValue(r, config.Bugs.BadECDSAR, order)
185 s = maybeCorruptECDSAValue(s, config.Bugs.BadECDSAS, order)