Searched refs:UpgradeKeyResponse (Results 1 – 12 of 12) sorted by relevance
52 void UpgradeKey(const UpgradeKeyRequest& request, UpgradeKeyResponse* response);
82 void UpgradeKey(const UpgradeKeyRequest& request, UpgradeKeyResponse* response);
659 struct UpgradeKeyResponse : public KeymasterResponse { struct660 explicit UpgradeKeyResponse(int32_t ver = MAX_MESSAGE_VERSION) : KeymasterResponse(ver) { in KeymasterResponse() argument663 ~UpgradeKeyResponse();
566 UpgradeKeyResponse::~UpgradeKeyResponse() { in ~UpgradeKeyResponse()570 size_t UpgradeKeyResponse::NonErrorSerializedSize() const { in NonErrorSerializedSize()574 uint8_t* UpgradeKeyResponse::NonErrorSerialize(uint8_t* buf, const uint8_t* end) const { in NonErrorSerialize()578 bool UpgradeKeyResponse::NonErrorDeserialize(const uint8_t** buf_ptr, const uint8_t* end) { in NonErrorDeserialize()
422 void AndroidKeymaster::UpgradeKey(const UpgradeKeyRequest& request, UpgradeKeyResponse* response) { in UpgradeKey()
613 TEST(RoundTrip, UpgradeKeyResponse) { in TEST() argument615 UpgradeKeyResponse req(ver); in TEST()620 UniquePtr<UpgradeKeyResponse> deserialized(round_trip(ver, req, 19)); in TEST()723 GARBAGE_TEST(UpgradeKeyResponse);
142 void TrustyKeymaster::UpgradeKey(const UpgradeKeyRequest& request, UpgradeKeyResponse* response) { in UpgradeKey()
341 UpgradeKeyResponse response; in upgradeKey()
385 UpgradeKeyResponse response; in upgradeKey()
457 UpgradeKeyResponse response; in upgradeKey()
482 UpgradeKeyResponse response; in upgradeKey()
1142 UpgradeKeyResponse response; in upgrade_key()