Home
last modified time | relevance | path

Searched refs:to_hash (Results 1 – 1 of 1) sorted by relevance

/external/dbus/dbus/
Ddbus-auth.c457 DBusString to_hash; in sha1_compute_hash() local
477 if (!_dbus_string_init (&to_hash)) in sha1_compute_hash()
481 &to_hash, _dbus_string_get_length (&to_hash))) in sha1_compute_hash()
484 if (!_dbus_string_append (&to_hash, ":")) in sha1_compute_hash()
488 &to_hash, _dbus_string_get_length (&to_hash))) in sha1_compute_hash()
491 if (!_dbus_string_append (&to_hash, ":")) in sha1_compute_hash()
495 &to_hash, _dbus_string_get_length (&to_hash))) in sha1_compute_hash()
498 if (!_dbus_sha_compute (&to_hash, hash)) in sha1_compute_hash()
504 _dbus_string_zero (&to_hash); in sha1_compute_hash()
505 _dbus_string_free (&to_hash); in sha1_compute_hash()