Loading crypto/rand/rand_lib.c +5 −2 Original line number Diff line number Diff line Loading @@ -209,10 +209,13 @@ static size_t drbg_get_entropy(DRBG_CTX *ctx, unsigned char **pout, } static void drbg_free_entropy(DRBG_CTX *ctx, unsigned char *out, size_t olen) { if (out) { OPENSSL_cleanse(out, olen); OPENSSL_free(out); } } /* Set "additional input" when generating random data. This uses the * current PID, a time value and a counter. Loading Loading
crypto/rand/rand_lib.c +5 −2 Original line number Diff line number Diff line Loading @@ -209,10 +209,13 @@ static size_t drbg_get_entropy(DRBG_CTX *ctx, unsigned char **pout, } static void drbg_free_entropy(DRBG_CTX *ctx, unsigned char *out, size_t olen) { if (out) { OPENSSL_cleanse(out, olen); OPENSSL_free(out); } } /* Set "additional input" when generating random data. This uses the * current PID, a time value and a counter. Loading