| /trusted-firmware-m-latest/secure_fw/spm/include/ |
| D | tfm_spm_log.h | 38 #define SPMLOG_DBGMSGVAL(msg, val) spm_log_msgval(msg, sizeof(msg), val) argument 39 #define SPMLOG_DBGMSG(msg) tfm_hal_output_spm_log(msg, sizeof(msg)) argument 41 #define SPMLOG_DBGMSGVAL(msg, val) argument 42 #define SPMLOG_DBGMSG(msg) argument 46 #define SPMLOG_INFMSGVAL(msg, val) spm_log_msgval(msg, sizeof(msg), val) argument 47 #define SPMLOG_INFMSG(msg) tfm_hal_output_spm_log(msg, sizeof(msg)) argument 49 #define SPMLOG_INFMSGVAL(msg, val) argument 50 #define SPMLOG_INFMSG(msg) argument 54 #define SPMLOG_ERRMSGVAL(msg, val) spm_log_msgval(msg, sizeof(msg), val) argument 55 #define SPMLOG_ERRMSG(msg) tfm_hal_output_spm_log(msg, sizeof(msg)) argument [all …]
|
| D | utilities.h | 24 #define ERROR_MSG(msg) SPMLOG_ERRMSG(msg "\r\n") argument
|
| /trusted-firmware-m-latest/platform/ext/target/arm/rse/common/rse_handshake/ |
| D | rse_handshake.c | 84 static int32_t header_init(struct rse_handshake_msg *msg, in header_init() 106 static int32_t construct_session_key_msg(struct rse_handshake_msg *msg, in construct_session_key_msg() 122 static int32_t construct_vhuk_msg(struct rse_handshake_msg *msg, in construct_vhuk_msg() 138 static int32_t construct_session_key_reply(struct rse_handshake_msg *msg, in construct_session_key_reply() 154 static int32_t construct_vhuk_reply(struct rse_handshake_msg *msg, in construct_vhuk_reply() 171 struct rse_handshake_msg *msg) in rse_handshake_msg_crypt() 207 struct rse_handshake_msg *msg, in rse_handshake_msg_send() 235 struct rse_handshake_msg *msg, in rse_handshake_msg_receive() 271 struct rse_handshake_msg msg; in calculate_session_key_client() local 313 struct rse_handshake_msg msg; in exchange_vhuk_seeds_client() local [all …]
|
| /trusted-firmware-m-latest/secure_fw/partitions/protected_storage/ |
| D | tfm_ps_req_mngr.c | 23 static psa_status_t tfm_ps_set_req(const psa_msg_t *msg) in tfm_ps_set_req() 51 static psa_status_t tfm_ps_get_req(const psa_msg_t *msg) in tfm_ps_get_req() 78 static psa_status_t tfm_ps_get_info_req(const psa_msg_t *msg) in tfm_ps_get_info_req() 105 static psa_status_t tfm_ps_remove_req(const psa_msg_t *msg) in tfm_ps_remove_req() 123 static psa_status_t tfm_ps_get_support_req(const psa_msg_t *msg) in tfm_ps_get_support_req() 139 psa_status_t tfm_protected_storage_service_sfn(const psa_msg_t *msg) in tfm_protected_storage_service_sfn()
|
| /trusted-firmware-m-latest/secure_fw/partitions/firmware_update/ |
| D | tfm_fwu_req_mngr.c | 38 static psa_status_t tfm_fwu_start(const psa_msg_t *msg) in tfm_fwu_start() 100 static psa_status_t tfm_fwu_write(const psa_msg_t *msg) in tfm_fwu_write() 166 static psa_status_t tfm_fwu_finish(const psa_msg_t *msg) in tfm_fwu_finish() 256 static psa_status_t tfm_fwu_query(const psa_msg_t *msg) in tfm_fwu_query() 355 psa_status_t tfm_fwu_reject(const psa_msg_t *msg) in tfm_fwu_reject() 437 static psa_status_t tfm_fwu_cancel(const psa_msg_t *msg) in tfm_fwu_cancel() 469 static psa_status_t tfm_fwu_clean(const psa_msg_t *msg) in tfm_fwu_clean() 506 psa_status_t tfm_firmware_update_service_sfn(const psa_msg_t *msg) in tfm_firmware_update_service_sfn()
|
| /trusted-firmware-m-latest/secure_fw/partitions/internal_trusted_storage/ |
| D | tfm_its_req_mngr.c | 28 static psa_status_t tfm_its_set_req(const psa_msg_t *msg) in tfm_its_set_req() 63 static psa_status_t tfm_its_get_req(const psa_msg_t *msg) in tfm_its_get_req() 106 static psa_status_t tfm_its_get_info_req(const psa_msg_t *msg) in tfm_its_get_info_req() 132 static psa_status_t tfm_its_remove_req(const psa_msg_t *msg) in tfm_its_remove_req() 155 psa_status_t tfm_internal_trusted_storage_service_sfn(const psa_msg_t *msg) in tfm_internal_trusted_storage_service_sfn()
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/utils/src/common/ |
| D | common_sb_ops.h | 62 #define RSA_LOADKEY_RELEASE(msg) \ argument 76 #define CALCULATE_NP_RELEASE(msg) \ argument 96 #define CALCULATE_H_RELEASE(msg) \ argument
|
| /trusted-firmware-m-latest/secure_fw/partitions/initial_attestation/ |
| D | tfm_attest_req_mngr.c | 29 static psa_status_t psa_attest_get_token(const psa_msg_t *msg) in psa_attest_get_token() 64 static psa_status_t psa_attest_get_token(const psa_msg_t *msg) in psa_attest_get_token() 100 static psa_status_t psa_attest_get_token_size(const psa_msg_t *msg) in psa_attest_get_token_size() 129 psa_status_t tfm_attestation_service_sfn(const psa_msg_t *msg) in tfm_attestation_service_sfn()
|
| /trusted-firmware-m-latest/secure_fw/partitions/platform/ |
| D | platform_sp.c | 83 static psa_status_t platform_sp_nv_read_psa_api(const psa_msg_t *msg) in platform_sp_nv_read_psa_api() 133 static psa_status_t platform_sp_nv_increment_psa_api(const psa_msg_t *msg) in platform_sp_nv_increment_psa_api() 179 static psa_status_t platform_sp_ioctl_psa_api(const psa_msg_t *msg) in platform_sp_ioctl_psa_api() 244 psa_status_t tfm_platform_service_sfn(const psa_msg_t *msg) in tfm_platform_service_sfn()
|
| /trusted-firmware-m-latest/secure_fw/spm/core/ |
| D | spm_log.c | 23 static void to_hex(uint32_t value, char msg[]) in to_hex() 36 int32_t spm_log_msgval(const char *msg, size_t len, uint32_t value) in spm_log_msgval()
|
| D | tfm_rpc.c | 112 psa_msg_t msg; in tfm_rpc_client_call_reply() local
|
| /trusted-firmware-m-latest/secure_fw/partitions/crypto/ |
| D | crypto_init.c | 60 static psa_status_t tfm_crypto_init_iovecs(const psa_msg_t *msg, in tfm_crypto_init_iovecs() 154 static psa_status_t tfm_crypto_init_iovecs(const psa_msg_t *msg, in tfm_crypto_init_iovecs() 195 static psa_status_t tfm_crypto_call_srv(const psa_msg_t *msg) in tfm_crypto_call_srv() 325 psa_status_t tfm_crypto_sfn(const psa_msg_t *msg) in tfm_crypto_sfn()
|
| /trusted-firmware-m-latest/secure_fw/partitions/lib/runtime/ |
| D | sfn_common_thread.c | 23 psa_msg_t msg; in common_sfn_thread() local
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/scripts/ |
| D | bin2hex.py | 90 msg = sys.exc_info()[1] # current exception variable
|
| /trusted-firmware-m-latest/platform/ext/target/arm/rse/common/rse_comms/ |
| D | rse_comms_protocol.c | 14 struct client_request_t *req, struct serialized_psa_msg_t *msg, in rse_protocol_deserialize_msg()
|
| D | rse_comms_protocol_embed.c | 15 struct client_request_t *req, struct rse_embed_msg_t *msg, in rse_protocol_embed_deserialize_msg()
|
| D | rse_comms_protocol_pointer_access.c | 15 struct rse_pointer_access_msg_t *msg, size_t msg_len) in rse_protocol_pointer_access_deserialize_msg()
|
| D | rse_comms_hal.c | 24 static __ALIGNED(4) struct serialized_psa_msg_t msg; variable
|
| /trusted-firmware-m-latest/platform/ext/target/rpi/rp2350/ |
| D | tfm_hal_mailbox.c | 74 uint32_t msg; in SIO_IRQ_FIFO_NS_IRQHandler() local
|
| /trusted-firmware-m-latest/platform/ext/target/arm/corstone1000/rse_comms/ |
| D | rse_comms_protocol.c | 14 struct client_request_t *req, struct serialized_psa_msg_t *msg, in rse_protocol_deserialize_msg()
|
| D | rse_comms_protocol_embed.c | 15 struct client_request_t *req, struct rse_embed_msg_t *msg, in rse_protocol_embed_deserialize_msg()
|
| D | rse_comms_hal.c | 24 static __ALIGNED(4) struct serialized_psa_msg_t msg; variable
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/shared/include/pal/ |
| D | cc_pal_log.h | 144 #define CC_PAL_LOG_DUMP_BUF(msg, buf, size) \ argument 162 #define CC_PAL_LOG_DUMP_BUF(msg, buf, size) do {} while (0) argument
|
| /trusted-firmware-m-latest/platform/ext/target/rpi/rp2350/ns/ |
| D | platform_ns_mailbox.c | 40 uint32_t msg; in SIO_IRQ_FIFO_NS_IRQHandler() local
|
| /trusted-firmware-m-latest/platform/include/ |
| D | tfm_hal_mailbox.h | 31 struct mailbox_msg_t msg; member
|