Searched refs:getAndClearRebootEscrowKey (Results 1 – 5 of 5) sorted by relevance
100 RebootEscrowKey ks = mRebootEscrowProvider.getAndClearRebootEscrowKey( in getAndClearRebootEscrowKey_loopback_success()124 RebootEscrowKey ks = mRebootEscrowProvider.getAndClearRebootEscrowKey( in getAndClearRebootEscrowKey_WrongDecryptionMethod_failure()140 RebootEscrowKey ks = mRebootEscrowProvider.getAndClearRebootEscrowKey( in getAndClearRebootEscrowKey_ServiceConnectionException_failure()
60 RebootEscrowKey getAndClearRebootEscrowKey(SecretKey decryptionKey) throws IOException; in getAndClearRebootEscrowKey() method
73 public RebootEscrowKey getAndClearRebootEscrowKey(SecretKey decryptionKey) { in getAndClearRebootEscrowKey() method in RebootEscrowProviderHalImpl
134 public RebootEscrowKey getAndClearRebootEscrowKey(SecretKey decryptionKey) throws IOException { in getAndClearRebootEscrowKey() method in RebootEscrowProviderServerBasedImpl
608 escrowKey = getAndClearRebootEscrowKey(kk, retryHandler); in loadRebootEscrowDataWithRetry()744 private RebootEscrowKey getAndClearRebootEscrowKey(SecretKey kk, Handler retryHandler) in getAndClearRebootEscrowKey() method in RebootEscrowManager764 RebootEscrowKey key = rebootEscrowProvider.getAndClearRebootEscrowKey(kk); in getAndClearRebootEscrowKey()