Searched refs:in_use (Results 1 – 2 of 2) sorted by relevance
20 uint32_t in_use; /*!< Indicates if the operation is in use */ member90 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()
27 bool in_use; member74 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 …]