Home
last modified time | relevance | path

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

/external/libweave/third_party/chromium/crypto/
Dp224_spake.cc223 uint8_t client_hash[kSHA256Length], server_hash[kSHA256Length]; in ProcessMessage() local
225 client_hash); in ProcessMessage()
229 const uint8_t* my_hash = is_server_ ? server_hash : client_hash; in ProcessMessage()
230 const uint8_t* their_hash = is_server_ ? client_hash : server_hash; in ProcessMessage()
/external/libchrome/crypto/
Dp224_spake.cc206 uint8_t client_hash[kSHA256Length], server_hash[kSHA256Length]; in ProcessMessage() local
208 client_hash); in ProcessMessage()
212 const uint8_t* my_hash = is_server_ ? server_hash : client_hash; in ProcessMessage()
213 const uint8_t* their_hash = is_server_ ? client_hash : server_hash; in ProcessMessage()
/external/dbus/dbus/
Ddbus-auth.c680 DBusString client_hash; in sha1_handle_second_client_response() local
696 if (!_dbus_string_init (&client_hash)) in sha1_handle_second_client_response()
707 &client_hash, in sha1_handle_second_client_response()
712 _dbus_string_get_length (&client_hash) == 0) in sha1_handle_second_client_response()
738 if (!_dbus_string_equal (&client_hash, &correct_hash)) in sha1_handle_second_client_response()
768 _dbus_string_zero (&client_hash); in sha1_handle_second_client_response()
769 _dbus_string_free (&client_hash); in sha1_handle_second_client_response()
/external/fio/
Dclient.c70 static struct flist_head client_hash[FIO_CLIENT_HASH_SZ]; variable
77 flist_add(&client->hash_list, &client_hash[bucket]); in fio_client_add_hash()
91 INIT_FLIST_HEAD(&client_hash[i]); in fio_client_hash_init()
148 flist_for_each(entry, &client_hash[bucket]) { in find_client_by_fd()