HomeSort by relevance Sort by last modified time
    Searched full:correct_hash (Results 1 - 1 of 1) sorted by null

  /external/dbus/dbus/
dbus-auth.c 647 DBusString correct_hash; local
686 if (!_dbus_string_init (&correct_hash))
692 &correct_hash))
696 if (_dbus_string_get_length (&correct_hash) == 0)
703 if (!_dbus_string_equal (&client_hash, &correct_hash))
720 _dbus_string_zero (&correct_hash);
721 _dbus_string_free (&correct_hash);
784 DBusString correct_hash; local
905 if (!_dbus_string_init (&correct_hash))
911 &correct_hash))
    [all...]

Completed in 27 milliseconds