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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dpssr.cpp74 byte *xorStart = representative + representativeByteLength - u - digestSize - salt.size() - recoverableMessageLength - 1; local
75 xorStart[0] ^= 1;
76 xorbuf(xorStart + 1, recoverableMessage, recoverableMessageLength);
77 xorbuf(xorStart + 1 + recoverableMessageLength, salt, salt.size());

Completed in 104 milliseconds