Searched refs:client_hash (Results 1 – 4 of 4) sorted by relevance
223 uint8_t client_hash[kSHA256Length], server_hash[kSHA256Length]; in ProcessMessage() local225 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()
206 uint8_t client_hash[kSHA256Length], server_hash[kSHA256Length]; in ProcessMessage() local208 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()
680 DBusString client_hash; in sha1_handle_second_client_response() local696 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()
70 static struct flist_head client_hash[FIO_CLIENT_HASH_SZ]; variable77 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()