Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-auth.c422 DBusString to_hash; in sha1_compute_hash() local
442 if (!_dbus_string_init (&to_hash)) in sha1_compute_hash()
446 &to_hash, _dbus_string_get_length (&to_hash))) in sha1_compute_hash()
449 if (!_dbus_string_append (&to_hash, ":")) in sha1_compute_hash()
453 &to_hash, _dbus_string_get_length (&to_hash))) in sha1_compute_hash()
456 if (!_dbus_string_append (&to_hash, ":")) in sha1_compute_hash()
460 &to_hash, _dbus_string_get_length (&to_hash))) in sha1_compute_hash()
463 if (!_dbus_sha_compute (&to_hash, hash)) in sha1_compute_hash()
469 _dbus_string_zero (&to_hash); in sha1_compute_hash()
470 _dbus_string_free (&to_hash); in sha1_compute_hash()