Searched refs:outChain (Results 1 – 3 of 3) sorted by relevance
221 final KeymasterCertificateChain outChain = new KeymasterCertificateChain(); in attestDeviceIds() local222 final int errorCode = KeyStore.getInstance().attestDeviceIds(attestArgs, outChain); in attestDeviceIds()229 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()
695 String alias, KeymasterArguments params, KeymasterCertificateChain outChain) { in attestKey() argument700 if (outChain == null) { in attestKey()701 outChain = new KeymasterCertificateChain(); in attestKey()703 return mBinder.attestKey(alias, params, outChain); in attestKey()710 public int attestDeviceIds(KeymasterArguments params, KeymasterCertificateChain outChain) { in attestDeviceIds() argument715 if (outChain == null) { in attestDeviceIds()716 outChain = new KeymasterCertificateChain(); in attestDeviceIds()718 return mBinder.attestDeviceIds(params, outChain); in attestDeviceIds()