Home
last modified time | relevance | path

Searched refs:psa_connect (Results 1 – 10 of 10) sorted by relevance

/trusted-firmware-m-3.4.0/interface/include/
Dpsa_interface_redirect.h34 #define psa_connect psa_connect_svc macro
73 #define psa_connect psa_connect_cross macro
109 #define psa_connect psa_connect_sfn macro
/trusted-firmware-m-3.4.0/interface/src/
Dtfm_psa_ns_connection_api.c15 psa_handle_t psa_connect(uint32_t sid, uint32_t version) in psa_connect() function
/trusted-firmware-m-3.4.0/secure_fw/partitions/ns_agent_tz/
Dpsa_api_veneers.c51 return psa_connect(sid, version); in tfm_psa_connect_veneer()
/trusted-firmware-m-3.4.0/interface/include/psa/
Dclient.h129 psa_handle_t psa_connect(uint32_t sid, uint32_t version);
/trusted-firmware-m-3.4.0/docs/technical_references/design_docs/
Dstateless_rot_service.rst90 psa_connect()
93 According to FF-M v1.1, client calling ``psa_connect()`` with the SID of a
118 3. This API performs some operations as ``psa_connect()`` does, such as the
160 partition does not do anything during ``psa_connect()`` or ``psa_close()``
Dtfm_psa_inter_process_communication.rst150 psa_handle_t psa_connect(uint32_t sid, uint32_t version);
Dmailbox_ns_agent_update.rst113 - ``agent_psa_connect`` is extended from ``psa_connect``.
Dtfm_secure_partition_runtime_library.rst145 handle = psa_connect(SERVICE_SID, SERVICE_VERSION);
/trusted-firmware-m-3.4.0/interface/src/multi_core/
Dtfm_multi_core_psa_ns_api.c74 psa_handle_t psa_connect(uint32_t sid, uint32_t version) in psa_connect() function
/trusted-firmware-m-3.4.0/docs/technical_references/design_docs/dual-cpu/
Dcommunication_prototype_between_nspe_and_spe_in_dual_core_systems.rst271 - For ``psa_connect()``, ``psa_call()`` and ``psa_close()``, the handlers
294 - `Replying routine for psa_connect(), psa_call() and psa_close()`_ describes
295 the routine for ``psa_connect()``, ``psa_call()`` and ``psa_close()``.
307 Replying routine for psa_connect(), psa_call() and psa_close()
310 For ``psa_connect()``, ``psa_call()`` and ``psa_close()``, the PSA client call
591 TF-M RPC handler for ``psa_connect()``.
620 ``tfm_rpc_psa_connect()`` invokes common ``psa_connect()`` handler in TF-M.