Lines Matching full:prep

35 	u8 prep;  member
274 "EAP-PWD: Server EAP-pwd-ID proposal: group=%u random=%u prf=%u prep=%u", in eap_pwd_perform_id_exchange()
275 data->group_num, id->random_function, id->prf, id->prep); in eap_pwd_perform_id_exchange()
285 if (id->prep != EAP_PWD_PREP_NONE && in eap_pwd_perform_id_exchange()
286 id->prep != EAP_PWD_PREP_MS && in eap_pwd_perform_id_exchange()
287 id->prep != EAP_PWD_PREP_SSHA1 && in eap_pwd_perform_id_exchange()
288 id->prep != EAP_PWD_PREP_SSHA256 && in eap_pwd_perform_id_exchange()
289 id->prep != EAP_PWD_PREP_SSHA512) { in eap_pwd_perform_id_exchange()
291 "EAP-PWD: Unsupported password pre-processing technique (Prep=%u)", in eap_pwd_perform_id_exchange()
292 id->prep); in eap_pwd_perform_id_exchange()
297 if (id->prep == EAP_PWD_PREP_NONE && data->password_hash) { in eap_pwd_perform_id_exchange()
307 data->prep = id->prep; in eap_pwd_perform_id_exchange()
345 wpabuf_put_u8(data->outbuf, id->prep); in eap_pwd_perform_id_exchange()
386 switch (data->prep) { in eap_pwd_perform_commit_exchange()
389 "EAP-pwd commit request, password prep is MS"); in eap_pwd_perform_commit_exchange()
426 "EAP-pwd commit request, password prep is salted sha1"); in eap_pwd_perform_commit_exchange()
463 "EAP-pwd commit request, password prep is salted sha256"); in eap_pwd_perform_commit_exchange()
498 "EAP-pwd commit request, password prep is salted sha512"); in eap_pwd_perform_commit_exchange()
533 "EAP-pwd commit request, password prep is NONE"); in eap_pwd_perform_commit_exchange()
552 "EAP-pwd: Unsupported password pre-processing technique (Prep=%u)", in eap_pwd_perform_commit_exchange()
553 data->prep); in eap_pwd_perform_commit_exchange()