|
BeeCrypt 4.2.1
|
FIPS-186 pseudo-random number generator, headers. More...

Go to the source code of this file.
Data Structures | |
| struct | fips186Param |
Macros | |
| #define | FIPS186_STATE_SIZE 8 |
Functions | |
| int | fips186Setup (fips186Param *) |
| int | fips186Seed (fips186Param *, const byte *, size_t) |
| int | fips186Next (fips186Param *, byte *, size_t) |
| int | fips186Cleanup (fips186Param *) |
Variables | |
| const randomGenerator | fips186prng |
FIPS-186 pseudo-random number generator, headers.
| #define FIPS186_STATE_SIZE 8 |
| int fips186Cleanup | ( | fips186Param * | ) |
| int fips186Next | ( | fips186Param * | , |
| byte * | , | ||
| size_t | ) |
References BEECRYPTAPI.
| int fips186Seed | ( | fips186Param * | , |
| const byte * | , | ||
| size_t | ) |
References BEECRYPTAPI.
| int fips186Setup | ( | fips186Param * | ) |
References BEECRYPTAPI.
|
extern |