Home
last modified time | relevance | path

Searched defs:attestKeyCertChain (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DAttestKeyTest.java217 Certificate attestKeyCertChain[] = generateKeyPair(KEY_ALGORITHM_EC, in testEcAttestKey() local
234 Certificate attestKeyCertChain[] = generateKeyPair(KEY_ALGORITHM_RSA, in testRsaAttestKey() local
245 Certificate[] attestKeyCertChain) throws Exception { in testAttestKey()
294 private void verifyCombinedChain(boolean useStrongBox, Certificate[] attestKeyCertChain, in verifyCombinedChain()
DNoAttestKeyTest.java106 Certificate[] attestKeyCertChain = generateKeyPair(algorithm, in testAttestKeyFail() local