Home
last modified time | relevance | path

Searched refs:initCipher (Results 1 – 4 of 4) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/biometrics/
DBiometricStrongTests.java187 Utils.initCipher(keyName); in isKeyInvalidated()
202 Cipher tryUseBeforeAuthCipher = Utils.initCipher(keyName); in testBiometricBoundEncryption()
215 final Cipher tryUseAfterAuthCipher = Utils.initCipher(keyName); in testBiometricBoundEncryption()
DCredentialCryptoTests.java126 final Cipher cipher = Utils.initCipher(keyName); in testTimedKey()
150 final Cipher cipher = Utils.initCipher(keyName); in testTimedKey()
DAbstractUserAuthenticationCipherTest.java51 mCipher = Utils.initCipher(keyName); in initializeKeystoreOperation()
DUtils.java78 static Cipher initCipher(String keyName) throws Exception { in initCipher() method in Utils