Searched refs:ExportKeyRequest (Results 1 - 6 of 6) sorted by relevance

/system/keymaster/include/keymaster/
H A Dgoogle_keymaster_messages.h263 struct ExportKeyRequest : public Serializable { struct in namespace:keymaster
264 ExportKeyRequest() { key_blob.key_material = NULL; } function in struct:keymaster::ExportKeyRequest
265 ~ExportKeyRequest() { delete[] key_blob.key_material; }
H A Dgoogle_keymaster.h74 void ExportKey(const ExportKeyRequest& request, ExportKeyResponse* response);
/system/keymaster/
H A Dgoogle_keymaster_messages.cpp285 void ExportKeyRequest::SetKeyMaterial(const void* key_material, size_t length) {
291 size_t ExportKeyRequest::SerializedSize() const {
296 uint8_t* ExportKeyRequest::Serialize(uint8_t* buf, const uint8_t* end) const {
302 bool ExportKeyRequest::Deserialize(const uint8_t** buf_ptr, const uint8_t* end) {
H A Dgoogle_keymaster_messages_test.cpp276 TEST(RoundTrip, ExportKeyRequest) {
277 ExportKeyRequest msg;
282 UniquePtr<ExportKeyRequest> deserialized(round_trip(msg, 89));
359 GARBAGE_TEST(ExportKeyRequest);
H A Dgoogle_keymaster_test.cpp779 ExportKeyRequest request;
795 ExportKeyRequest request;
811 ExportKeyRequest request;
827 ExportKeyRequest request;
843 ExportKeyRequest request;
H A Dgoogle_keymaster.cpp268 void GoogleKeymaster::ExportKey(const ExportKeyRequest& request, ExportKeyResponse* response) {

Completed in 195 milliseconds