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

  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_aka.c 686 for (i = 0; i < attr->kdf_count; i++) {
703 if (attr->kdf_count == 0)
716 for (i = 1; i < attr->kdf_count; i++) {
720 if (i == attr->kdf_count &&
721 attr->kdf_count < EAP_AKA_PRIME_KDF_MAX) {
732 for (i = data->kdf ? 1 : 0; i < attr->kdf_count; i++) {
733 for (j = i + 1; j < attr->kdf_count; j++) {
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_sim_common.h 207 size_t kdf_count; member in struct:eap_sim_attrs
eap_sim_common.c 898 if (attr->kdf_count == EAP_AKA_PRIME_KDF_MAX) {
903 attr->kdf[attr->kdf_count] = WPA_GET_BE16(apos);
904 attr->kdf_count++;
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_aka.c 815 attr->kdf_count == 1 && attr->mac == NULL) {
    [all...]

Completed in 45 milliseconds