Home
last modified time | relevance | path

Searched refs:request_frames (Results 1 – 9 of 9) sorted by relevance

/trusted-services/components/service/rpmb/backend/mock/test/
A Dtest_rpmb_backend_mock.cpp49 struct rpmb_data_frame request_frames[2]; in TEST() local
56 memset(request_frames, 0x11, sizeof(request_frames)); in TEST()
60 request_frames, 2, in TEST()
64 status = rpmb_backend_data_request(backend, dev_id, request_frames, 2, in TEST()
/trusted-services/components/service/rpmb/backend/mock/
A Drpmb_backend_mock.cpp32 void *context, uint32_t dev_id, const struct rpmb_data_frame *request_frames, in rpmb_backend_mock_expect_data_request() argument
36 size_t request_size = sizeof(*request_frames) * request_frame_count; in rpmb_backend_mock_expect_data_request()
42 withMemoryBufferParameter("request_frames", (const unsigned char *)request_frames, in rpmb_backend_mock_expect_data_request()
53 void *context, uint32_t dev_id, const struct rpmb_data_frame *request_frames, in rpmb_backend_mock_data_request() argument
57 size_t request_size = sizeof(*request_frames) * request_frame_count; in rpmb_backend_mock_data_request()
62 withMemoryBufferParameter("request_frames", (const unsigned char *)request_frames, in rpmb_backend_mock_data_request()
A Drpmb_backend_mock.h34 void *context, uint32_t dev_id, const struct rpmb_data_frame *request_frames,
/trusted-services/components/service/rpmb/backend/
A Drpmb_backend.c16 const struct rpmb_data_frame *request_frames, in rpmb_backend_data_request() argument
20 return instance->interface->data_request(instance->context, dev_id, request_frames, in rpmb_backend_data_request()
A Drpmb_backend.h108 const struct rpmb_data_frame *request_frames,
149 const struct rpmb_data_frame *request_frames,
/trusted-services/protocols/service/rpmb/packed-c/
A Drpmb_proto.h29 struct rpmb_data_frame request_frames[]; member
/trusted-services/components/service/rpmb/client/
A Drpmb_client.c65 const struct rpmb_data_frame *request_frames, in rpmb_client_data_request() argument
105 memcpy(request_desc->request_frames, request_frames, request_frames_length); in rpmb_client_data_request()
/trusted-services/components/service/rpmb/provider/
A Drpmb_provider.c84 request_desc->request_frames, in data_request_handler()
/trusted-services/components/service/rpmb/backend/emulated/
A Drpmb_backend_emulated.c282 void *context, uint32_t dev_id, const struct rpmb_data_frame *request_frames, in rpmb_backend_emulated_data_request() argument
294 const struct rpmb_data_frame *request = &request_frames[req_index]; in rpmb_backend_emulated_data_request()

Completed in 18 milliseconds