Home
last modified time | relevance | path

Searched refs:PSA_IPC_CALL (Results 1 – 7 of 7) sorted by relevance

/trusted-firmware-m-3.6.0/secure_fw/spm/core/
Dpsa_mmiovec_api.c43 if (handle->msg.type < PSA_IPC_CALL) { in tfm_spm_partition_psa_map_invec()
115 if (handle->msg.type < PSA_IPC_CALL) { in tfm_spm_partition_psa_unmap_invec()
173 if (handle->msg.type < PSA_IPC_CALL) { in tfm_spm_partition_psa_map_outvec()
243 if (handle->msg.type < PSA_IPC_CALL) { in tfm_spm_partition_psa_unmap_outvec()
Dpsa_read_write_skip_api.c33 if (handle->msg.type < PSA_IPC_CALL) { in tfm_spm_partition_psa_read()
101 if (handle->msg.type < PSA_IPC_CALL) { in tfm_spm_partition_psa_skip()
162 if (handle->msg.type < PSA_IPC_CALL) { in tfm_spm_partition_psa_write()
Dpsa_api.c240 if (handle->msg.type >= PSA_IPC_CALL) { in tfm_spm_partition_psa_reply()
/trusted-firmware-m-3.6.0/interface/include/psa/
Dclient.h73 #define PSA_IPC_CALL (0) macro
/trusted-firmware-m-3.6.0/interface/src/
Dtfm_crypto_api.c14 psa_call(TFM_CRYPTO_HANDLE, PSA_IPC_CALL, \
18 psa_call(TFM_CRYPTO_HANDLE, PSA_IPC_CALL, \
745 status = psa_call(TFM_CRYPTO_HANDLE, PSA_IPC_CALL, in_vec, in_len, in TFM_CRYPTO_API()
806 status = psa_call(TFM_CRYPTO_HANDLE, PSA_IPC_CALL, in_vec, in_len, in TFM_CRYPTO_API()
948 status = psa_call(TFM_CRYPTO_HANDLE, PSA_IPC_CALL, in_vec, in_len, in TFM_CRYPTO_API()
984 status = psa_call(TFM_CRYPTO_HANDLE, PSA_IPC_CALL, in_vec, in_len, in TFM_CRYPTO_API()
1028 status = psa_call(TFM_CRYPTO_HANDLE, PSA_IPC_CALL, in TFM_CRYPTO_API()
1079 status = psa_call(TFM_CRYPTO_HANDLE, PSA_IPC_CALL, in TFM_CRYPTO_API()
1248 status = psa_call(TFM_CRYPTO_HANDLE, PSA_IPC_CALL, in_vec, in_len, in TFM_CRYPTO_API()
1293 status = psa_call(TFM_CRYPTO_HANDLE, PSA_IPC_CALL, in_vec, in_len, in TFM_CRYPTO_API()
/trusted-firmware-m-3.6.0/secure_fw/partitions/crypto/
Dcrypto_init.c325 case PSA_IPC_CALL: in tfm_crypto_sfn()
/trusted-firmware-m-3.6.0/docs/integration_guide/services/
Dtfm_secure_partition_addition.rst556 if (msg.type == PSA_IPC_CALL) {
617 if (msg->type == PSA_IPC_CALL) {