Searched refs:xorMemory (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 54933 static void xorMemory(EntropyGatherer *p, unsigned char *x, int sz){ function 54963 xorMemory(&e, (unsigned char*)&x, sizeof(SYSTEMTIME)); 54967 xorMemory(&e, (unsigned char*)&pid, sizeof(DWORD)); 54971 xorMemory(&e, (unsigned char*)&cnt, sizeof(DWORD)); 54976 xorMemory(&e, (unsigned char*)&i, sizeof(LARGE_INTEGER)); 54983 xorMemory(&e, (unsigned char*)&id, sizeof(UUID)); 54986 xorMemory(&e, (unsigned char*)&id, sizeof(UUID));
|