Searched refs:genKeyPair (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | ImportWrappedKeyTest.java | 149 genKeyPair(WRAPPING_KEY_ALIAS, isStrongBox).getPublic(), in testKeyStore_ImportWrappedKey_AES() 205 genKeyPair(WRAPPING_KEY_ALIAS, isStrongBox).getPublic(), in testKeyStore_ImportIncorrectWrappedKey() 273 genKeyPair(WRAPPING_KEY_ALIAS, isStrongBox).getPublic(), in testKeyStore_ImportWrappedKey_3DES() 340 genKeyPair(WRAPPING_KEY_ALIAS, isStrongBox).getPublic(), in testKeyStore_ImportWrappedKey_RSA() 419 genKeyPair(WRAPPING_KEY_ALIAS, isStrongBox).getPublic(), in testKeyStore_ImportWrappedKey_EC() 669 private KeyPair genKeyPair(String alias, boolean isStrongBoxBacked) throws Exception { in genKeyPair() method in ImportWrappedKeyTest
|
D | KeyAgreementTest.java | 148 KeyPair rsaKeyPair = kpg.genKeyPair(); in testInit_withNonEcKey_fails()
|