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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dlubyrack.h70 xorbuf(BR, IR, this->S);
75 xorbuf(BL, IL, this->S);
80 xorbuf(BR, this->digest, this->S);
85 xorbuf(BL, this->digest, this->S);
88 xorbuf(outBlock, xorBlock, this->buffer, 2*this->S);
102 xorbuf(BL, IL, this->S);
107 xorbuf(BR, IR, this->S);
112 xorbuf(BL, this->digest, this->S);
117 xorbuf(BR, this->digest, this->S);
120 xorbuf(outBloc
[all...]
H A Drng.cpp72 xorbuf(dtbuf, (byte *)&tstamp1, UnsignedMin(sizeof(tstamp1), S));
75 xorbuf(dtbuf, (byte *)&tstamp2, UnsignedMin(sizeof(tstamp2), S));
96 xorbuf(dtbuf, (byte *)&c, UnsignedMin(sizeof(c), S));
98 xorbuf(dtbuf+S-UnsignedMin(sizeof(t), S), (byte *)&t, UnsignedMin(sizeof(t), S));
103 xorbuf(randseed, dtbuf, S);
117 xorbuf(randseed, dtbuf, S);
H A Deax.cpp42 xorbuf(m_buffer+blockSize, m_buffer, blockSize);
56 xorbuf(tag, m_buffer, m_buffer+blockSize, macSize);
H A Dcmac.cpp69 xorbuf(m_reg+m_counter, input, len);
92 xorbuf(m_reg+m_counter, input, length);
H A Dstrciphr.cpp72 xorbuf(outString, inString, KeystreamBufferEnd()-m_leftOver, len);
108 xorbuf(outString, inString, KeystreamBufferBegin(), bufferByteSize);
120 xorbuf(outString, inString, KeystreamBufferEnd()-bufferByteSize, length);
235 xorbuf(reg, message, length);
H A Dccm.cpp110 xorbuf(cbcBuffer, m_buffer, m_bufferedDataLength);
126 xorbuf(cbcBuffer, m_buffer, m_bufferedDataLength);
H A Dmisc.cpp13 void xorbuf(byte *buf, const byte *mask, size_t count) function
43 void xorbuf(byte *output, const byte *input, const byte *mask, size_t count) function
H A Dmdc.h45 xorbuf(outBlock, xorBlock, m_buffer, this->BLOCKSIZE);
H A Dmodes.cpp180 xorbuf(m_register, inString, BlockSize());
188 xorbuf(m_register, inString, length);
227 xorbuf(m_temp, pn, length);
237 xorbuf(outString, m_temp, m_register, BlockSize());
H A Ddsa.cpp81 xorbuf(U, temp, SHA::DIGESTSIZE);
H A Dpssr.cpp76 xorbuf(xorStart + 1, recoverableMessage, recoverableMessageLength);
77 xorbuf(xorStart + 1 + recoverableMessageLength, salt, salt.size());
H A Ddes.cpp444 xorbuf(outBlock, inBlock, m_x1, BLOCKSIZE);
446 xorbuf(outBlock, m_x3, BLOCKSIZE);
H A Dpwdbased.h121 xorbuf(derived, buffer, segmentLen);
H A Dgfpcrypt.h447 xorbuf(ciphertext, plaintext, cipherKey, plaintextLength);
489 xorbuf(plaintext, ciphertext, cipherKey, plaintextLength);
H A Dfipsalgt.cpp263 xorbuf(z, x, y, x.size());
282 xorbuf(key+i, x+keySize-8-i, 8);
287 xorbuf(key, x, keySize);
H A Dmisc.h298 CRYPTOPP_DLL void CRYPTOPP_API xorbuf(byte *buf, const byte *mask, size_t count);
299 CRYPTOPP_DLL void CRYPTOPP_API xorbuf(byte *output, const byte *input, const byte *mask, size_t count);
H A Dcryptlib.cpp156 xorbuf(outBlocks, xorBlocks, inBlocks, blockSize);
H A Dfilters.cpp536 xorbuf(m_buf+m_total, begin, STDMIN(length, SaturatingSubtract(m_size, m_total)));

Completed in 210 milliseconds