summaryrefslogtreecommitdiff
path: root/crypto/evp/evp_rand.c
Commit message (Expand)AuthorAgeFilesLines
* evp_rand: fix bug in gettable_ctx/settable_ctx callsPauli2020-09-231-2/+2
* rand: reference count the EVP_RAND contexts.Pauli2020-09-231-5/+33
* rand_drbg: remove RAND_DRBG.Pauli2020-08-071-37/+26
* gettables: core changes to pass the provider context.Pauli2020-08-071-5/+11
* rand: avoid caching RNG parameters.Pauli2020-07-051-24/+14
* Refactor the EVP_RAND code to make locking issues less likelyPauli2020-07-051-67/+149
* rand: fix recursive locking issue.Pauli2020-07-051-18/+11
* Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre2020-06-241-18/+18
* CTR, HASH and HMAC DRBGs in providerPauli2020-06-241-0/+559