Home
last modified time | relevance | path

Searched defs:testMac (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/wycheproof/keystore-cts/java/com/google/security/wycheproof/testcases/
H A DJsonMacTest.java118 public void testMac(String filename) throws Exception { in testMac() method in JsonMacTest
121 public void testMac(String filename, boolean isStrongBox) throws Exception { in testMac() method in JsonMacTest
H A DMacTest.java196 public void testMac(String algorithm, int keySize) throws Exception { in testMac() method in MacTest
199 public void testMac(String algorithm, int keySize, boolean isStrongBox) throws Exception { in testMac() method in MacTest
/aosp_15_r20/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java3219 final MacAddress testMac = MacAddress.fromString("22:22:22:22:22:22"); in testUpdateConnectedClientsForLocalOnlyHotspot() local
3283 private void verifyHotspotClientUpdate(final boolean isLocalOnly, final MacAddress testMac, in verifyHotspotClientUpdate()