Lines Matching refs:ret
223 int ret = TRNG_RESET_NEEDED; in trng_entropy_get() local
227 if (ret == TRNG_RESET_NEEDED) in trng_entropy_get()
231 ret = trng_get(p_buf, size); in trng_entropy_get()
232 if (ret == OK) in trng_entropy_get()
253 uint32_t ret; in cm_done_check() local
256 ret = nrf_cracen_cm_int_pending_get(NRF_CRACENCORE); in cm_done_check()
258 if (ret & (NRF_CRACEN_CM_INT_FETCH_ERROR_MASK | NRF_CRACEN_CM_INT_PUSH_ERROR_MASK)) in cm_done_check()
300 cracen_ret_t ret; in cm_aes_ecb() local
360 ret = cm_done_check(); in cm_aes_ecb()
361 } while (ret == HW_PROCESSING); in cm_aes_ecb()
366 return ret; in cm_aes_ecb()