Searched refs:h_val (Results 1 – 1 of 1) sorted by relevance
105 uint32_t h_val = *handle; in tfm_crypto_operation_release() local112 if ((h_val == TFM_CRYPTO_INVALID_HANDLE) || in tfm_crypto_operation_release()113 (h_val > CRYPTO_CONC_OPER_NUM)) { in tfm_crypto_operation_release()122 if ((operations[h_val - 1].in_use == TFM_CRYPTO_IN_USE) && in tfm_crypto_operation_release()123 (operations[h_val - 1].owner == partition_id)) { in tfm_crypto_operation_release()125 memset_operation_context(h_val - 1); in tfm_crypto_operation_release()126 operations[h_val - 1].in_use = TFM_CRYPTO_NOT_IN_USE; in tfm_crypto_operation_release()127 operations[h_val - 1].type = TFM_CRYPTO_OPERATION_NONE; in tfm_crypto_operation_release()128 operations[h_val - 1].owner = 0; in tfm_crypto_operation_release()