Home
last modified time | relevance | path

Searched defs:kg (Results 1 – 5 of 5) sorted by relevance

/external/conscrypt/repackaged/openjdk-integ-tests/src/test/java/com/android/org/conscrypt/javax/crypto/
DKeyGeneratorTest.java65 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()
DCipherTest.java323 KeyGenerator kg = KeyGenerator.getInstance(getBaseAlgorithm(algorithm)); in getEncryptKey() local
1275 KeyGenerator kg = KeyGenerator.getInstance("AES"); in test_Cipher() local
3968 KeyGenerator kg = KeyGenerator.getInstance("AES"); in checkCipher() local
4251 KeyGenerator kg = KeyGenerator.getInstance("AES"); in checkCipher_Wrap_invalidMode_Failure() local
4282 KeyGenerator kg = KeyGenerator.getInstance("AES"); in checkCipher_Unwrap_invalidMode_Failure() local
4457 KeyGenerator kg = KeyGenerator.getInstance("ARC4"); in testRC4_MultipleKeySizes() local
4539 KeyGenerator kg = KeyGenerator.getInstance(getBaseAlgorithm(c.getAlgorithm())); in checkAES_keyConstraint() local
/external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/crypto/
DKeyGeneratorTest.java61 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()
DCipherTest.java319 KeyGenerator kg = KeyGenerator.getInstance(getBaseAlgorithm(algorithm)); in getEncryptKey() local
1271 KeyGenerator kg = KeyGenerator.getInstance("AES"); in test_Cipher() local
3966 KeyGenerator kg = KeyGenerator.getInstance("AES"); in checkCipher() local
4249 KeyGenerator kg = KeyGenerator.getInstance("AES"); in checkCipher_Wrap_invalidMode_Failure() local
4280 KeyGenerator kg = KeyGenerator.getInstance("AES"); in checkCipher_Unwrap_invalidMode_Failure() local
4455 KeyGenerator kg = KeyGenerator.getInstance("ARC4"); in testRC4_MultipleKeySizes() local
4537 KeyGenerator kg = KeyGenerator.getInstance(getBaseAlgorithm(c.getAlgorithm())); in checkAES_keyConstraint() local
/external/clang/test/Sema/
Dfp16-sema.c17 void kg(a) in kg() function