Searched defs:kg (Results 1 – 5 of 5) sorted by relevance
65 private static boolean isUnsupported(KeyGenerator kg) { in isUnsupported()176 private void test_KeyGenerator(KeyGenerator kg) throws Exception { in test_KeyGenerator()201 private void test_SecretKey(KeyGenerator kg, SecretKey sk) throws Exception { in test_SecretKey()
323 KeyGenerator kg = KeyGenerator.getInstance(getBaseAlgorithm(algorithm)); in getEncryptKey() local1275 KeyGenerator kg = KeyGenerator.getInstance("AES"); in test_Cipher() local3968 KeyGenerator kg = KeyGenerator.getInstance("AES"); in checkCipher() local4251 KeyGenerator kg = KeyGenerator.getInstance("AES"); in checkCipher_Wrap_invalidMode_Failure() local4282 KeyGenerator kg = KeyGenerator.getInstance("AES"); in checkCipher_Unwrap_invalidMode_Failure() local4457 KeyGenerator kg = KeyGenerator.getInstance("ARC4"); in testRC4_MultipleKeySizes() local4539 KeyGenerator kg = KeyGenerator.getInstance(getBaseAlgorithm(c.getAlgorithm())); in checkAES_keyConstraint() local
61 private static boolean isUnsupported(KeyGenerator kg) { in isUnsupported()172 private void test_KeyGenerator(KeyGenerator kg) throws Exception { in test_KeyGenerator()197 private void test_SecretKey(KeyGenerator kg, SecretKey sk) throws Exception { in test_SecretKey()
319 KeyGenerator kg = KeyGenerator.getInstance(getBaseAlgorithm(algorithm)); in getEncryptKey() local1271 KeyGenerator kg = KeyGenerator.getInstance("AES"); in test_Cipher() local3966 KeyGenerator kg = KeyGenerator.getInstance("AES"); in checkCipher() local4249 KeyGenerator kg = KeyGenerator.getInstance("AES"); in checkCipher_Wrap_invalidMode_Failure() local4280 KeyGenerator kg = KeyGenerator.getInstance("AES"); in checkCipher_Unwrap_invalidMode_Failure() local4455 KeyGenerator kg = KeyGenerator.getInstance("ARC4"); in testRC4_MultipleKeySizes() local4537 KeyGenerator kg = KeyGenerator.getInstance(getBaseAlgorithm(c.getAlgorithm())); in checkAES_keyConstraint() local
17 void kg(a) in kg() function