#include "beecrypt.h"
#include "sha1.h"
Go to the source code of this file.
Data Structures | |
| struct | fips186Param |
Defines | |
| #define | FIPS186_STATE_SIZE 16 |
Functions | |
| int | fips186Setup (fips186Param *fp) |
| int | fips186Seed (fips186Param *fp, const uint32 *data, int size) |
| int | fips186Next (fips186Param *fp, uint32 *data, int size) |
| int | fips186Cleanup (fips186Param *fp) |
Variables | |
| const randomGenerator | fips186prng |
Definition in file fips186.h.
|
|
Definition at line 50 of file fips186.h. Referenced by fips186Next, fips186Seed, and fips186Setup. |
|
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
Definition at line 85 of file fips186.c. References BEECRYPTAPI, and uint32. |
|
|
|
|
|
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002