HomeSort by relevance Sort by last modified time
    Searched refs:TRUNKS_EXPORT (Results 1 - 22 of 22) sorted by null

  /system/tpm/trunks/
trunks_export.h 21 // E.g. TRUNKS_EXPORT void foo();
22 #define TRUNKS_EXPORT __attribute__((__visibility__("default")))
tpm_generated.h 27 #include "trunks/trunks_export.h"
    [all...]
session_manager.h 24 #include "trunks/trunks_export.h"
41 class TRUNKS_EXPORT SessionManager {
scoped_key_handle.h 21 #include "trunks/trunks_export.h"
29 class TRUNKS_EXPORT ScopedKeyHandle {
trunks_binder_proxy.h 26 #include "trunks/trunks_export.h"
33 class TRUNKS_EXPORT TrunksBinderProxy : public CommandTransceiver {
error_codes.h 23 #include "trunks/trunks_export.h"
76 TRUNKS_EXPORT std::string GetErrorString(TPM_RC error);
82 TRUNKS_EXPORT TPM_RC GetFormatOneError(TPM_RC error);
85 TRUNKS_EXPORT std::string CreateErrorResponse(TPM_RC error_code);
blob_parser.h 23 #include "trunks/trunks_export.h"
27 class TRUNKS_EXPORT BlobParser {
hmac_session_impl.h 29 #include "trunks/trunks_export.h"
47 class TRUNKS_EXPORT HmacSessionImpl : public HmacSession {
password_authorization_delegate.h 26 #include "trunks/trunks_export.h"
35 class TRUNKS_EXPORT PasswordAuthorizationDelegate
session_manager_impl.h 35 class TRUNKS_EXPORT SessionManagerImpl : public SessionManager {
tpm_state.h 23 #include "trunks/trunks_export.h"
28 class TRUNKS_EXPORT TpmState {
trunks_factory.h 32 #include "trunks/trunks_export.h"
40 class TRUNKS_EXPORT TrunksFactory {
trunks_ftdi_spi.h 25 #include "trunks/trunks_export.h"
35 class TRUNKS_EXPORT TrunksFtdiSpi : public CommandTransceiver {
87 class TRUNKS_EXPORT TrunksFtdiSpi : public CommandTransceiver {
background_command_transceiver.h 28 #include "trunks/trunks_export.h"
42 class TRUNKS_EXPORT BackgroundCommandTransceiver : public CommandTransceiver {
trunks_dbus_proxy.h 28 #include "trunks/trunks_export.h"
36 class TRUNKS_EXPORT TrunksDBusProxy : public CommandTransceiver {
trunks_factory_impl.h 28 #include "trunks/trunks_export.h"
39 class TRUNKS_EXPORT TrunksFactoryImpl : public TrunksFactory {
policy_session_impl.h 43 class TRUNKS_EXPORT PolicySessionImpl : public PolicySession {
tpm_state_impl.h 28 #include "trunks/trunks_export.h"
35 class TRUNKS_EXPORT TpmStateImpl : public TpmState {
hmac_authorization_delegate.h 28 #include "trunks/trunks_export.h"
61 class TRUNKS_EXPORT HmacAuthorizationDelegate : public AuthorizationDelegate {
trunks_factory_for_test.h 28 #include "trunks/trunks_export.h"
58 class TRUNKS_EXPORT TrunksFactoryForTest : public TrunksFactory {
tpm_utility.h 27 #include "trunks/trunks_export.h"
41 class TRUNKS_EXPORT TpmUtility {
tpm_utility_impl.h 29 #include "trunks/trunks_export.h"
37 class TRUNKS_EXPORT TpmUtilityImpl : public TpmUtility {

Completed in 642 milliseconds