Searched defs:__rand (Results 1 - 2 of 2) sorted by relevance

/external/fio/lib/
H A Drand.h18 static inline unsigned int __rand(struct frand_state *state) function
/external/wpa_supplicant_8/hostapd/
H A Dhlr_auc_gw.c867 char *auts, *__rand; local
880 __rand = strchr(auts, ' ');
881 if (__rand == NULL)
883 *__rand++ = '\0';
887 imsi, auts, __rand);
890 hexstr2bin(__rand, _rand, EAP_AKA_RAND_LEN)) {

Completed in 138 milliseconds