Home
last modified time | relevance | path

Searched refs:doEncrypt (Results 1 – 6 of 6) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/biometrics/
DAbstractUserAuthenticationAeadCipherTest.java65 Utils.doEncrypt(mCipher, payload); in doKeystoreOperation()
DAbstractUserAuthenticationCipherTest.java62 Utils.doEncrypt(mCipher, payload); in doKeystoreOperation()
DBiometricStrongTests.java205 byte[] encrypted = Utils.doEncrypt(tryUseBeforeAuthCipher, secret); in testBiometricBoundEncryption()
238 byte[] encrypted = Utils.doEncrypt(tryUseAfterAuthCipher, in testBiometricBoundEncryption()
DCredentialCryptoTests.java151 byte[] encrypted = Utils.doEncrypt(cipher, SECRET_BYTE_ARRAY); in testTimedKey()
DUtils.java145 static byte[] doEncrypt(Cipher cipher, byte[] data) throws Exception { in doEncrypt() method in Utils
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DFingerprintBoundKeysTest.java244 private boolean encryptInternal(boolean doEncrypt) { in encryptInternal() argument
246 if (!doEncrypt) { in encryptInternal()