Home
last modified time | relevance | path

Searched refs:scm_i_random_bytes_from_platform (Results 1 – 7 of 7) sorted by relevance

/dports/lang/guile2/guile-2.2.7/libguile/
H A Drandom.h98 SCM_INTERNAL void scm_i_random_bytes_from_platform (unsigned char *buf, size_t len);
H A Dmacros.c197 scm_i_random_bytes_from_platform (digit_buf, SESSION_ID_LENGTH);
H A Drandom.c775 scm_i_random_bytes_from_platform (unsigned char *buf, size_t len) in scm_i_random_bytes_from_platform() function
/dports/lang/guile/guile-3.0.7/libguile/
H A Drandom.h100 SCM_INTERNAL void scm_i_random_bytes_from_platform (unsigned char *buf, size_t len);
H A Dmacros.c205 scm_i_random_bytes_from_platform (digit_buf, SESSION_ID_LENGTH);
H A Drandom.c786 scm_i_random_bytes_from_platform (unsigned char *buf, size_t len) in scm_i_random_bytes_from_platform() function
/dports/lang/guile2/guile-2.2.7/
H A DChangeLog31266 Add `random-state-from-platform' and `scm_i_random_bytes_from_platform'
31268 (scm_i_random_bytes_from_platform): New internal function.
31271 scm_i_random_bytes_from_platform): Add prototypes.