Searched refs:AttestKeyResponse (Results 1 – 12 of 12) sorted by relevance
51 void AttestKey(const AttestKeyRequest& request, AttestKeyResponse* response);
81 void AttestKey(const AttestKeyRequest& request, AttestKeyResponse* response);
624 struct AttestKeyResponse : public KeymasterResponse { struct625 explicit AttestKeyResponse(int32_t ver = MAX_MESSAGE_VERSION) : KeymasterResponse(ver) { in KeymasterResponse() argument629 ~AttestKeyResponse();
481 AttestKeyResponse::~AttestKeyResponse() { in ~AttestKeyResponse()488 bool AttestKeyResponse::AllocateChain(size_t entry_count) { in AllocateChain()509 size_t AttestKeyResponse::NonErrorSerializedSize() const { in NonErrorSerializedSize()518 uint8_t* AttestKeyResponse::NonErrorSerialize(uint8_t* buf, const uint8_t* end) const { in NonErrorSerialize()527 bool AttestKeyResponse::NonErrorDeserialize(const uint8_t** buf_ptr, const uint8_t* end) { in NonErrorDeserialize()
394 void AndroidKeymaster::AttestKey(const AttestKeyRequest& request, AttestKeyResponse* response) { in AttestKey()
577 TEST(RoundTrip, AttestKeyResponse) { in TEST() argument579 AttestKeyResponse msg(ver); in TEST()586 UniquePtr<AttestKeyResponse> deserialized(round_trip(ver, msg, 29)); in TEST()721 GARBAGE_TEST(AttestKeyResponse);
138 void TrustyKeymaster::AttestKey(const AttestKeyRequest& request, AttestKeyResponse* response) { in AttestKey()
31 using ::keymaster::AttestKeyResponse;323 AttestKeyResponse response; in attestKey()
40 using ::keymaster::AttestKeyResponse;365 AttestKeyResponse response; in attestKey()
437 AttestKeyResponse response; in attestKey()
32 using ::keymaster::AttestKeyResponse;464 AttestKeyResponse response; in attestKey()
1093 AttestKeyResponse response; in attest_key()