Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DAESGCMCipherTestBase.java181 Key key = importKey(getKatKey()); in testCiphertextBitflipDetectedWhenDecrypting()
193 Key key = importKey(getKatKey()); in testAadBitflipDetectedWhenDecrypting()
DBlockCipherTestBase.java538 SecretKey key1 = importKey(katKeyBytes); in assertKeyDoesNotSurviveReinitialization()
544 SecretKey key2 = importKey(katKeyBytes); in assertKeyDoesNotSurviveReinitialization()
1256 Key key = importKey(getKatKey()); in testVeryLargeBlock()
1309 return importKey(getKatKey()); in getKey()
1312 protected SecretKey importKey(byte[] keyMaterial) { in importKey() method in BlockCipherTestBase
1624 Key key = importKey(getKatKey()); in assertInitRejectsIvParameterSpec()
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DSecurityLoggingTest.java281 importKey(IMPORTED_KEY_ALIAS); in generateKeystoreEvents()
518 private void importKey(String alias) throws Exception{ in importKey() method in SecurityLoggingTest