Searched refs:arc4random_buf (Results 1 - 13 of 13) sorted by relevance
| /xsrc/external/mit/libXdmcp/dist/ |
| H A D | Key.c | 77 arc4random_buf (void *auth, int len) function in typeref:typename:void 96 arc4random_buf(key->data, 8);
|
| H A D | configure.ac | 71 # 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 D | configure | 20996 # 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 D | configure.ac | 40 # 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 D | configure | 21552 # 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 D | iceauth.c | 39 #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 D | auth.c | 48 #include <stdlib.h> /* for arc4random_buf() */ 322 arc4random_buf(buf, len);
|
| /xsrc/external/mit/xorg-server/dist/os/ |
| H A D | auth.c | 49 #include <stdlib.h> /* for arc4random_buf() */ 315 arc4random_buf(buf, len);
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | dix-config.h.in | 149 /* Define to 1 if you have the `arc4random_buf' function. */
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | dix-config.h.in | 166 /* Define to 1 if you have the `arc4random_buf' function. */
|
| /xsrc/external/mit/xorg-server/dist/ |
| H A D | configure.ac | 168 # 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 D | configure | 25487 # 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 D | configure.ac | 223 AC_CHECK_LIB([bsd], [arc4random_buf])
|
Completed in 174 milliseconds