Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/ecdsa/
Decdsa.go235 if testingOnlyRejectionSamplingLooped != nil {
236 testingOnlyRejectionSamplingLooped()
246 var testingOnlyRejectionSamplingLooped func() var
Decdsa_test.go350 t.Cleanup(func() { testingOnlyRejectionSamplingLooped = nil })
352 testingOnlyRejectionSamplingLooped = func() { loopCount++ }