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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DEncryptedDatagramSocket.cpp357 uint8_t byRand = (uint8_t)rand(); // they actually don't really need to be random, but it doesn't hurt either local
358 sendbuffer.RC4Crypt((uint8_t*)&byRand, cryptedBuffer + CRYPT_HEADER_WITHOUTPADDING + j, 1);
476 uint8_t byRand = (uint8_t)rand(); // they actually don't really need to be random, but it doesn't hurt either local
477 sendbuffer.RC4Crypt((uint8_t*)&byRand, pachCryptedBuffer + CRYPT_HEADER_WITHOUTPADDING + j, 1);

Completed in 62 milliseconds