Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/ec/
Dmake_p256-x86_64-tests.go135 func printTestCase(ax, ay *big.Int, aCoord coordinates, bx, by *big.Int, bCoord coordinates) { func
170 printTestCase(zero, zero, affine, zero, zero, affine)
173 printTestCase(zero, zero, jacobian, zero, zero, jacobian)
177 printTestCase(gx, gy, affine, zero, zero, affine)
180 printTestCase(gx, gy, affine, zero, zero, jacobian)
184 printTestCase(gx, gy, affine, gx, minusGy, affine)
190 printTestCase(ax, ay, jacobian, bx, by, jacobian)
196 printTestCase(ax, ay, jacobian, ax, ay, jacobian)
203 printTestCase(ax, ay, affine, bx, by, affine)
209 printTestCase(ax, ay, affine, ax, ay, affine)
/external/boringssl/src/crypto/cipher_extra/test/
Dmake_legacy_aead_tests.go234 func printTestCase(t *testCase) { func
257 printTestCase(t)