Searched refs:doEncrypt (Results 1 – 6 of 6) sorted by relevance
65 Utils.doEncrypt(mCipher, payload); in doKeystoreOperation()
62 Utils.doEncrypt(mCipher, payload); in doKeystoreOperation()
205 byte[] encrypted = Utils.doEncrypt(tryUseBeforeAuthCipher, secret); in testBiometricBoundEncryption()238 byte[] encrypted = Utils.doEncrypt(tryUseAfterAuthCipher, in testBiometricBoundEncryption()
151 byte[] encrypted = Utils.doEncrypt(cipher, SECRET_BYTE_ARRAY); in testTimedKey()
145 static byte[] doEncrypt(Cipher cipher, byte[] data) throws Exception { in doEncrypt() method in Utils
244 private boolean encryptInternal(boolean doEncrypt) { in encryptInternal() argument246 if (!doEncrypt) { in encryptInternal()