Searched refs:hash_node (Results 1 – 2 of 2) sorted by relevance
49 struct hash_node { struct111 static struct hash_node *119 struct hash_node *hn = (struct hash_node *) node; in get_node()132 struct hash_node *hn = get_node(ht, key); in hash_table_find()142 struct hash_node *node; in hash_table_insert()158 struct hash_node *hn; in hash_table_replace()161 hn = (struct hash_node *) node; in hash_table_replace()201 struct hash_node *hn = (struct hash_node *) node; in hash_table_call_foreach()
277 xml_node_t *url_node, *hash_node; in download_cert() local287 hash_node = get_node(ctx->xml, params, "CertSHA256Fingerprint"); in download_cert()288 if (url_node == NULL || hash_node == NULL) in download_cert()291 hash = xml_node_get_text(ctx->xml, hash_node); in download_cert()