Searched refs:bytes_to_copy (Results 1 – 1 of 1) sorted by relevance
174 size_t bytes_to_copy; in cc3xx_lowlevel_drbg_hmac_generate() local192 bytes_to_copy = len_bits - generated_bits < BYTES_TO_BITS(CC3XX_DRBG_HMAC_OUTLEN) ? in cc3xx_lowlevel_drbg_hmac_generate()194 memcpy(&returned_bits[BITS_TO_BYTES(generated_bits)], temp, bytes_to_copy); in cc3xx_lowlevel_drbg_hmac_generate()