Searched refs:AttestKeyResponse (Results 1 – 6 of 6) sorted by relevance
463 AttestKeyResponse::~AttestKeyResponse() { in ~AttestKeyResponse()470 bool AttestKeyResponse::AllocateChain(size_t entry_count) { in AllocateChain()491 size_t AttestKeyResponse::NonErrorSerializedSize() const { in NonErrorSerializedSize()500 uint8_t* AttestKeyResponse::NonErrorSerialize(uint8_t* buf, const uint8_t* end) const { in NonErrorSerialize()509 bool AttestKeyResponse::NonErrorDeserialize(const uint8_t** buf_ptr, const uint8_t* end) { in NonErrorDeserialize()
558 TEST(RoundTrip, AttestKeyResponse) { in TEST() argument560 AttestKeyResponse msg(ver); in TEST()567 UniquePtr<AttestKeyResponse> deserialized(round_trip(ver, msg, 29)); in TEST()702 GARBAGE_TEST(AttestKeyResponse);
392 void AndroidKeymaster::AttestKey(const AttestKeyRequest& request, AttestKeyResponse* response) { in AttestKey()
1072 AttestKeyResponse response; in attest_key()
73 void AttestKey(const AttestKeyRequest& request, AttestKeyResponse* response);
609 struct AttestKeyResponse : public KeymasterResponse { struct610 explicit AttestKeyResponse(int32_t ver = MAX_MESSAGE_VERSION) : KeymasterResponse(ver) { in KeymasterResponse() argument614 ~AttestKeyResponse();