Searched refs:FIPS_rand_seed (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/crypto/openssl/fips/rand/
H A Dfips_rand.h62 int FIPS_rand_seed(const void *buf, FIPS_RAND_SIZE_T num);
H A Dfips_rngvs.c83 FIPS_rand_seed(v, 16);
151 FIPS_rand_seed(v, 16);
H A Dfips_rand.c331 int FIPS_rand_seed(const void *seed, FIPS_RAND_SIZE_T seedlen) function
367 FIPS_rand_seed(seed, seedlen);
373 FIPS_rand_seed(seed, seedlen);
H A Dfips_randtest.c218 FIPS_rand_seed(tv->V, 16);
H A Dfips_rand_selftest.c340 FIPS_rand_seed(tv[i].V, 16);
/freebsd-9.3-release/crypto/openssl/fips/
H A Dfips.c314 FIPS_rand_seed(buf + 32, 16);

Completed in 93 milliseconds