Searched refs:ExportKeyResponse (Results 1 – 6 of 6) sorted by relevance
72 void ExportKey(const ExportKeyRequest& request, ExportKeyResponse* response);
507 struct ExportKeyResponse : public KeymasterResponse { struct508 explicit ExportKeyResponse(int32_t ver = MAX_MESSAGE_VERSION)510 ~ExportKeyResponse() { delete[] key_data; } in ~ExportKeyResponse() argument
376 void ExportKeyResponse::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial()382 size_t ExportKeyResponse::NonErrorSerializedSize() const { in NonErrorSerializedSize()386 uint8_t* ExportKeyResponse::NonErrorSerialize(uint8_t* buf, const uint8_t* end) const { in NonErrorSerialize()390 bool ExportKeyResponse::NonErrorDeserialize(const uint8_t** buf_ptr, const uint8_t* end) { in NonErrorDeserialize()
432 TEST(RoundTrip, ExportKeyResponse) { in TEST() argument434 ExportKeyResponse msg(ver); in TEST()438 UniquePtr<ExportKeyResponse> deserialized(round_trip(ver, msg, 11)); in TEST()688 GARBAGE_TEST(ExportKeyResponse);
358 void AndroidKeymaster::ExportKey(const ExportKeyRequest& request, ExportKeyResponse* response) { in ExportKey()
1014 ExportKeyResponse response; in export_key()