Home
last modified time | relevance | path

Searched defs:extractK (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/wycheproof/java/com/google/security/wycheproof/testcases/
H A DEcdsaTest.java591 BigInteger extractK(byte[] signature, BigInteger h, ECPrivateKey priv) throws Exception { in extractK() method in EcdsaTest
H A DDsaTest.java753 BigInteger extractK(byte[] signature, BigInteger h, DSAPrivateKey priv, boolean check) in extractK() method in DsaTest
/aosp_15_r20/external/wycheproof/keystore-cts/java/com/google/security/wycheproof/testcases/
H A DEcdsaTest.java149 BigInteger extractK(byte[] signature, BigInteger h, ECPrivateKey priv) throws Exception { in extractK() method in EcdsaTest