HomeSort by relevance Sort by last modified time
    Searched refs:client_hash (Results 1 - 2 of 2) sorted by null

  /external/libchrome/crypto/
p224_spake.cc 209 uint8_t client_hash[kSHA256Length], server_hash[kSHA256Length]; local
211 client_hash);
215 const uint8_t* my_hash = is_server_ ? server_hash : client_hash;
216 const uint8_t* their_hash = is_server_ ? client_hash : server_hash;
  /external/fio/
client.c 73 static struct flist_head client_hash[FIO_CLIENT_HASH_SZ]; variable in typeref:struct:flist_head
82 flist_add(&client->hash_list, &client_hash[bucket]);
96 INIT_FLIST_HEAD(&client_hash[i]);
168 flist_for_each(entry, &client_hash[bucket]) {
    [all...]

Completed in 60 milliseconds