get_chal 97 source3/auth/auth.c if (auth_method->get_chal == NULL) {
get_chal 114 source3/auth/auth.c challenge = auth_method->get_chal(auth_context, &auth_method->private_data, mem_ctx);
get_chal 160 source3/auth/auth_builtin.c (*auth_method)->get_chal = auth_get_fixed_challenge;
get_chal 462 source3/auth/auth_server.c (*auth_method)->get_chal = auth_get_challenge_server;
get_chal 119 source3/include/auth.h DATA_BLOB (*get_chal)(const struct auth_context *auth_context,