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()
536 SecretKey key1 = importKey(katKeyBytes); in assertKeyDoesNotSurviveReinitialization()542 SecretKey key2 = importKey(katKeyBytes); in assertKeyDoesNotSurviveReinitialization()1293 return importKey(getKatKey()); in getKey()1296 protected SecretKey importKey(byte[] keyMaterial) { in importKey() method in BlockCipherTestBase1603 Key key = importKey(getKatKey()); in assertInitRejectsIvParameterSpec()
277 importKey(IMPORTED_KEY_ALIAS); in generateKeystoreEvents()503 private void importKey(String alias) throws Exception{ in importKey() method in SecurityLoggingTest