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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dmdc.h34 memcpy_s(m_key, m_key.size(), userKey, this->KEYLENGTH);
H A Dsecblock.h74 memcpy_s(newPointer, sizeof(T)*newSize, p, sizeof(T)*STDMIN(oldSize, newSize));
285 : m_size(t.m_size) {m_ptr = m_alloc.allocate(m_size, NULL); memcpy_s(m_ptr, m_size*sizeof(T), t.m_ptr, m_size*sizeof(T));}
349 memcpy_s(m_ptr, m_size*sizeof(T), t, len*sizeof(T));
356 memcpy_s(m_ptr, m_size*sizeof(T), t.m_ptr, m_size*sizeof(T));
370 memcpy_s(m_ptr+oldSize, m_size*sizeof(T), t.m_ptr, t.m_size*sizeof(T));
378 memcpy_s(result.m_ptr, result.m_size*sizeof(T), m_ptr, m_size*sizeof(T));
379 memcpy_s(result.m_ptr+m_size, t.m_size*sizeof(T), t.m_ptr, t.m_size*sizeof(T));
H A Dmodes.cpp54 memcpy_s(m_register+updateSize, m_register.size()-updateSize, m_temp, m_feedbackSize);
59 memcpy_s(m_register, m_register.size(), iv, BlockSize());
H A Dlubyrack.h90 memcpy_s(outBlock, 2*this->S, this->buffer, 2*this->S);
H A Dmisc.h154 inline void memcpy_s(void *dest, size_t sizeInBytes, const void *src, size_t count) function
157 throw InvalidArgument("memcpy_s: buffer overflow");
427 memcpy_s(output, s, input, i+1);
794 memcpy_s(out, byteCount, in, byteCount);
802 memcpy_s(out, outlen*U, in, inlen);
1070 memcpy_s(&value, sizeof(value), str.data(), UnsignedMin(str.size(), sizeof(value)));
H A Dmodes.h118 memcpy_s(dest, s, src, s);
168 void Resynchronize(const byte *iv, int length=-1) {memcpy_s(m_register, m_register.size(), iv, ThrowIfInvalidIVLength(length));}

Completed in 134 milliseconds