Home | History | Annotate | Download | only in client

Lines Matching refs:hash_node

277 	xml_node_t *url_node, *hash_node;
287 hash_node = get_node(ctx->xml, params, "CertSHA256Fingerprint");
288 if (url_node == NULL || hash_node == NULL)
291 hash = xml_node_get_text(ctx->xml, hash_node);