Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/
H A DFastPairGattServer.java378 AccountKey calculateAntiSpoofing(byte[] localPrivateKey, byte[] remotePublicKey) { in calculateAntiSpoofing() method in FastPairGattServer
434 .add(calculateAntiSpoofing(Base64.decode(mPrivateAntiSpoof, 0), remotePublicKey) in processKeyBasedPairing()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
H A DBluetoothFastPairTest.java276 .calculateAntiSpoofing(TEST_PRIVATE_KEY_B, TEST_PUBLIC_KEY_A); in tessECDHKeyGeneration()