HomeSort by relevance Sort by last modified time
    Searched full:testnegativeinputs (Results 1 - 2 of 2) sorted by null

  /prebuilts/go/darwin-x86/src/crypto/ecdsa/
ecdsa_test.go 324 func testNegativeInputs(t *testing.T, curve elliptic.Curve, tag string) {
340 func TestNegativeInputs(t *testing.T) {
341 testNegativeInputs(t, elliptic.P224(), "p224")
342 testNegativeInputs(t, elliptic.P256(), "p256")
343 testNegativeInputs(t, elliptic.P384(), "p384")
344 testNegativeInputs(t, elliptic.P521(), "p521")
  /prebuilts/go/linux-x86/src/crypto/ecdsa/
ecdsa_test.go 324 func testNegativeInputs(t *testing.T, curve elliptic.Curve, tag string) {
340 func TestNegativeInputs(t *testing.T) {
341 testNegativeInputs(t, elliptic.P224(), "p224")
342 testNegativeInputs(t, elliptic.P256(), "p256")
343 testNegativeInputs(t, elliptic.P384(), "p384")
344 testNegativeInputs(t, elliptic.P521(), "p521")

Completed in 170 milliseconds