Re: How to link user application with FIPS-2

2011-09-13 Thread Jiri Hladky
Hi Steve, thanks for the quick reply! Are you sure you really want to try calling FIPS_*() functions directly? Well, probably not. Let me describe what I want. I'm trying to model (and understand the operation) of the upcoming RdRand instruction: http://en.wikipedia.org/wiki/RdRand In one part

Re: How to link user application with FIPS-2

2011-09-12 Thread Steve Marquess
On 09/12/2011 05:27 AM, Jiri Hladky wrote: > Hello, > > I would like to use CTR DRBG random number generator. It's part of > the FIPS-2. > > I have downloaded the CVS tree and found fips_rand.h which defines > functions I would like to use: > > FIPS_drbg_init > FIPS_drbg_instantiate > FIPS_drbg_gen

How to link user application with FIPS-2

2011-09-12 Thread Jiri Hladky
Hello, I would like to use CTR DRBG random number generator. It's part of the FIPS-2. I have downloaded the CVS tree and found fips_rand.h which defines functions I would like to use: FIPS_drbg_init FIPS_drbg_instantiate FIPS_drbg_generate FIPS_drbg_reseed However, I'm not able to link these fu