Searched refs:AttestKeyResponse (Results 1 – 13 of 13) sorted by relevance
53 void AttestKey(const AttestKeyRequest& request, AttestKeyResponse* response);
84 void AttestKey(const AttestKeyRequest& request, AttestKeyResponse* response);
702 struct AttestKeyResponse : public KeymasterResponse { struct703 explicit AttestKeyResponse(int32_t ver) : KeymasterResponse(ver) {} in AttestKeyResponse() argument
167 return std::make_unique<AttestKeyResponse>(kMaxMessageVersion); in getSerializable()
750 TEST(RoundTrip, AttestKeyResponse) { in TEST() argument752 AttestKeyResponse msg(ver); in TEST()760 UniquePtr<AttestKeyResponse> deserialized(round_trip(ver, msg, 29)); in TEST()951 GARBAGE_TEST(AttestKeyResponse);
41 using ::keymaster::AttestKeyResponse;367 AttestKeyResponse response(impl_->message_version()); in attestKey()
433 AttestKeyResponse response(impl_->message_version()); in attestKey()
31 using ::keymaster::AttestKeyResponse;323 AttestKeyResponse response(impl_->message_version()); in attestKey()
199 void TrustyKeymaster::AttestKey(const AttestKeyRequest& request, AttestKeyResponse* response) { in AttestKey()
685 size_t AttestKeyResponse::NonErrorSerializedSize() const { in NonErrorSerializedSize()689 uint8_t* AttestKeyResponse::NonErrorSerialize(uint8_t* buf, const uint8_t* end) const { in NonErrorSerialize()693 bool AttestKeyResponse::NonErrorDeserialize(const uint8_t** buf_ptr, const uint8_t* end) { in NonErrorDeserialize()
735 void AndroidKeymaster::AttestKey(const AttestKeyRequest& request, AttestKeyResponse* response) { in AttestKey()
32 using ::keymaster::AttestKeyResponse;464 AttestKeyResponse response(impl_->message_version()); in attestKey()
1008 AttestKeyResponse response(impl_->message_version()); in attest_key()