Searched refs:UpgradeKeyResponse (Results 1 – 15 of 15) sorted by relevance
54 void UpgradeKey(const UpgradeKeyRequest& request, UpgradeKeyResponse* response);
85 void UpgradeKey(const UpgradeKeyRequest& request, UpgradeKeyResponse* response);
729 struct UpgradeKeyResponse : public KeymasterResponse { struct730 explicit UpgradeKeyResponse(int32_t ver) : KeymasterResponse(ver) { in UpgradeKeyResponse() function733 ~UpgradeKeyResponse();
720 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()
752 void AndroidKeymaster::UpgradeKey(const UpgradeKeyRequest& request, UpgradeKeyResponse* response) { in UpgradeKey()
171 return std::make_unique<UpgradeKeyResponse>(kMaxMessageVersion); in getSerializable()
203 void TrustyKeymaster::UpgradeKey(const UpgradeKeyRequest& request, UpgradeKeyResponse* response) { in UpgradeKey()
787 TEST(RoundTrip, UpgradeKeyResponse) { in TEST() argument789 UpgradeKeyResponse req(ver); in TEST()794 UniquePtr<UpgradeKeyResponse> deserialized(round_trip(ver, req, 19)); in TEST()953 GARBAGE_TEST(UpgradeKeyResponse);
230 keymaster::UpgradeKeyResponse response(impl_->message_version()); in upgradeKey()
360 UpgradeKeyResponse response(impl_->message_version()); in upgradeKey()
387 UpgradeKeyResponse response(impl_->message_version()); in upgradeKey()
453 UpgradeKeyResponse response(impl_->message_version()); in upgradeKey()
341 UpgradeKeyResponse response(impl_->message_version()); in upgradeKey()
482 UpgradeKeyResponse response(impl_->message_version()); in upgradeKey()
1053 UpgradeKeyResponse response(impl_->message_version()); in upgrade_key()