Home
last modified time | relevance | path

Searched refs:isaac (Results 1 – 4 of 4) sorted by relevance

/coreutils/gl/lib/
Drandread.c83 struct isaac struct
97 } isaac; member
192 s->buf.isaac.buffered = 0; in randread_new()
193 if (! get_nonce (s->buf.isaac.state.m, in randread_new()
194 MIN (sizeof s->buf.isaac.state.m, bytes_bound))) in randread_new()
201 isaac_seed (&s->buf.isaac.state); in randread_new()
253 readisaac (struct isaac *isaac, void *p, size_t size) in readisaac() argument
255 size_t inbytes = isaac->buffered; in readisaac()
263 memcpy (p, isaac->data.b + ISAAC_BYTES - inbytes, size); in readisaac()
264 isaac->buffered = inbytes - size; in readisaac()
[all …]
/coreutils/gl/modules/
Drandread5 lib/rand-isaac.c
6 lib/rand-isaac.h
27 lib_SOURCES += randread.c randread.h rand-isaac.c rand-isaac.h
Drandread-tests2 tests/test-rand-isaac.c
10 TESTS += test-rand-isaac
11 check_PROGRAMS += test-rand-isaac
/coreutils/
Dcfg.mk878 ^(gl/lib/rand-isaac\.[ch]|gl/tests/test-rand-isaac\.c)$$|$(_ll)