Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DAttestKeyTest.java257 verifyCombinedChain(useStrongBox, attestKeyCertChain, attestedEcKeyCertChain); in testAttestKey()
275 verifyCombinedChain(useStrongBox, attestKeyCertChain, attestedRsaKeyCertChain); in testAttestKey()
294 private void verifyCombinedChain(boolean useStrongBox, Certificate[] attestKeyCertChain, in verifyCombinedChain() method in AttestKeyTest