Searched refs:hashkey (Results 1 – 8 of 8) sorted by relevance
/third_party/grpc/src/php/ext/grpc/ |
D | channel_credentials.c | 174 char *hashkey = emalloc(hashkey_len + 1); in PHP_METHOD() local 176 strcpy(hashkey, pem_root_certs); in PHP_METHOD() 179 strcpy(hashkey, pem_key_cert_pair.cert_chain); in PHP_METHOD() 183 generate_sha1_str(hashstr, hashkey, hashkey_len); in PHP_METHOD() 190 efree(hashkey); in PHP_METHOD()
|
/third_party/libnl/lib/ |
D | object.c | 463 void nl_object_keygen(struct nl_object *obj, uint32_t *hashkey, in nl_object_keygen() argument 469 ops->oo_keygen(obj, hashkey, hashtbl_sz); in nl_object_keygen() 471 *hashkey = 0; in nl_object_keygen()
|
/third_party/curl/lib/ |
D | conncache.c | 140 static void hashkey(struct connectdata *conn, char *buf, in hashkey() function 198 hashkey(conn, key, sizeof(key), hostp); in Curl_conncache_find_bundle() 258 hashkey(conn, key, sizeof(key), NULL); in Curl_conncache_add_conn()
|
/third_party/libnl/lib/route/ |
D | netconf.c | 282 static void netconf_keygen(struct nl_object *obj, uint32_t *hashkey, in netconf_keygen() argument 296 *hashkey = nl_hash(&nckey, nckey_sz, 0) % table_sz; in netconf_keygen() 299 nc, nckey.nc_index, nckey.nc_family, nckey_sz, *hashkey); in netconf_keygen()
|
D | neigh.c | 206 static void neigh_keygen(struct nl_object *obj, uint32_t *hashkey, in neigh_keygen() argument 235 *hashkey = 0; in neigh_keygen() 253 *hashkey = nl_hash(nkey, nkey_sz, 0) % table_sz; in neigh_keygen() 258 nkey_sz, *hashkey); in neigh_keygen()
|
D | route_obj.c | 307 static void route_keygen(struct nl_object *obj, uint32_t *hashkey, in route_keygen() argument 333 *hashkey = 0; in route_keygen() 344 *hashkey = nl_hash(rkey, rkey_sz, 0) % table_sz; in route_keygen() 349 rkey_sz, *hashkey); in route_keygen()
|
D | link.c | 1085 static void link_keygen(struct nl_object *obj, uint32_t *hashkey, in link_keygen() argument 1099 *hashkey = nl_hash(&lkey, lkey_sz, 0) % table_sz; in link_keygen() 1102 link, lkey.l_index, lkey.l_family, lkey_sz, *hashkey); in link_keygen()
|
/third_party/libnl/lib/idiag/ |
D | idiag_msg_obj.c | 901 static void idiagnl_keygen(struct nl_object *obj, uint32_t *hashkey, in idiagnl_keygen() argument 930 *hashkey = nl_hash(&key, key_sz, 0) % table_sz; in idiagnl_keygen() 933 msg, key.family, key.src_hash, key.dst_hash, key.sport, key.dport, key_sz, *hashkey); in idiagnl_keygen()
|