Searched refs:outChain (Results 1 – 3 of 3) sorted by relevance
253 final KeymasterCertificateChain outChain = new KeymasterCertificateChain(); in attestDeviceIds() local254 final int errorCode = KeyStore.getInstance().attestDeviceIds(attestArgs, outChain); in attestDeviceIds()261 return parseCertificateChain(outChain); in attestDeviceIds()
606 KeymasterCertificateChain outChain = new KeymasterCertificateChain(); in getAttestationChain() local607 int errorCode = mKeyStore.attestKey(privateKeyAlias, args, outChain); in getAttestationChain()612 Collection<byte[]> chain = outChain.getCertificates(); in getAttestationChain()
1128 String alias, KeymasterArguments params, KeymasterCertificateChain outChain) { in attestKey() argument1135 if (outChain == null) { in attestKey()1136 outChain = new KeymasterCertificateChain(); in attestKey()1143 outChain.shallowCopyFrom(result.getCertificateChain()); in attestKey()1157 public int attestDeviceIds(KeymasterArguments params, KeymasterCertificateChain outChain) { in attestDeviceIds() argument1164 if (outChain == null) { in attestDeviceIds()1165 outChain = new KeymasterCertificateChain(); in attestDeviceIds()1172 outChain.shallowCopyFrom(result.getCertificateChain()); in attestDeviceIds()