Searched refs:GenerateKeyResponse (Results 1 – 6 of 6) sorted by relevance
75 GenerateKeyResponse::~GenerateKeyResponse() { in ~GenerateKeyResponse()79 size_t GenerateKeyResponse::NonErrorSerializedSize() const { in NonErrorSerializedSize()83 uint8_t* GenerateKeyResponse::NonErrorSerialize(uint8_t* buf, const uint8_t* end) const { in NonErrorSerialize()89 bool GenerateKeyResponse::NonErrorDeserialize(const uint8_t** buf_ptr, const uint8_t* end) { in NonErrorDeserialize()
139 TEST(RoundTrip, GenerateKeyResponse) { in TEST() argument141 GenerateKeyResponse rsp(ver); in TEST()147 UniquePtr<GenerateKeyResponse> deserialized(round_trip(ver, rsp, 109)); in TEST()156 GenerateKeyResponse rsp(ver); in TEST()162 UniquePtr<GenerateKeyResponse> deserialized(round_trip(ver, rsp, 4)); in TEST()692 GARBAGE_TEST(GenerateKeyResponse);
187 GenerateKeyResponse* response) { in GenerateKey()
748 GenerateKeyResponse response; in generate_key()810 GenerateKeyResponse response; in generate_key()
68 void GenerateKey(const GenerateKeyRequest& request, GenerateKeyResponse* response);
272 struct GenerateKeyResponse : public KeymasterResponse { struct273 explicit GenerateKeyResponse(int32_t ver = MAX_MESSAGE_VERSION) : KeymasterResponse(ver) { in KeymasterResponse() argument277 ~GenerateKeyResponse();