Searched refs:getHmacSHA256ForUid (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | MacAddressUtilTest.java | 53 when(mKeystoreWrapper.getHmacSHA256ForUid(anyInt(), in setUp() 55 when(mKeystoreWrapper.getHmacSHA256ForUid(anyInt(), in setUp() 78 verify(mKeystoreWrapper).getHmacSHA256ForUid(0, MacAddressUtil.MAC_RANDOMIZATION_ALIAS); in testCalculatePersistentMacForSta() 85 when(mKeystoreWrapper.getHmacSHA256ForUid(anyInt(), in testCalculatePersistentMacForSta() 91 verify(mKeystoreWrapper, times(2)).getHmacSHA256ForUid( in testCalculatePersistentMacForSta() 114 verify(mKeystoreWrapper).getHmacSHA256ForUid(0, in testCalculatePersistentMacForSap() 122 when(mKeystoreWrapper.getHmacSHA256ForUid(anyInt(), in testCalculatePersistentMacForSap() 128 verify(mKeystoreWrapper, times(2)).getHmacSHA256ForUid( in testCalculatePersistentMacForSap()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
D | KeystoreWrapper.java | 51 public Mac getHmacSHA256ForUid(int uid, String alias) { in getHmacSHA256ForUid() method in KeystoreWrapper
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | MacAddressUtil.java | 100 hashFunction = mKeystoreWrapper.getHmacSHA256ForUid(uid, alias); in calculatePersistentMacWithCachedHash()
|