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

  /external/wpa_supplicant_6/wpa_supplicant/src/hlr_auc_gw/
hlr_auc_gw.c 535 char *auts, *__rand; local
546 __rand = strchr(auts, ' ');
547 if (__rand == NULL)
549 *__rand++ = '\0';
551 printf("AKA-AUTS: IMSI=%s AUTS=%s RAND=%s\n", imsi, auts, __rand);
553 hexstr2bin(__rand, _rand, EAP_AKA_RAND_LEN)) {
  /external/wpa_supplicant_8/hostapd/
hlr_auc_gw.c 530 char *auts, *__rand; local
541 __rand = strchr(auts, ' ');
542 if (__rand == NULL)
544 *__rand++ = '\0';
546 printf("AKA-AUTS: IMSI=%s AUTS=%s RAND=%s\n", imsi, auts, __rand);
548 hexstr2bin(__rand, _rand, EAP_AKA_RAND_LEN)) {

Completed in 55 milliseconds