Home
last modified time | relevance | path

Searched defs:testSignAndVerify (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/dsa/
Ddsa_test.go13 func testSignAndVerify(t *testing.T, i int, priv *PrivateKey) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/ecdsa/
Decdsa_test.go76 func testSignAndVerify(t *testing.T, c elliptic.Curve) { func