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

/openbsd-current/sys/arch/i386/i386/
H A Dvia.c496 #define VIAC3_RNG_BUFSIZ 16 /* 32bit words */ macro
504 unsigned int *p, i, rv, creg0, len = VIAC3_RNG_BUFSIZ;
505 static int buffer[VIAC3_RNG_BUFSIZ + 2]; /* XXX why + 2? */
528 for (i = 0, p = buffer; i < VIAC3_RNG_BUFSIZ; i++, p++)
/openbsd-current/sys/arch/amd64/amd64/
H A Dvia.c488 #define VIAC3_RNG_BUFSIZ 16 /* 32bit words */ macro
496 unsigned int *p, i, rv, len = VIAC3_RNG_BUFSIZ;
497 static int buffer[VIAC3_RNG_BUFSIZ + 2]; /* XXX why + 2? */
508 for (i = 0, p = buffer; i < VIAC3_RNG_BUFSIZ; i++, p++)

Completed in 154 milliseconds