Searched refs:auxv (Results 1 – 2 of 2) sorted by relevance
114 const void *auxv = ULONG_TO_PTR(getauxval(AT_RANDOM)); in initialize_srand() local115 if (auxv) { in initialize_srand()120 x = (unsigned) siphash24(auxv, 16, auxval_hash_key); in initialize_srand()
697 'sys/auxv.h',