Home
last modified time | relevance | path

Searched refs:ns_caller (Results 1 – 5 of 5) sorted by relevance

/trusted-firmware-m-3.6.0/secure_fw/spm/core/
Dpsa_connection_api.c25 bool ns_caller = tfm_spm_is_ns_caller(); in tfm_spm_client_psa_connect() local
46 if (tfm_spm_check_authorization(sid, service, ns_caller) != PSA_SUCCESS) { in tfm_spm_client_psa_connect()
58 client_id = tfm_spm_get_client_id(ns_caller); in tfm_spm_client_psa_connect()
81 bool ns_caller = tfm_spm_is_ns_caller(); in tfm_spm_client_psa_close() local
94 client_id = tfm_spm_get_client_id(ns_caller); in tfm_spm_client_psa_close()
Dspm_ipc.c148 bool ns_caller) in tfm_spm_check_authorization() argument
156 if (ns_caller) { in tfm_spm_check_authorization()
189 bool ns_caller = tfm_spm_is_ns_caller(); in spm_get_connection() local
213 if (tfm_spm_check_authorization(sid, service, ns_caller) != PSA_SUCCESS) { in spm_get_connection()
351 int32_t tfm_spm_get_client_id(bool ns_caller) in tfm_spm_get_client_id() argument
355 if (ns_caller) { in tfm_spm_get_client_id()
361 if (ns_caller != (client_id < 0)) { in tfm_spm_get_client_id()
Dpsa_version_api.c23 bool ns_caller = tfm_spm_is_ns_caller(); in tfm_spm_client_psa_version() local
38 if (tfm_spm_check_authorization(sid, service, ns_caller) != PSA_SUCCESS) { in tfm_spm_client_psa_version()
Dspm.h273 bool ns_caller);
291 int32_t tfm_spm_get_client_id(bool ns_caller);
Dpsa_call_api.c161 bool ns_caller = tfm_spm_is_ns_caller(); in tfm_spm_client_psa_call() local
164 client_id = tfm_spm_get_client_id(ns_caller); in tfm_spm_client_psa_call()