Home
last modified time | relevance | path

Searched refs:secure_storage_response_get_support (Results 1 – 3 of 3) sorted by relevance

/trusted-services/components/service/secure_storage/frontend/secure_storage_provider/
A Dsecure_storage_provider.c159 struct secure_storage_response_get_support *response_desc = NULL; in get_support_handler()
163 if (req->response.size < sizeof(struct secure_storage_response_get_support)) in get_support_handler()
166 response_desc = (struct secure_storage_response_get_support *)(req->response.data); in get_support_handler()
173 req->response.data_length = sizeof(struct secure_storage_response_get_support); in get_support_handler()
/trusted-services/protocols/service/secure_storage/packed-c/
A Dsecure_storage_proto.h59 struct __attribute__ ((__packed__)) secure_storage_response_get_support { struct
/trusted-services/components/service/secure_storage/backend/secure_storage_client/
A Dsecure_storage_client.c323 struct secure_storage_response_get_support *response_desc = NULL; in secure_storage_get_support()
346 response_desc = (struct secure_storage_response_get_support *)response; in secure_storage_get_support()

Completed in 6 milliseconds