Home
last modified time | relevance | path

Searched refs:in_use (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-3.4.0/secure_fw/partitions/crypto/
Dcrypto_alloc.c20 uint32_t in_use; /*!< Indicates if the operation is in use */ member
90 if (operations[i].in_use == TFM_CRYPTO_NOT_IN_USE) { in tfm_crypto_operation_alloc()
91 operations[i].in_use = TFM_CRYPTO_IN_USE; in tfm_crypto_operation_alloc()
122 if ((operations[h_val - 1].in_use == TFM_CRYPTO_IN_USE) && in tfm_crypto_operation_release()
126 operations[h_val - 1].in_use = TFM_CRYPTO_NOT_IN_USE; in tfm_crypto_operation_release()
157 if ((operations[handle - 1].in_use == TFM_CRYPTO_IN_USE) && in tfm_crypto_operation_lookup()
/trusted-firmware-m-3.4.0/secure_fw/partitions/firmware_update/
Dtfm_fwu_req_mngr.c27 bool in_use; member
74 if (fwu_ctx[component].in_use) { in tfm_fwu_start()
95 fwu_ctx[component].in_use = true; in tfm_fwu_start()
132 if (!fwu_ctx[component].in_use || in tfm_fwu_write()
181 if (!fwu_ctx[component].in_use || in tfm_fwu_finish()
205 if (fwu_ctx[component].in_use) { in tfm_fwu_install()
274 if (fwu_ctx[component].in_use) { in tfm_fwu_query()
318 if (fwu_ctx[component].in_use) { in tfm_fwu_accept()
329 fwu_ctx[component].in_use = true; in tfm_fwu_accept()
375 if (fwu_ctx[component].in_use) { in tfm_fwu_reject()
[all …]