Searched refs:attestKeyAlias (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | AttestKeyTest.java | 132 final String attestKeyAlias = "attestKey"; in testAttestKeyWithoutChallenge() local 135 new KeyGenParameterSpec.Builder(attestKeyAlias, PURPOSE_ATTEST_KEY).build()); in testAttestKeyWithoutChallenge() 142 .setAttestKeyAlias(attestKeyAlias) in testAttestKeyWithoutChallenge() 215 final String attestKeyAlias = "attestKey"; in testEcAttestKey() local 218 new KeyGenParameterSpec.Builder(attestKeyAlias, PURPOSE_ATTEST_KEY) in testEcAttestKey() 224 testAttestKey(useStrongBox, attestKeyAlias, attestKeyCertChain); in testEcAttestKey() 232 final String attestKeyAlias = "attestKey"; in testRsaAttestKey() local 235 new KeyGenParameterSpec.Builder(attestKeyAlias, PURPOSE_ATTEST_KEY) in testRsaAttestKey() 241 testAttestKey(useStrongBox, attestKeyAlias, attestKeyCertChain); in testRsaAttestKey() 244 private void testAttestKey(boolean useStrongBox, String attestKeyAlias, in testAttestKey() argument [all …]
|
D | NoAttestKeyTest.java | 100 final String attestKeyAlias = "attestKey"; in testAttestKeyFail() local 107 new KeyGenParameterSpec.Builder(attestKeyAlias, PURPOSE_ATTEST_KEY) in testAttestKeyFail() 114 .setAttestKeyAlias(attestKeyAlias) in testAttestKeyFail()
|