summaryrefslogtreecommitdiff
path: root/random/random-drbg.c
Commit message (Expand)AuthorAgeFilesLines
* random: Remove unused SHA384 DRBGs.Jakub Jelen2023-03-071-11/+2
* random: Not use secure memory for DRBG instance.NIIBE Yutaka2022-04-211-4/+4
* random:drbg: Fix the behavior for child process.NIIBE Yutaka2022-03-311-0/+3
* random: Rename rndlinux module to rndoldlinux.NIIBE Yutaka2022-01-111-5/+5
* random: Release memory in DRBG.NIIBE Yutaka2021-12-061-2/+4
* random: Extend semantics of _gcry_random_close_fds.NIIBE Yutaka2021-11-241-0/+5
* random: Fix rndgetentropy correctly uses rndjent.NIIBE Yutaka2021-11-181-1/+2
* random: Include getentropy random module.NIIBE Yutaka2021-11-151-3/+8
* random: Fix include of config.h.NIIBE Yutaka2020-01-231-2/+2
* random-drbg: do not use calloc for zero ctrJussi Kivilinna2019-03-241-9/+4
* Spelling fixes in docs and comments.NIIBE Yutaka2017-04-281-1/+1
* random-drbg: use bufhelp function for big-endian storeJussi Kivilinna2016-12-101-26/+5
* random: Eliminate unneeded memcpy invocations in the DRBG.Stephan Mueller2016-12-081-80/+34
* random: Add performance improvements for the DRBG.Stephan Mueller2016-12-081-108/+227
* doc: Remove comment that is not applicable any more.Stephan Mueller2016-12-081-2/+0
* Fix building random-drbg for Win32/64Jussi Kivilinna2016-02-201-17/+15
* random: Allow DRBG_REINIT before initialization.Werner Koch2016-02-191-8/+13
* Add new private header gcrypt-testapi.h.Werner Koch2016-02-191-11/+12
* random: Make the DRBG C-90 clean and use a flag string.Werner Koch2016-02-191-260/+310
* random: Symbol name cleanup for random-drbg.c.Werner Koch2016-02-191-551/+565
* random: Use our symbol name pattern also for drbg functions.Werner Koch2016-02-191-23/+23
* random: Rename drbg.c to random-drbg.c.Werner Koch2016-02-191-0/+2555