Searched refs:cur_len (Results 1 – 1 of 1) sorted by relevance
520 size_t cur_len = (size < AES_ECB_BLK_SZ) ? size : AES_ECB_BLK_SZ; in nrfx_cracen_ctr_drbg_random_get() local530 memcpy(p_buf, temp, cur_len); in nrfx_cracen_ctr_drbg_random_get()532 size -= cur_len; in nrfx_cracen_ctr_drbg_random_get()533 p_buf += cur_len; in nrfx_cracen_ctr_drbg_random_get()