Searched refs:RANDerr (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/crypto/openssl/fips/rand/
H A Dfips_rand.c176 RANDerr(RAND_F_FIPS_SET_PRNG_SEED,
192 RANDerr(RAND_F_FIPS_SET_TEST_MODE, RAND_R_PRNG_KEYED);
207 RANDerr(RAND_F_FIPS_RAND_SET_DT, RAND_R_NOT_IN_TEST_MODE);
271 RANDerr(RAND_F_FIPS_RAND, RAND_R_PRNG_ERROR);
275 RANDerr(RAND_F_FIPS_RAND, RAND_R_NO_KEY_SET);
279 RANDerr(RAND_F_FIPS_RAND, RAND_R_PRNG_NOT_SEEDED);
297 RANDerr(RAND_F_FIPS_RAND, RAND_R_PRNG_STUCK);
/freebsd-9.3-release/crypto/openssl/crypto/rand/
H A Drand_eng.c110 RANDerr(RAND_F_ENG_RAND_GET_RAND_METHOD, RAND_R_NON_FIPS_METHOD);
H A Drand_lib.c95 RANDerr(RAND_F_FIPS_RAND_GET_RAND_METHOD, RAND_R_NON_FIPS_METHOD);
H A Dmd_rand.c510 RANDerr(RAND_F_SSLEAY_RAND_BYTES, RAND_R_PRNG_NOT_SEEDED);
/freebsd-9.3-release/crypto/openssl/crypto/err/
H A Derr.h167 # define RANDerr(f,r) ERR_PUT_error(ERR_LIB_RAND,(f),(r),__FILE__,__LINE__) macro

Completed in 379 milliseconds