Home
last modified time | relevance | path

Searched defs:owner (Results 1 – 13 of 13) sorted by relevance

/trusted-firmware-m-3.4.0/secure_fw/spm/cmsis_psa/
Dtfm_rpc.c19 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()
Dtfm_rpc.h206 #define tfm_rpc_client_call_reply(owner, ret) do {} while (0) argument
Dthread.h152 struct thread_t *owner; /* The owner thread of the sync object */ member
Dtfm_spe_mailbox.c345 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/
Drss_comms.c79 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/
Dcrypto_alloc.c21 int32_t owner; /*!< Indicates an ID of the owner of member
Dcrypto_init.c106 int32_t owner; member
/trusted-firmware-m-3.4.0/interface/src/multi_core/
Dtfm_ns_mailbox.c95 static void set_msg_owner(uint8_t idx, const void *owner) in set_msg_owner()
Dtfm_ns_mailbox_thread.c32 const void *owner; /* Handle of owner task. */ member
/trusted-firmware-m-3.4.0/secure_fw/partitions/crypto/psa_driver_api/
Dtfm_builtin_key_loader.c114 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/
Dcrypto_keys.c31 mbedtls_key_owner_id_t owner, in tfm_plat_builtin_key_get_usage()
/trusted-firmware-m-3.4.0/interface/include/multi_core/
Dtfm_mailbox.h98 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/
Ddriver_defs.h357 #define CC_IS_OTP_KEY_IN_USE(owner, keyType, rc, isKeyInUse)\ argument