set_by 167 source4/auth/auth.h const char *set_by; set_by 195 source4/auth/auth.h NTSTATUS (*set_challenge)(struct auth_context *auth_ctx, const uint8_t chal[8], const char *set_by); set_by 281 source4/auth/auth.h NTSTATUS auth_context_set_challenge(struct auth_context *auth_ctx, const uint8_t chal[8], const char *set_by); set_by 31 source4/auth/ntlm/auth.c _PUBLIC_ NTSTATUS auth_context_set_challenge(struct auth_context *auth_ctx, const uint8_t chal[8], const char *set_by) set_by 33 source4/auth/ntlm/auth.c auth_ctx->challenge.set_by = talloc_strdup(auth_ctx, set_by); set_by 34 source4/auth/ntlm/auth.c NT_STATUS_HAVE_NO_MEMORY(auth_ctx->challenge.set_by); set_by 61 source4/auth/ntlm/auth.c auth_ctx->challenge.set_by)); set_by 83 source4/auth/ntlm/auth.c auth_ctx->challenge.set_by = method->ops->name; set_by 88 source4/auth/ntlm/auth.c if (!auth_ctx->challenge.set_by) { set_by 94 source4/auth/ntlm/auth.c auth_ctx->challenge.set_by = "random"; set_by 100 source4/auth/ntlm/auth.c auth_ctx->challenge.set_by)); set_by 289 source4/auth/ntlm/auth.c (unsigned)auth_ctx->challenge.data.length, auth_ctx->challenge.set_by, nt_errstr(nt_status))); set_by 293 source4/auth/ntlm/auth.c if (auth_ctx->challenge.set_by) { set_by 295 source4/auth/ntlm/auth.c auth_ctx->challenge.set_by)); set_by 411 source4/auth/ntlm/auth.c ctx->challenge.set_by = NULL;