Home
last modified time | relevance | path

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

/system/core/trusty/keymaster/include/trusty_keymaster/
DTrustyKeymaster.h51 void AttestKey(const AttestKeyRequest& request, AttestKeyResponse* response);
/system/keymaster/include/keymaster/
Dandroid_keymaster.h81 void AttestKey(const AttestKeyRequest& request, AttestKeyResponse* response);
Dandroid_keymaster_messages.h624 struct AttestKeyResponse : public KeymasterResponse { struct
625 explicit AttestKeyResponse(int32_t ver = MAX_MESSAGE_VERSION) : KeymasterResponse(ver) { in KeymasterResponse() argument
629 ~AttestKeyResponse();
/system/keymaster/android_keymaster/
Dandroid_keymaster_messages.cpp481 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()
Dandroid_keymaster.cpp394 void AndroidKeymaster::AttestKey(const AttestKeyRequest& request, AttestKeyResponse* response) { in AttestKey()
/system/keymaster/tests/
Dandroid_keymaster_messages_test.cpp577 TEST(RoundTrip, AttestKeyResponse) { in TEST() argument
579 AttestKeyResponse msg(ver); in TEST()
586 UniquePtr<AttestKeyResponse> deserialized(round_trip(ver, msg, 29)); in TEST()
721 GARBAGE_TEST(AttestKeyResponse);
/system/core/trusty/keymaster/
DTrustyKeymaster.cpp138 void TrustyKeymaster::AttestKey(const AttestKeyRequest& request, AttestKeyResponse* response) { in AttestKey()
/system/core/trusty/keymaster/3.0/
DTrustyKeymaster3Device.cpp31 using ::keymaster::AttestKeyResponse;
323 AttestKeyResponse response; in attestKey()
/system/keymaster/ng/
DAndroidKeymaster3Device.cpp40 using ::keymaster::AttestKeyResponse;
365 AttestKeyResponse response; in attestKey()
DAndroidKeymaster4Device.cpp437 AttestKeyResponse response; in attestKey()
/system/core/trusty/keymaster/4.0/
DTrustyKeymaster4Device.cpp32 using ::keymaster::AttestKeyResponse;
464 AttestKeyResponse response; in attestKey()
/system/keymaster/contexts/
Dsoft_keymaster_device.cpp1093 AttestKeyResponse response; in attest_key()