HomeSort by relevance Sort by last modified time
    Searched defs:__rand (Results 1 - 2 of 2) sorted by null

  /external/fio/lib/
rand.h 97 static inline uint64_t __rand(struct frand_state *state) function
  /external/wpa_supplicant_8/hostapd/
hlr_auc_gw.c 813 char *auts, *__rand; local
826 __rand = strchr(auts, ' ');
827 if (__rand == NULL)
829 *__rand++ = '\0';
833 imsi, auts, __rand);
836 hexstr2bin(__rand, _rand, EAP_AKA_RAND_LEN)) {

Completed in 344 milliseconds