Searched refs:outChain (Results 1 – 2 of 2) sorted by relevance
598 KeymasterCertificateChain outChain = new KeymasterCertificateChain(); in getAttestationChain() local599 int errorCode = mKeyStore.attestKey(privateKeyAlias, args, outChain); in getAttestationChain()604 Collection<byte[]> chain = outChain.getCertificates(); in getAttestationChain()
620 String alias, KeymasterArguments params, KeymasterCertificateChain outChain) { in attestKey() argument622 return mBinder.attestKey(alias, params, outChain); in attestKey()