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

/xsrc/external/mit/libXdmcp/dist/
H A DKey.c77 arc4random_buf (void *auth, int len) function in typeref:typename:void
96 arc4random_buf(key->data, 8);
H A Dconfigure.ac71 # We only check for arc4random_buf, because if we have that, we don't
73 AC_LINK_IFELSE([AC_LANG_CALL([], [arc4random_buf])],
82 AC_CHECK_FUNCS([srand48 lrand48 arc4random_buf getentropy])
H A Dconfigure20996 # We only check for arc4random_buf, because if we have that, we don't
21010 char arc4random_buf (void);
21014 return arc4random_buf ();
21119 ac_fn_c_check_func "$LINENO" "arc4random_buf" "ac_cv_func_arc4random_buf"
/xsrc/external/mit/libICE/dist/
H A Dconfigure.ac40 # We only check for arc4random_buf, because if we have that, we don't
42 AC_LINK_IFELSE([AC_LANG_CALL([], [arc4random_buf])],
51 AC_CHECK_FUNCS([asprintf arc4random_buf getentropy])
H A Dconfigure21552 # We only check for arc4random_buf, because if we have that, we don't
21566 char arc4random_buf (void);
21570 return arc4random_buf ();
21669 ac_fn_c_check_func "$LINENO" "arc4random_buf" "ac_cv_func_arc4random_buf"
/xsrc/external/mit/libICE/dist/src/
H A Diceauth.c39 #include <stdlib.h> /* for arc4random_buf() */
83 arc4random_buf ( function in typeref:typename:void
118 arc4random_buf (auth, len);
/xsrc/external/mit/xorg-server.old/dist/os/
H A Dauth.c48 #include <stdlib.h> /* for arc4random_buf() */
322 arc4random_buf(buf, len);
/xsrc/external/mit/xorg-server/dist/os/
H A Dauth.c49 #include <stdlib.h> /* for arc4random_buf() */
315 arc4random_buf(buf, len);
/xsrc/external/mit/xorg-server/dist/include/
H A Ddix-config.h.in149 /* Define to 1 if you have the `arc4random_buf' function. */
/xsrc/external/mit/xorg-server.old/dist/include/
H A Ddix-config.h.in166 /* Define to 1 if you have the `arc4random_buf' function. */
/xsrc/external/mit/xorg-server/dist/
H A Dconfigure.ac168 # We only check for arc4random_buf, because if we have that, we don't
170 AC_LINK_IFELSE([AC_LANG_CALL([], [arc4random_buf])],
H A Dconfigure25487 # We only check for arc4random_buf, because if we have that, we don't
25501 char arc4random_buf (void);
25505 return arc4random_buf ();
[all...]
/xsrc/external/mit/xorg-server.old/dist/
H A Dconfigure.ac223 AC_CHECK_LIB([bsd], [arc4random_buf])

Completed in 174 milliseconds