Searched refs:importKey (Results 1 – 3 of 3) sorted by relevance
181 Key key = importKey(getKatKey()); in testCiphertextBitflipDetectedWhenDecrypting()193 Key key = importKey(getKatKey()); in testAadBitflipDetectedWhenDecrypting()
538 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 BlockCipherTestBase1624 Key key = importKey(getKatKey()); in assertInitRejectsIvParameterSpec()
281 importKey(IMPORTED_KEY_ALIAS); in generateKeystoreEvents()518 private void importKey(String alias) throws Exception{ in importKey() method in SecurityLoggingTest