Home
last modified time | relevance | path

Searched refs:hc_nonce (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/tvheadend/tvheadend-4.2.8/src/
H A Dhttp.c371 if (hc->hc_nonce == NULL) in http_send_header()
372 hc->hc_nonce = http_get_nonce(); in http_send_header()
373 char *opaque = http_get_opaque(realm, hc->hc_nonce); in http_send_header()
377 htsbuf_append_str(&hdrs, hc->hc_nonce); in http_send_header()
903 if (hc->hc_nonce == NULL) in http_verify_prepare()
930 snprintf(all, sizeof(all), "%s:%s", hc->hc_nonce, m); in http_verify_prepare()
940 hc->hc_nonce, nonce_count, cnonce, qop, m); in http_verify_prepare()
1290 free(hc->hc_nonce); in process_request()
1291 hc->hc_nonce = v; in process_request()
1638 free(hc->hc_nonce); in http_serve_requests()
[all …]
H A Dhttp.h158 char *hc_nonce; member