OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kdf_count
(Results
1 - 4
of
4
) sorted by null
/external/wpa_supplicant_8/src/eap_peer/
eap_aka.c
713
for (i = 0; i < attr->
kdf_count
; i++) {
730
if (attr->
kdf_count
== 0)
743
for (i = 1; i < attr->
kdf_count
; i++) {
747
if (i == attr->
kdf_count
&&
748
attr->
kdf_count
< EAP_AKA_PRIME_KDF_MAX) {
759
for (i = data->kdf ? 1 : 0; i < attr->
kdf_count
; i++) {
760
for (j = i + 1; j < attr->
kdf_count
; j++) {
[
all
...]
/external/wpa_supplicant_8/src/eap_common/
eap_sim_common.h
201
size_t
kdf_count
;
member in struct:eap_sim_attrs
eap_sim_common.c
893
if (attr->
kdf_count
== EAP_AKA_PRIME_KDF_MAX) {
898
attr->kdf[attr->
kdf_count
] = WPA_GET_BE16(apos);
899
attr->
kdf_count
++;
/external/wpa_supplicant_8/src/eap_server/
eap_server_aka.c
922
attr->
kdf_count
== 1 && attr->mac == NULL) {
[
all
...]
Completed in 27 milliseconds