Searched defs:challenge (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/keystore/src/android/keystore/cts/performance/ |
D | AttestationPerformanceTest.java | 71 AndroidKeystoreRsaKeyGenerator(String algorithm, int keySize, byte[] challenge) in AndroidKeystoreRsaKeyGenerator() 90 AndroidKeystoreEcKeyGenerator(String algorithm, int keySize, byte[] challenge) in AndroidKeystoreEcKeyGenerator()
|
/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | KeyAttestationTest.java | 957 private void testRsaAttestations(int keySize, byte[] challenge, int purpose, in testRsaAttestations() 1081 private void testCurve25519Attestations(String curve, byte[] challenge, in testCurve25519Attestations() 1121 private void testRsaAttestation(byte[] challenge, boolean includeValidityDates, int keySize, in testRsaAttestation() 1196 private void testEcAttestation(byte[] challenge, boolean includeValidityDates, String ecCurve, in testEcAttestation() 1320 private void checkKeyIndependentAttestationInfo(byte[] challenge, int purposes, in checkKeyIndependentAttestationInfo() 1333 private void checkKeyIndependentAttestationInfo(byte[] challenge, int purposes, in checkKeyIndependentAttestationInfo()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2115/ |
D | poc.cpp | 97 uint64_t challenge = 0; in main() local
|
/cts/tests/tests/identity/src/android/security/identity/cts/ |
D | ProvisioningTest.java | 133 byte[] challenge) throws IdentityCredentialException { in createCredentialWithChallenge() 139 byte[] challenge, in createCredentialWithChallengeAndAcpId()
|
/cts/tests/tests/carrierapi/src/android/carrierapi/cts/ |
D | CarrierApiTest.java | 1429 String challenge = "10" + EAP_SIM_AKA_RAND; in testEapSimAuthentication() local 1454 String challenge = "10" + EAP_SIM_AKA_RAND + "10" + EAP_AKA_AUTN; in testEapAkaAuthentication() local
|