Lines Matching refs:handleNum
466 UINT32 handleNum, // IN: number of handle in ComputeCpHash() argument
489 for(i = 0; i < handleNum; i++) in ComputeCpHash()
504 for(i = 0; i < handleNum; i++) in ComputeCpHash()
1204 UINT32 handleNum, // IN: number of element in handle array in CheckCommandAudit() argument
1226 ComputeCpHash(gp.auditHashAlg, commandCode, handleNum, in CheckCommandAudit()
1248 UINT32 handleNum, // IN: number of element in handle array in ParseSessionBuffer() argument
1278 pAssert(handleNum <= MAX_SESSION_NUM); in ParseSessionBuffer()
1280 for(i = 0; i < handleNum; i++) in ParseSessionBuffer()
1325 ComputeCpHash(session->authHashAlg, commandCode, handleNum, in ParseSessionBuffer()
1359 result = CheckCommandAudit(commandCode, handleNum, handles, in ParseSessionBuffer()
1416 UINT32 handleNum, // IN: number of handles in command in CheckAuthNoSession() argument
1425 for(i = 0; i < handleNum; i++) in CheckAuthNoSession()
1432 result = CheckCommandAudit(commandCode, handleNum, handles, in CheckAuthNoSession()