Searched refs:rngbuf (Results 1 – 3 of 3) sorted by relevance
50 uint8_t *rngbuf = buf; in hw_get_random_bytes() local59 memcpy(rngbuf, &val, len_to_copy); in hw_get_random_bytes()60 rngbuf += len_to_copy; in hw_get_random_bytes()
72 uint8_t *rngbuf = buf; in hw_get_random_bytes() local86 memcpy(rngbuf, &val, len_to_copy); in hw_get_random_bytes()87 rngbuf += len_to_copy; in hw_get_random_bytes()
171 uint32_t *rngbuf = buf; in hw_get_random_bytes() local187 memcpy(rngbuf, &val, sizeof(uint32_t)); in hw_get_random_bytes()188 rngbuf++; in hw_get_random_bytes()190 memcpy(rngbuf, &val, len); in hw_get_random_bytes()