Searched refs:attestKeyCertChain (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | AttestKeyTest.java | 217 Certificate attestKeyCertChain[] = generateKeyPair(KEY_ALGORITHM_EC, in testEcAttestKey() local 222 assertThat(attestKeyCertChain.length, greaterThan(1)); in testEcAttestKey() 224 testAttestKey(useStrongBox, attestKeyAlias, attestKeyCertChain); in testEcAttestKey() 234 Certificate attestKeyCertChain[] = generateKeyPair(KEY_ALGORITHM_RSA, in testRsaAttestKey() local 239 assertThat(attestKeyCertChain.length, greaterThan(1)); in testRsaAttestKey() 241 testAttestKey(useStrongBox, attestKeyAlias, attestKeyCertChain); in testRsaAttestKey() 245 Certificate[] attestKeyCertChain) throws Exception { in testAttestKey() argument 257 verifyCombinedChain(useStrongBox, attestKeyCertChain, attestedEcKeyCertChain); in testAttestKey() 275 verifyCombinedChain(useStrongBox, attestKeyCertChain, attestedRsaKeyCertChain); in testAttestKey() 294 private void verifyCombinedChain(boolean useStrongBox, Certificate[] attestKeyCertChain, in verifyCombinedChain() argument [all …]
|
D | NoAttestKeyTest.java | 106 Certificate[] attestKeyCertChain = generateKeyPair(algorithm, in testAttestKeyFail() local
|