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

/macosx-10.10/Security-57031.1.35/ntlm/
H A DNtlmGenerator.c472 CFMutableDataRef clientBuf = CFDataCreateMutable(NULL, 0); local
473 if(clientBuf == NULL) {
489 CFDataAppendBytes(clientBuf, (UInt8 *)NTLM_SIGNATURE, NTLM_SIGNATURE_LEN);
492 appendUint32(clientBuf, NTLM_MSG_MARKER_TYPE3);
515 appendSecBuf(clientBuf, NTLM_LM_RESPONSE_LEN, &lmRespOffset);
516 appendSecBuf(clientBuf, ntlmResponseLen, &ntlmRespOffset);
595 appendSecBuf(clientBuf, NTLM_LM_RESPONSE_LEN, &lmRespOffset);
596 appendSecBuf(clientBuf, NTLM_LM_RESPONSE_LEN, &ntlmRespOffset);
613 appendSecBuf(clientBuf, domainNameFlatLen, &domainNameOffset);
622 appendSecBuf(clientBuf, userNameFlatLe
[all...]
/macosx-10.10/IOAudioFamily-200.6/
H A DIOAudioEngineUserClient.cpp1733 IOAudioClientBuffer64 *clientBuf = NULL, *previousBuf = NULL; local
1740 clientBuf = bufferSet->outputBufferList;
1743 while (clientBuf && (clientBuf->mUnmappedSourceBuffer64 != *sourceBuffer))
1745 audioDebugIOLog(3, " checking against 0x%llx \n", clientBuf->mUnmappedSourceBuffer64);
1746 previousBuf = clientBuf;
1747 clientBuf = clientBuf->mNextBuffer64;
1752 audioDebugIOLog(3, " clientBuf for output not found \n");
1756 if (!clientBuf
2000 IOAudioClientBuffer64 *clientBuf; local
2179 IOAudioClientBuffer64 *clientBuf; local
[all...]
H A DIOAudioStream.cpp387 IOAudioClientBuffer *clientBuf; local
392 clientBuf = userClientList;
393 while (clientBuf) {
394 assert(clientBuf->userClient);
396 userClientsToLock->setObject(clientBuf->userClient);
397 clientBuf = clientBuf->nextClient;
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/sslEAP/
H A DsslEAP.cpp54 unsigned char clientBuf[DEFAULT_CHUNK]; local
164 clientArgs.xferBuf = clientBuf;
232 if(memcmp(clientBuf, serverBuf, DEFAULT_CHUNK)) {
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/sslThroughput/
H A DsslThroughput.cpp58 unsigned char clientBuf[DEFAULT_CHUNK]; local
231 clientArgs.xferBuf = clientBuf;

Completed in 298 milliseconds