Searched refs:ExportKeyRequest (Results 1 – 6 of 6) sorted by relevance
330 void ExportKeyRequest::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial()334 size_t ExportKeyRequest::SerializedSize() const { in SerializedSize()339 uint8_t* ExportKeyRequest::Serialize(uint8_t* buf, const uint8_t* end) const { in Serialize()345 bool ExportKeyRequest::Deserialize(const uint8_t** buf_ptr, const uint8_t* end) { in Deserialize()
407 TEST(RoundTrip, ExportKeyRequest) { in TEST() argument409 ExportKeyRequest msg(ver); in TEST()414 UniquePtr<ExportKeyRequest> deserialized(round_trip(ver, msg, 89)); in TEST()613 GARBAGE_TEST(ExportKeyRequest);
333 void AndroidKeymaster::ExportKey(const ExportKeyRequest& request, ExportKeyResponse* response) { in ExportKey()
743 ExportKeyRequest request; in export_key()
71 void ExportKey(const ExportKeyRequest& request, ExportKeyResponse* response);
439 struct ExportKeyRequest : public KeymasterMessage { struct440 explicit ExportKeyRequest(int32_t ver = MAX_MESSAGE_VERSION) : KeymasterMessage(ver) { in KeymasterMessage() argument444 ~ExportKeyRequest() { delete[] key_blob.key_material; } in ~ExportKeyRequest() argument