Searched defs:sharedSecret (Results 1 – 4 of 4) sorted by relevance
102 private Keys(byte[] sharedSecret, byte[] publicKey) { in Keys()278 private String decodeResponse(byte[] sharedSecret, byte[] response) in decodeResponse()
167 FastPairConnection.SharedSecret sharedSecret) { in getKeyForLocalCache()
293 assertArrayEquals(TestUtils.hexStringToByteArray(sharedKeyHex), sharedSecret); in testGetSharedKeyWithCurve25519() local
264 FastPairConnection.SharedSecret sharedSecret; in pairInternal() local