Searched refs:challenges (Results 1 – 9 of 9) sorted by relevance
33 char **challenges; member65 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 …]
670 http_auth_challenge_t *challenges[MAX_CHALLENGES]; member680 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 …]
49 This poses some challenges due to the two-step ticket cache mechanism
219 challenges have a par subtype, as in the IFF challenge IFFpar, while
151 Supporting both CCM and WCM creates significant architectural challenges. Under
2328 * added support for EAP-SIM with two challenges2329 (phase1="sim_min_num_chal=3" can be used to require three challenges)
605 - Only remember {WWW,Proxy}-Authenticate "Basic" challenges; no
1074 For a thorough discussion about cryptography and constant time challenges,
2719 challenges, but nothing insurmountable. This recipe shows you how you can do it.