HomeSort by: relevance | last modified time | path
    Searched defs:have_entropy (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
rand-fortuna.c 440 static int have_entropy; variable
547 if (!have_entropy)
548 have_entropy = fortuna_reseed();
549 return (init_done && have_entropy);
562 have_entropy = 1;
597 have_entropy = 0;
rand-fortuna.c 440 static int have_entropy; variable
547 if (!have_entropy)
548 have_entropy = fortuna_reseed();
549 return (init_done && have_entropy);
562 have_entropy = 1;
597 have_entropy = 0;

Completed in 29 milliseconds