Searched defs:challenge (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | AttestationPerformanceTest.java | 60 AndroidKeystoreRsaKeyGenerator(String algorithm, int keySize, byte[] challenge) in AndroidKeystoreRsaKeyGenerator() 79 AndroidKeystoreEcKeyGenerator(String algorithm, int keySize, byte[] challenge) in AndroidKeystoreEcKeyGenerator()
|
D | KeyAttestationTest.java | 491 private void testRsaAttestations(int keySize, byte[] challenge, int purpose, in testRsaAttestations() 517 private void testRsaAttestation(byte[] challenge, boolean includeValidityDates, int keySize, in testRsaAttestation() 585 private void testEcAttestation(byte[] challenge, boolean includeValidityDates, String ecCurve, in testEcAttestation() 690 private void checkKeyIndependentAttestationInfo(byte[] challenge, int purposes, Date startTime, in checkKeyIndependentAttestationInfo()
|
/cts/tests/tests/identity/src/android/security/identity/cts/ |
D | ProvisioningTest.java | 122 byte[] challenge) throws IdentityCredentialException { in createCredentialWithChallenge() 128 byte[] challenge, in createCredentialWithChallengeAndAcpId()
|
/cts/tests/tests/carrierapi/src/android/carrierapi/cts/ |
D | CarrierApiTest.java | 1234 String challenge = "10" + EAP_SIM_AKA_RAND; in testEapSimAuthentication() local 1253 String challenge = "10" + EAP_SIM_AKA_RAND + "10" + EAP_AKA_AUTN; in testEapAkaAuthentication() local
|