Searched refs:ntq (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/crypto/heimdal/kdc/
H A Ddigest-service.c57 NTLMRequest2 ntq; local
80 ret = decode_NTLMRequest2(req->data, req->length, &ntq, NULL);
85 if (strcmp(ntq.loginDomainName, "BUILTIN") == 0) {
86 domain = ntq.loginDomainName;
87 } else if (strcmp(ntq.loginDomainName, "") == 0) {
95 ntq.loginUserName, domain);
97 if (ntq.lmchallenge.length != 8)
100 if (ntq.ntChallengeResponce.length == 0)
107 ntq.loginUserName, NULL);
130 if (ntq
[all...]

Completed in 96 milliseconds