Searched refs:hash_node (Results 1 – 1 of 1) sorted by relevance
307 xml_node_t *url_node, *hash_node; in download_cert() local317 hash_node = get_node(ctx->xml, params, "CertSHA256Fingerprint"); in download_cert()318 if (url_node == NULL || hash_node == NULL) in download_cert()321 hash = xml_node_get_text(ctx->xml, hash_node); in download_cert()