Home
last modified time | relevance | path

Searched refs:AttestKeyResponse (Results 1 – 6 of 6) sorted by relevance

/system/keymaster/
Dandroid_keymaster_messages.cpp463 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()
Dandroid_keymaster_messages_test.cpp558 TEST(RoundTrip, AttestKeyResponse) { in TEST() argument
560 AttestKeyResponse msg(ver); in TEST()
567 UniquePtr<AttestKeyResponse> deserialized(round_trip(ver, msg, 29)); in TEST()
702 GARBAGE_TEST(AttestKeyResponse);
Dandroid_keymaster.cpp392 void AndroidKeymaster::AttestKey(const AttestKeyRequest& request, AttestKeyResponse* response) { in AttestKey()
Dsoft_keymaster_device.cpp1072 AttestKeyResponse response; in attest_key()
/system/keymaster/include/keymaster/
Dandroid_keymaster.h73 void AttestKey(const AttestKeyRequest& request, AttestKeyResponse* response);
Dandroid_keymaster_messages.h609 struct AttestKeyResponse : public KeymasterResponse { struct
610 explicit AttestKeyResponse(int32_t ver = MAX_MESSAGE_VERSION) : KeymasterResponse(ver) { in KeymasterResponse() argument
614 ~AttestKeyResponse();