Home | History | Annotate | Download | only in vtls

Lines Matching refs:entropy

1553   /* Quickly add a bit of entropy */
1572 unsigned char *entropy,
1577 gnutls_rnd(GNUTLS_RND_RANDOM, entropy, length);
1581 gcry_randomize(entropy, length, GCRY_STRONG_RANDOM);