Home
last modified time | relevance | path

Searched refs:attestedKeyAlias (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DAttestKeyTest.java113 final String attestedKeyAlias = "attestedKey"; in testAttestationWithNonAttestKey() local
119 new KeyGenParameterSpec.Builder(attestedKeyAlias, PURPOSE_SIGN) in testAttestationWithNonAttestKey()
133 final String attestedKeyAlias = "attestedKey"; in testAttestKeyWithoutChallenge() local
140 .Builder(attestedKeyAlias, PURPOSE_SIGN) in testAttestKeyWithoutChallenge()
159 final String attestedKeyAlias = "attestedKey"; in testStrongBoxCannotAttestToTeeKey() local
167 new KeyGenParameterSpec.Builder(attestedKeyAlias, PURPOSE_SIGN) in testStrongBoxCannotAttestToTeeKey()
DNoAttestKeyTest.java101 final String attestedKeyAlias = "attestedKey"; in testAttestKeyFail() local
112 new KeyGenParameterSpec.Builder(attestedKeyAlias, PURPOSE_SIGN) in testAttestKeyFail()