Home
last modified time | relevance | path

Searched refs:genKeyPair (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DImportWrappedKeyTest.java149 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
DKeyAgreementTest.java148 KeyPair rsaKeyPair = kpg.genKeyPair(); in testInit_withNonEcKey_fails()