Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dresponse_items.c33 char **challenges; member
65 zapfreestr(ri->challenges[i]); in k5_response_items_reset()
66 free(ri->challenges); in k5_response_items_reset()
67 ri->challenges = NULL; in k5_response_items_reset()
125 tmp = realloc(ri->challenges, size); in push_question()
128 ri->challenges = tmp; in push_question()
129 ri->challenges[ri->count] = NULL; in push_question()
130 ri->challenges[ri->count + 1] = NULL; in push_question()
144 ri->challenges[ri->count] = strdup(challenge); in push_question()
145 if (ri->challenges[ri->count] == NULL) { in push_question()
[all …]
/freebsd/lib/libfetch/
H A Dhttp.c670 http_auth_challenge_t *challenges[MAX_CHALLENGES]; member
680 cs->challenges[i] = NULL; in init_http_auth_challenges()
690 if (cs->challenges[i] != NULL) { in clean_http_auth_challenges()
691 clean_http_auth_challenge(cs->challenges[i]); in clean_http_auth_challenges()
692 free(cs->challenges[i]); in clean_http_auth_challenges()
775 cs->challenges[cs->count] = in http_parse_authenticate()
777 if (cs->challenges[cs->count] == NULL) { in http_parse_authenticate()
781 init_http_auth_challenge(cs->challenges[cs->count]); in http_parse_authenticate()
783 cs->challenges[cs->count]->scheme = HTTPAS_BASIC; in http_parse_authenticate()
785 cs->challenges[cs->count]->scheme = HTTPAS_DIGEST; in http_parse_authenticate()
[all …]
/freebsd/contrib/pam-krb5/
H A DTODO49 This poses some challenges due to the two-step ticket cache mechanism
/freebsd/contrib/ntp/util/
H A Dntp-keygen.texi219 challenges have a par subtype, as in the IFF challenge IFFpar, while
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-concurrency.md151 Supporting both CCM and WCM creates significant architectural challenges. Under
/freebsd/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/contrib/tnftp/
H A DChangeLog605 - Only remember {WWW,Proxy}-Authenticate "Basic" challenges; no
/freebsd/crypto/libecc/
H A DREADME.md1074 For a thorough discussion about cryptography and constant time challenges,
/freebsd/contrib/googletest/docs/
H A Dgmock_cook_book.md2719 challenges, but nothing insurmountable. This recipe shows you how you can do it.