Searched refs:correct_hash (Results 1 – 1 of 1) sorted by relevance
682 DBusString correct_hash; in sha1_handle_second_client_response() local721 if (!_dbus_string_init (&correct_hash)) in sha1_handle_second_client_response()727 &correct_hash)) in sha1_handle_second_client_response()731 if (_dbus_string_get_length (&correct_hash) == 0) in sha1_handle_second_client_response()738 if (!_dbus_string_equal (&client_hash, &correct_hash)) in sha1_handle_second_client_response()765 _dbus_string_zero (&correct_hash); in sha1_handle_second_client_response()766 _dbus_string_free (&correct_hash); in sha1_handle_second_client_response()834 DBusString correct_hash; in handle_client_data_cookie_sha1_mech() local955 if (!_dbus_string_init (&correct_hash)) in handle_client_data_cookie_sha1_mech()961 &correct_hash)) in handle_client_data_cookie_sha1_mech()[all …]