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.c813 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 145 milliseconds