Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/biometrics/
DAbstractUserAuthenticationMacTest.java55 void doKeystoreOperation(byte[] payload) throws Exception { in doKeystoreOperation() method in AbstractUserAuthenticationMacTest
DAbstractUserAuthenticationAeadCipherTest.java61 void doKeystoreOperation(byte[] payload) throws Exception { in doKeystoreOperation() method in AbstractUserAuthenticationAeadCipherTest
DAbstractUserAuthenticationSignatureTest.java59 void doKeystoreOperation(byte[] payload) throws Exception { in doKeystoreOperation() method in AbstractUserAuthenticationSignatureTest
DAbstractUserAuthenticationCipherTest.java60 void doKeystoreOperation(byte[] payload) throws Exception { in doKeystoreOperation() method in AbstractUserAuthenticationCipherTest
DAbstractUserAuthenticationKeyAgreementTest.java71 void doKeystoreOperation(byte[] payload) throws Exception { in doKeystoreOperation() method in AbstractUserAuthenticationKeyAgreementTest
DAbstractUserAuthenticationTest.java101 abstract void doKeystoreOperation(byte[] payload) throws Exception; in doKeystoreOperation() method in AbstractUserAuthenticationTest
358 doKeystoreOperation(payload); in testCredentialBoundEncryption()