Searched refs:attestKey (Results 1 – 3 of 3) sorted by relevance
78 int attestKey(String alias, in KeymasterArguments params, out KeymasterCertificateChain chain); in attestKey() method
619 public int attestKey( in attestKey() method in KeyStore622 return mBinder.attestKey(alias, params, outChain); in attestKey()
599 int errorCode = mKeyStore.attestKey(privateKeyAlias, args, outChain); in getAttestationChain()