HomeSort by relevance Sort by last modified time
    Searched refs:GSM_RAND_LEN (Results 1 - 8 of 8) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_sim.c 41 u8 rand[3][GSM_RAND_LEN];
202 data->rand[i], GSM_RAND_LEN);
608 if (os_memcmp(attr->rand, attr->rand + GSM_RAND_LEN,
609 GSM_RAND_LEN) == 0 ||
611 (os_memcmp(attr->rand, attr->rand + 2 * GSM_RAND_LEN,
612 GSM_RAND_LEN) == 0 ||
613 os_memcmp(attr->rand + GSM_RAND_LEN,
614 attr->rand + 2 * GSM_RAND_LEN,
615 GSM_RAND_LEN) == 0))) {
621 os_memcpy(data->rand, attr->rand, attr->num_chal * GSM_RAND_LEN);
    [all...]
  /external/wpa_supplicant/
eap_sim.c 39 u8 rand[3][GSM_RAND_LEN];
516 if (os_memcmp(attr->rand, attr->rand + GSM_RAND_LEN,
517 GSM_RAND_LEN) == 0 ||
519 (os_memcmp(attr->rand, attr->rand + 2 * GSM_RAND_LEN,
520 GSM_RAND_LEN) == 0 ||
521 os_memcmp(attr->rand + GSM_RAND_LEN,
522 attr->rand + 2 * GSM_RAND_LEN,
523 GSM_RAND_LEN) == 0))) {
529 os_memcpy(data->rand, attr->rand, attr->num_chal * GSM_RAND_LEN);
eap_sim_common.h 29 #define GSM_RAND_LEN 16
eap_sim_common.c 272 if ((!aka && (alen % GSM_RAND_LEN)) ||
280 attr->num_chal = alen / GSM_RAND_LEN;
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_sim_common.h 29 #define GSM_RAND_LEN 16
eap_sim_common.c 542 if ((!aka && (alen % GSM_RAND_LEN)) ||
550 attr->num_chal = alen / GSM_RAND_LEN;
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_sim_db.c 51 u8 rand[EAP_SIM_MAX_CHAL][GSM_RAND_LEN];
163 GSM_RAND_LEN))
601 os_memcpy(_rand, entry->u.sim.rand, num_chal * GSM_RAND_LEN);
    [all...]
eap_sim.c 33 u8 rand[EAP_SIM_MAX_CHAL][GSM_RAND_LEN];
209 data->num_chal * GSM_RAND_LEN);

Completed in 90 milliseconds