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

/freebsd-9.3-release/crypto/openssl/fips/rand/
H A Dfips_rand.h61 int FIPS_rand_set_key(const unsigned char *key, FIPS_RAND_SIZE_T keylen);
H A Dfips_rngvs.c82 FIPS_rand_set_key(key, keylen);
150 FIPS_rand_set_key(key, keylen);
H A Dfips_rand.c322 int FIPS_rand_set_key(const unsigned char *key, FIPS_RAND_SIZE_T keylen) function
H A Dfips_randtest.c217 FIPS_rand_set_key(key, keylen);
H A Dfips_rand_selftest.c337 if (!FIPS_rand_set_key(key, keylen))
/freebsd-9.3-release/crypto/openssl/fips/
H A Dfips.c313 FIPS_rand_set_key(buf, 32);

Completed in 103 milliseconds