Searched refs:ExportKeyRequest (Results 1 – 8 of 8) sorted by relevance
72 void ExportKey(const ExportKeyRequest& request, ExportKeyResponse* response);
486 struct ExportKeyRequest : public KeymasterMessage { struct487 explicit ExportKeyRequest(int32_t ver = MAX_MESSAGE_VERSION) : KeymasterMessage(ver) { in KeymasterMessage() argument491 ~ExportKeyRequest() { delete[] key_blob.key_material; } in ~ExportKeyRequest() argument
355 void ExportKeyRequest::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial()359 size_t ExportKeyRequest::SerializedSize() const { in SerializedSize()364 uint8_t* ExportKeyRequest::Serialize(uint8_t* buf, const uint8_t* end) const { in Serialize()370 bool ExportKeyRequest::Deserialize(const uint8_t** buf_ptr, const uint8_t* end) { in Deserialize()
417 TEST(RoundTrip, ExportKeyRequest) { in TEST() argument419 ExportKeyRequest msg(ver); in TEST()424 UniquePtr<ExportKeyRequest> deserialized(round_trip(ver, msg, 89)); in TEST()687 GARBAGE_TEST(ExportKeyRequest);
358 void AndroidKeymaster::ExportKey(const ExportKeyRequest& request, ExportKeyResponse* response) { in ExportKey()
1032 ExportKeyRequest request; in export_key()
83 keymaster_error_t Send(const ExportKeyRequest& request, ExportKeyResponse* response) { in Send()
271 ExportKeyRequest request(message_version_); in get_keypair_public()