Home
last modified time | relevance | path

Searched refs:TrustyKeymaster (Results 1 – 3 of 3) sorted by relevance

/trusty/user/app/keymaster/ipc/
Dkeymaster_ipc.cpp76 TrustyKeymaster* device;
344 return do_dispatch(&TrustyKeymaster::SetAttestationIds, msg, in keymaster_dispatch_secure()
424 return do_dispatch(&TrustyKeymaster::GenerateKey, msg, payload_size, in keymaster_dispatch_non_secure()
429 return do_dispatch(&TrustyKeymaster::BeginOperation, msg, payload_size, in keymaster_dispatch_non_secure()
434 return do_dispatch(&TrustyKeymaster::UpdateOperation, msg, payload_size, in keymaster_dispatch_non_secure()
439 return do_dispatch(&TrustyKeymaster::FinishOperation, msg, payload_size, in keymaster_dispatch_non_secure()
444 return do_dispatch(&TrustyKeymaster::ImportKey, msg, payload_size, out, in keymaster_dispatch_non_secure()
449 return do_dispatch(&TrustyKeymaster::ExportKey, msg, payload_size, out, in keymaster_dispatch_non_secure()
454 return do_dispatch(&TrustyKeymaster::GetVersion, msg, payload_size, out, in keymaster_dispatch_non_secure()
459 return do_dispatch(&TrustyKeymaster::GetVersion2, msg, payload_size, in keymaster_dispatch_non_secure()
[all …]
/trusty/user/app/keymaster/
Dtrusty_keymaster.cpp27 GetVersion2Response TrustyKeymaster::GetVersion2( in GetVersion2()
60 long TrustyKeymaster::GetAuthTokenKey(keymaster_key_blob_t* key) { in GetAuthTokenKey()
67 std::unique_ptr<cppbor::Map> TrustyKeymaster::GetDeviceInfo() { in GetDeviceInfo()
71 void TrustyKeymaster::SetBootParams(const SetBootParamsRequest& request, in SetBootParams()
94 void TrustyKeymaster::SetAttestationKey(const SetAttestationKeyRequest& request, in SetAttestationKey()
121 void TrustyKeymaster::DestroyAttestationIds( in DestroyAttestationIds()
135 void TrustyKeymaster::SetAttestationIds(const SetAttestationIdsRequest& request, in SetAttestationIds()
148 void TrustyKeymaster::SetAttestationIdsKM3( in SetAttestationIdsKM3()
162 void TrustyKeymaster::SetWrappedAttestationKey( in SetWrappedAttestationKey()
204 void TrustyKeymaster::ClearAttestationCertChain( in ClearAttestationCertChain()
[all …]
Dtrusty_keymaster.h31 class TrustyKeymaster : public AndroidKeymaster {
33 TrustyKeymaster(TrustyKeymasterContext* context, in TrustyKeymaster() function