Home
last modified time | relevance | path

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

/external/wycheproof/java/com/google/security/wycheproof/testcases/
DEcdhTest.java440 final BigInteger pubx; // x-coordinate of the public point field in EcdhTest.EcPublicKeyTestVector
453 BigInteger pubx, in EcPublicKeyTestVector() argument
464 this.pubx = pubx; in EcPublicKeyTestVector()
482 ECPoint pubPoint = new ECPoint(pubx, puby); in getSpec()