HomeSort by relevance Sort by last modified time
    Searched full:hentry (Results 1 - 1 of 1) sorted by null

  /external/openssl/crypto/rand/
rand_win.c 462 HEAPENTRY32 hentry; local
519 ZeroMemory(&hentry, sizeof(HEAPENTRY32));
520 hentry.dwSize = sizeof(HEAPENTRY32);
521 if (heap_first(&hentry,
527 RAND_add(&hentry,
528 hentry.dwSize, 5);
529 while (heap_next(&hentry)
550 hentry.dwSize = sizeof(HEAPENTRY32);
551 if (heap_first(&hentry,
557 RAND_add(&hentry,
    [all...]

Completed in 23 milliseconds