Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/bluetooth/
DFastPairGattServer.java686 .add(calculateAntiSpoofing(Base64.decode(mPrivateAntiSpoof, 0), remotePublicKey) in processKeyBasedPairing()
751 private AccountKey calculateAntiSpoofing(byte[] localPrivateKey, byte[] remotePublicKey) { in calculateAntiSpoofing() method in FastPairGattServer