Searched refs:xorMemory (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | os_win.c | 5856 static void xorMemory(EntropyGatherer *p, unsigned char *x, int sz){ function 5886 xorMemory(&e, (unsigned char*)&x, sizeof(SYSTEMTIME)); 5890 xorMemory(&e, (unsigned char*)&pid, sizeof(DWORD)); 5895 xorMemory(&e, (unsigned char*)&cnt, sizeof(ULONGLONG)); 5900 xorMemory(&e, (unsigned char*)&cnt, sizeof(DWORD)); 5906 xorMemory(&e, (unsigned char*)&i, sizeof(LARGE_INTEGER)); 5913 xorMemory(&e, (unsigned char*)&id, sizeof(UUID)); 5916 xorMemory(&e, (unsigned char*)&id, sizeof(UUID));
|