Home
last modified time | relevance | path

Searched refs:challenges (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/lib/libfetch/
H A Dhttp.c680 cs->challenges[i] = NULL; in init_http_auth_challenges()
690 if (cs->challenges[i] != NULL) { in clean_http_auth_challenges()
692 free(cs->challenges[i]); in clean_http_auth_challenges()
775 cs->challenges[cs->count] = in http_parse_authenticate()
814 cs->challenges[cs->count]->realm = in http_parse_authenticate()
817 cs->challenges[cs->count]->qop = in http_parse_authenticate()
820 cs->challenges[cs->count]->nonce = in http_parse_authenticate()
823 cs->challenges[cs->count]->opaque = in http_parse_authenticate()
826 cs->challenges[cs->count]->algo = in http_parse_authenticate()
829 cs->challenges[cs->count]->stale = in http_parse_authenticate()
[all …]
/freebsd-14.2/crypto/openssh/
H A DPROTOCOL.certkeys29 public key that is used to sign challenges. In OpenSSH, ssh-keygen
/freebsd-14.2/contrib/ntp/util/
H A Dntp-keygen.texi219 challenges have a par subtype, as in the IFF challenge IFFpar, while
/freebsd-14.2/contrib/wpa/wpa_supplicant/
H A DChangeLog2328 * added support for EAP-SIM with two challenges
2329 (phase1="sim_min_num_chal=3" can be used to require three challenges)
/freebsd-14.2/contrib/tnftp/
H A DChangeLog605 - Only remember {WWW,Proxy}-Authenticate "Basic" challenges; no
/freebsd-14.2/contrib/googletest/docs/
H A Dgmock_cook_book.md2713 challenges, but nothing insurmountable. This recipe shows you how you can do it.