Searched refs:secret (Results 1 – 2 of 2) sorted by relevance
196 private void testBiometricBoundEncryption(String keyName, byte[] secret, boolean useStrongBox) { in testBiometricBoundEncryption() argument205 byte[] encrypted = Utils.doEncrypt(tryUseBeforeAuthCipher, secret); in testBiometricBoundEncryption()239 secret); in testBiometricBoundEncryption()
2270 byte[] secret = keyAgreement.generateSecret(); in testUniquenessOfECAgreementKeys()2272 results.add(new String(secret)); in testUniquenessOfECAgreementKeys()