Searched refs:request_frames (Results 1 – 9 of 9) sorted by relevance
| /trusted-services/components/service/rpmb/backend/mock/test/ |
| A D | test_rpmb_backend_mock.cpp | 49 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 D | rpmb_backend_mock.cpp | 32 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 D | rpmb_backend_mock.h | 34 void *context, uint32_t dev_id, const struct rpmb_data_frame *request_frames,
|
| /trusted-services/components/service/rpmb/backend/ |
| A D | rpmb_backend.c | 16 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 D | rpmb_backend.h | 108 const struct rpmb_data_frame *request_frames, 149 const struct rpmb_data_frame *request_frames,
|
| /trusted-services/protocols/service/rpmb/packed-c/ |
| A D | rpmb_proto.h | 29 struct rpmb_data_frame request_frames[]; member
|
| /trusted-services/components/service/rpmb/client/ |
| A D | rpmb_client.c | 65 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 D | rpmb_provider.c | 84 request_desc->request_frames, in data_request_handler()
|
| /trusted-services/components/service/rpmb/backend/emulated/ |
| A D | rpmb_backend_emulated.c | 282 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