Home
last modified time | relevance | path

Searched refs:ExportKeyResponse (Results 1 – 6 of 6) sorted by relevance

/system/keymaster/
Dgoogle_keymaster_messages.cpp315 void ExportKeyResponse::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial()
321 size_t ExportKeyResponse::NonErrorSerializedSize() const { in NonErrorSerializedSize()
325 uint8_t* ExportKeyResponse::NonErrorSerialize(uint8_t* buf, const uint8_t* end) const { in NonErrorSerialize()
329 bool ExportKeyResponse::NonErrorDeserialize(const uint8_t** buf_ptr, const uint8_t* end) { in NonErrorDeserialize()
Dgoogle_keymaster_messages_test.cpp289 TEST(RoundTrip, ExportKeyResponse) { in TEST() argument
290 ExportKeyResponse msg; in TEST()
294 UniquePtr<ExportKeyResponse> deserialized(round_trip(msg, 11)); in TEST()
360 GARBAGE_TEST(ExportKeyResponse);
Dgoogle_keymaster_test.cpp780 ExportKeyResponse response; in TEST_F()
796 ExportKeyResponse response; in TEST_F()
812 ExportKeyResponse response; in TEST_F()
828 ExportKeyResponse response; in TEST_F()
844 ExportKeyResponse response; in TEST_F()
Dgoogle_keymaster.cpp268 void GoogleKeymaster::ExportKey(const ExportKeyRequest& request, ExportKeyResponse* response) { in ExportKey()
/system/keymaster/include/keymaster/
Dgoogle_keymaster_messages.h281 struct ExportKeyResponse : public KeymasterResponse { struct
282 ExportKeyResponse() : key_data(NULL) {} in ExportKeyResponse() argument
283 ~ExportKeyResponse() { delete[] key_data; } in ~ExportKeyResponse() argument
Dgoogle_keymaster.h74 void ExportKey(const ExportKeyRequest& request, ExportKeyResponse* response);