Searched refs:psa_get (Results 1 – 8 of 8) sorted by relevance
48 psa_get(sig, &msg); in common_sfn_thread()
39 psa_status_t psa_get(psa_signal_t signal, psa_msg_t *msg) in psa_get() function41 return PART_METADATA()->psa_fns->psa_get(signal, msg); in psa_get()
135 psa_status_t psa_get(psa_signal_t signal, psa_msg_t *msg);
120 psa_status_t status = psa_get(ASYNC_MSG_REPLY, &msg); in tfm_rpc_client_call_reply()
34 psa_status_t (*psa_get)(psa_signal_t signal, psa_msg_t *msg); member
223 always fetched initiative by the agent with a ``psa_get()``.267 ``psa_get()`` with this signal to get one acknowledged message. This signal is269 ``psa_get()``. SPM assembles the information into agent provided message object.271 ``psa_get()`` call. The agent can know what kind of message is acknowledged by274 ``psa_get()`` gets ``panic``.340 * `psa_get` hence here only errors need to be dispatched.345 /* The handle is freed for stateless service after 'psa_get'. */346 status = psa_get(ASYNC_MSG_REPLY, &msg);
178 psa_status_t psa_get(psa_signal_t signal, psa_msg_t *msg);
544 psa_get(ROT_A_SIGNAL, &msg);762 and secure partition can get it when calling psa_get() function. The secure