Lines Matching refs:ctr
50 u16 i, ctr, L; in eap_pwd_kdf() local
54 ctr = 0; in eap_pwd_kdf()
57 ctr++; in eap_pwd_kdf()
58 i = htons(ctr); in eap_pwd_kdf()
63 if (ctr > 1) in eap_pwd_kdf()
133 unsigned char pwe_digest[SHA256_MAC_LEN], *prfbuf = NULL, ctr; in compute_password_element() local
172 ctr = 0; in compute_password_element()
179 while (ctr < 40) { in compute_password_element()
180 ctr++; in compute_password_element()
194 eap_pwd_h_update(hash, &ctr, sizeof(ctr)); in compute_password_element()
242 found_ctr = const_time_select_u8(found, found_ctr, ctr); in compute_password_element()