Home
last modified time | relevance | path

Searched refs:UpgradeKeyResponse (Results 1 – 15 of 15) sorted by relevance

/system/core/trusty/keymaster/include/trusty_keymaster/
DTrustyKeymaster.h54 void UpgradeKey(const UpgradeKeyRequest& request, UpgradeKeyResponse* response);
/system/keymaster/include/keymaster/
Dandroid_keymaster.h85 void UpgradeKey(const UpgradeKeyRequest& request, UpgradeKeyResponse* response);
Dandroid_keymaster_messages.h729 struct UpgradeKeyResponse : public KeymasterResponse { struct
730 explicit UpgradeKeyResponse(int32_t ver) : KeymasterResponse(ver) { in UpgradeKeyResponse() function
733 ~UpgradeKeyResponse();
/system/keymaster/android_keymaster/
Dandroid_keymaster_messages.cpp720 UpgradeKeyResponse::~UpgradeKeyResponse() { in ~UpgradeKeyResponse()
724 size_t UpgradeKeyResponse::NonErrorSerializedSize() const { in NonErrorSerializedSize()
728 uint8_t* UpgradeKeyResponse::NonErrorSerialize(uint8_t* buf, const uint8_t* end) const { in NonErrorSerialize()
732 bool UpgradeKeyResponse::NonErrorDeserialize(const uint8_t** buf_ptr, const uint8_t* end) { in NonErrorDeserialize()
Dandroid_keymaster.cpp752 void AndroidKeymaster::UpgradeKey(const UpgradeKeyRequest& request, UpgradeKeyResponse* response) { in UpgradeKey()
/system/keymaster/tests/fuzzers/
Dserializable_types.h171 return std::make_unique<UpgradeKeyResponse>(kMaxMessageVersion); in getSerializable()
/system/core/trusty/keymaster/
DTrustyKeymaster.cpp203 void TrustyKeymaster::UpgradeKey(const UpgradeKeyRequest& request, UpgradeKeyResponse* response) { in UpgradeKey()
/system/keymaster/tests/
Dandroid_keymaster_messages_test.cpp787 TEST(RoundTrip, UpgradeKeyResponse) { in TEST() argument
789 UpgradeKeyResponse req(ver); in TEST()
794 UniquePtr<UpgradeKeyResponse> deserialized(round_trip(ver, req, 19)); in TEST()
953 GARBAGE_TEST(UpgradeKeyResponse);
/system/core/trusty/keymaster/keymint/
DTrustyKeyMintDevice.cpp230 keymaster::UpgradeKeyResponse response(impl_->message_version()); in upgradeKey()
/system/keymaster/ng/
DAndroidKeyMintDevice.cpp360 UpgradeKeyResponse response(impl_->message_version()); in upgradeKey()
DAndroidKeymaster3Device.cpp387 UpgradeKeyResponse response(impl_->message_version()); in upgradeKey()
DAndroidKeymaster4Device.cpp453 UpgradeKeyResponse response(impl_->message_version()); in upgradeKey()
/system/core/trusty/keymaster/3.0/
DTrustyKeymaster3Device.cpp341 UpgradeKeyResponse response(impl_->message_version()); in upgradeKey()
/system/core/trusty/keymaster/4.0/
DTrustyKeymaster4Device.cpp482 UpgradeKeyResponse response(impl_->message_version()); in upgradeKey()
/system/keymaster/contexts/
Dsoft_keymaster_device.cpp1053 UpgradeKeyResponse response(impl_->message_version()); in upgrade_key()