HomeSort by: relevance | last modified time | path
    Searched defs:arc4random_buf (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/gen/
arc4random.c 79 __weak_alias(arc4random_buf,_arc4random_buf)
758 arc4random_buf(void *buf, size_t len) function in typeref:typename:void
858 arc4random_buf(buf, 8);
871 arc4random_buf(buf, sizeof buf);
884 arc4random_buf(buf, n - a);
889 arc4random_buf(buf + a, n - a);
895 arc4random_buf(buf + a, n - a - a);
  /src/lib/libc/include/
namespace.h 209 #define arc4random_buf _arc4random_buf macro

Completed in 15 milliseconds