Searched refs:bytesToInput (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/dev/random/
H A Drandomdev.c491 int bytesToInput = min(uio_resid(uio), sizeof (rdBuffer)); local
492 retCode = uiomove(rdBuffer, bytesToInput, uio);
498 bytesToInput, SYSTEM_SOURCE,
499 bytesToInput * 8) != 0) {

Completed in 19 milliseconds