HomeSort by relevance Sort by last modified time
    Searched refs:AttestKeyResponse (Results 1 - 6 of 6) sorted by null

  /system/keymaster/include/keymaster/
android_keymaster.h 73 void AttestKey(const AttestKeyRequest& request, AttestKeyResponse* response);
android_keymaster_messages.h 609 struct AttestKeyResponse : public KeymasterResponse {
610 explicit AttestKeyResponse(int32_t ver = MAX_MESSAGE_VERSION) : KeymasterResponse(ver) {
614 ~AttestKeyResponse();
  /system/keymaster/
android_keymaster_messages.cpp 463 AttestKeyResponse::~AttestKeyResponse() {
470 bool AttestKeyResponse::AllocateChain(size_t entry_count) {
491 size_t AttestKeyResponse::NonErrorSerializedSize() const {
500 uint8_t* AttestKeyResponse::NonErrorSerialize(uint8_t* buf, const uint8_t* end) const {
509 bool AttestKeyResponse::NonErrorDeserialize(const uint8_t** buf_ptr, const uint8_t* end) {
android_keymaster_messages_test.cpp 558 TEST(RoundTrip, AttestKeyResponse) {
560 AttestKeyResponse msg(ver);
567 UniquePtr<AttestKeyResponse> deserialized(round_trip(ver, msg, 29));
702 GARBAGE_TEST(AttestKeyResponse);
android_keymaster.cpp 392 void AndroidKeymaster::AttestKey(const AttestKeyRequest& request, AttestKeyResponse* response) {
soft_keymaster_device.cpp     [all...]

Completed in 3576 milliseconds