HomeSort by: relevance | last modified time | path
    Searched refs:Response (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/ppp/dist/pppd/
crypto_ms.c 207 unsigned char response[24] = {}; local
210 DesEncrypt(Challenge, ZPasswordHash + 0, response + 0);
211 DesEncrypt(Challenge, ZPasswordHash + 7, response + 8);
212 DesEncrypt(Challenge, ZPasswordHash + 14, response + 16);
214 return memcmp(response, expected, sizeof(response)) == 0;
228 unsigned char Response[24] = {
236 if (DesDecrypt(Response + 0, ZPasswordHash + 0, Output)) {
240 if (DesDecrypt(Response + 8, ZPasswordHash + 7, Output)) {
244 if (DesDecrypt(Response +16, ZPasswordHash +14, Output))
    [all...]
  /src/sys/external/bsd/acpica/dist/tools/acpisrc/
asmain.c 116 int Response;
146 Response = getchar ();
148 /* Check response */
150 if (Response != 'y')
163 Response = getchar ();
165 /* Check response */
167 if (Response != 'y')
  /src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
RegisterFile.cpp 593 unsigned Response = 0;
622 Response |= (1U << I);
625 return Response;
  /src/external/bsd/nsd/dist/doc/
differences.tex 10 \title{Response Differences between\\ NSD and other DNS Servers}
94 \section{Response differences between BIND 9.3.2 and NSD 3.0.0}
96 In this section the response differences between BIND 9.3.2 and NSD 3.0.0
181 \subsubsection{n-clrdobit - NSD clears DO bit in response}
196 \subsubsection{n-clrcdbit - NSD clears CD bit in response}
562 QR (query response) bit, BIND zeroes some of the flags.
621 \section{Response differences between NSD 2.3.6 and NSD 3.0.0}
699 \section{Response differences between BIND 8 and NSD 3.0.0}
701 In this section the response differences between BIND 8.4.7 and NSD 3.0.0
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
ntsecapi.d 450 UCHAR[MSV1_0_NTLM3_RESPONSE_LENGTH] Response;
  /src/external/mpl/bind/dist/
configure 1698 --enable-dnsrps-dl DNS Response Policy Service delayed link
1700 --enable-dnsrps enable DNS Response Policy Service API
11314 # Response file support.
29202 # Response policy rewriting using DNS Response Policy Service (DNSRPS)
29258 as_fn_error $? "DNS Response Policy Service delayed link requires dlopen to be enabled" "$LINENO" 5
32321 echo " DNS Response Policy Service interface (--enable-dnsrps)"
32368 echo " DNS Response Policy Service interface (--enable-dnsrps)"

Completed in 33 milliseconds