Searched refs:ExportKeyResponse (Results 1 – 6 of 6) sorted by relevance
315 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()
289 TEST(RoundTrip, ExportKeyResponse) { in TEST() argument290 ExportKeyResponse msg; in TEST()294 UniquePtr<ExportKeyResponse> deserialized(round_trip(msg, 11)); in TEST()360 GARBAGE_TEST(ExportKeyResponse);
780 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()
268 void GoogleKeymaster::ExportKey(const ExportKeyRequest& request, ExportKeyResponse* response) { in ExportKey()
281 struct ExportKeyResponse : public KeymasterResponse { struct282 ExportKeyResponse() : key_data(NULL) {} in ExportKeyResponse() argument283 ~ExportKeyResponse() { delete[] key_data; } in ~ExportKeyResponse() argument
74 void ExportKey(const ExportKeyRequest& request, ExportKeyResponse* response);