Home | History | Annotate | Download | only in wps

Lines Matching defs:decrypted

2827 	struct wpabuf *decrypted;
2854 decrypted = wps_decrypt_encr_settings(wps, attr->encr_settings,
2856 if (decrypted == NULL) {
2857 wpa_printf(MSG_DEBUG, "WPS: Failed to decrypted Encrypted "
2863 if (wps_validate_m5_encr(decrypted, attr->version2 != NULL) < 0) {
2864 wpabuf_clear_free(decrypted);
2869 wpa_printf(MSG_DEBUG, "WPS: Processing decrypted Encrypted Settings "
2871 if (wps_parse_msg(decrypted, &eattr) < 0 ||
2872 wps_process_key_wrap_auth(wps, decrypted, eattr.key_wrap_auth) ||
2874 wpabuf_clear_free(decrypted);
2878 wpabuf_clear_free(decrypted);
2978 struct wpabuf *decrypted;
3005 decrypted = wps_decrypt_encr_settings(wps, attr->encr_settings,
3007 if (decrypted == NULL) {
3014 if (wps_validate_m7_encr(decrypted, wps->wps->ap || wps->er,
3016 wpabuf_clear_free(decrypted);
3021 wpa_printf(MSG_DEBUG, "WPS: Processing decrypted Encrypted Settings "
3023 if (wps_parse_msg(decrypted, &eattr) < 0 ||
3024 wps_process_key_wrap_auth(wps, decrypted, eattr.key_wrap_auth) ||
3027 wpabuf_clear_free(decrypted);
3032 wpabuf_clear_free(decrypted);