Searched defs:owner (Results 1 – 13 of 13) sorted by relevance
/trusted-firmware-m-3.4.0/secure_fw/spm/cmsis_psa/ |
D | tfm_rpc.c | 19 static void default_mailbox_reply(const void *owner, int32_t ret) in default_mailbox_reply() 116 void tfm_rpc_client_call_reply(const void *owner, int32_t ret) in tfm_rpc_client_call_reply()
|
D | tfm_rpc.h | 206 #define tfm_rpc_client_call_reply(owner, ret) do {} while (0) argument
|
D | thread.h | 152 struct thread_t *owner; /* The owner thread of the sync object */ member
|
D | tfm_spe_mailbox.c | 345 static void mailbox_reply(const void *owner, int32_t ret) in mailbox_reply()
|
/trusted-firmware-m-3.4.0/platform/ext/target/arm/rss/common/rss_comms/ |
D | rss_comms.c | 79 static void rss_comms_reply(const void *owner, int32_t ret) in rss_comms_reply()
|
/trusted-firmware-m-3.4.0/secure_fw/partitions/crypto/ |
D | crypto_alloc.c | 21 int32_t owner; /*!< Indicates an ID of the owner of member
|
D | crypto_init.c | 106 int32_t owner; member
|
/trusted-firmware-m-3.4.0/interface/src/multi_core/ |
D | tfm_ns_mailbox.c | 95 static void set_msg_owner(uint8_t idx, const void *owner) in set_msg_owner()
|
D | tfm_ns_mailbox_thread.c | 32 const void *owner; /* Handle of owner task. */ member
|
/trusted-firmware-m-3.4.0/secure_fw/partitions/crypto/psa_driver_api/ |
D | tfm_builtin_key_loader.c | 114 struct tfm_builtin_key_t *key_slot, mbedtls_key_owner_id_t owner, in derive_subkey_into_buffer()
|
/trusted-firmware-m-3.4.0/platform/ext/target/arm/rss/common/ |
D | crypto_keys.c | 31 mbedtls_key_owner_id_t owner, in tfm_plat_builtin_key_get_usage()
|
/trusted-firmware-m-3.4.0/interface/include/multi_core/ |
D | tfm_mailbox.h | 98 const void *owner; /* Handle of owner task. */ member
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/driver/ |
D | driver_defs.h | 357 #define CC_IS_OTP_KEY_IN_USE(owner, keyType, rc, isKeyInUse)\ argument
|