Home
last modified time | relevance | path

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

/external/wycheproof/java/com/google/security/wycheproof/testcases/
DEcdsaTest.java576 BigInteger extractR(byte[] signature) throws Exception { in extractR() method in EcdsaTest
594 BigInteger r = extractR(signature); in extractK()
729 System.out.println("r:" + extractR(signature).toString()); in testBasic()
DDsaTest.java740 BigInteger extractR(byte[] signature) throws Exception { in extractR() method in DsaTest
757 BigInteger r = extractR(signature); in extractK()
836 System.out.println("r:" + extractR(signature).toString()); in testBasic()