Lines Matching refs:future
190 auto future = promise->get_future(); in addRandomNumberGeneratorEntropy() local
199 auto result = future.get(); in addRandomNumberGeneratorEntropy()
211 auto future = promise->get_future(); in generateKey() local
221 auto [km_response, characteristics] = future.get(); in generateKey()
238 auto future = promise->get_future(); in getKeyCharacteristics() local
247 auto [km_response, characteristics] = future.get(); in getKeyCharacteristics()
266 auto future = promise->get_future(); in importKey() local
276 auto [km_response, characteristics] = future.get(); in importKey()
292 auto future = promise->get_future(); in exportKey() local
301 auto export_result = future.get(); in exportKey()
332 auto future = promise->get_future(); in beginOperation() local
341 OperationResult result = future.get(); in beginOperation()
362 auto future = promise->get_future(); in updateOperation() local
371 OperationResult result = future.get(); in updateOperation()
394 auto future = promise->get_future(); in finishOperation() local
403 OperationResult result = future.get(); in finishOperation()
421 auto future = promise->get_future(); in abortOperation() local
427 rc = KeyStoreNativeReturnCode(future.get().response_code()); in abortOperation()