Searched refs:authDataLen (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/libICE/dist/src/ |
| H A D | iceauth.c | 132 int authDataLen, 207 int authDataLen, 246 if (authDataLen == length && 247 memcmp (authData, data, authDataLen) == 0) 127 _IcePoMagicCookie1Proc(IceConn iceConn,IcePointer * authStatePtr,Bool cleanUp,Bool swap,int authDataLen,IcePointer authData,int * replyDataLenRet,IcePointer * replyDataRet,char ** errorStringRet) argument 203 _IcePaMagicCookie1Proc(IceConn iceConn,IcePointer * authStatePtr,Bool swap,int authDataLen,IcePointer authData,int * replyDataLenRet,IcePointer * replyDataRet,char ** errorStringRet) argument
|
| H A D | process.c | 438 int authDataLen, 448 pMsg->authDataLength = authDataLen; 450 if (authDataLen) { 451 pMsg->length += WORD64COUNT (authDataLen); 453 IceWriteData (iceConn, authDataLen, (char *) authData); 455 if (PAD64 (authDataLen)) 456 IceWritePad (iceConn, PAD64 (authDataLen)); 467 int authDataLen, 476 pMsg->authDataLength = authDataLen; 477 pMsg->length += WORD64COUNT (authDataLen); 435 AuthRequired(IceConn iceConn,int authIndex,int authDataLen,IcePointer authData) argument 465 AuthReply(IceConn iceConn,int authDataLen,IcePointer authData) argument 490 AuthNextPhase(IceConn iceConn,int authDataLen,IcePointer authData) argument 1073 int authDataLen; local in function:ProcessConnectionSetup 1149 int authDataLen; local in function:ProcessAuthRequired 1344 int authDataLen = 0; local in function:ProcessAuthReply 1633 int authDataLen; local in function:ProcessAuthNextPhase 2113 int authDataLen; local in function:ProcessProtocolSetup [all...] |
Completed in 5 milliseconds