Symbol: ERR_LIB_RAND
crypto/openssl/crypto/err/err.c
60
{ ERR_PACK(ERR_LIB_RAND, 0, 0), "random number generator" },
crypto/openssl/crypto/rand/prov_seed.c
28
ERR_raise(ERR_LIB_RAND, ERR_R_RAND_LIB);
crypto/openssl/crypto/rand/prov_seed.c
84
ERR_raise(ERR_LIB_RAND, ERR_R_RAND_LIB);
crypto/openssl/crypto/rand/rand_err.c
18
{ ERR_PACK(ERR_LIB_RAND, 0, RAND_R_ADDITIONAL_INPUT_TOO_LONG),
crypto/openssl/crypto/rand/rand_err.c
20
{ ERR_PACK(ERR_LIB_RAND, 0, RAND_R_ALREADY_INSTANTIATED),
crypto/openssl/crypto/rand/rand_err.c
22
{ ERR_PACK(ERR_LIB_RAND, 0, RAND_R_ARGUMENT_OUT_OF_RANGE),
crypto/openssl/crypto/rand/rand_err.c
24
{ ERR_PACK(ERR_LIB_RAND, 0, RAND_R_CANNOT_OPEN_FILE), "Cannot open file" },
crypto/openssl/crypto/rand/rand_err.c
25
{ ERR_PACK(ERR_LIB_RAND, 0, RAND_R_DRBG_ALREADY_INITIALIZED),
crypto/openssl/crypto/rand/rand_err.c
27
{ ERR_PACK(ERR_LIB_RAND, 0, RAND_R_DRBG_NOT_INITIALISED),
crypto/openssl/crypto/rand/rand_err.c
29
{ ERR_PACK(ERR_LIB_RAND, 0, RAND_R_ENTROPY_INPUT_TOO_LONG),
crypto/openssl/crypto/rand/rand_err.c
31
{ ERR_PACK(ERR_LIB_RAND, 0, RAND_R_ENTROPY_OUT_OF_RANGE),
crypto/openssl/crypto/rand/rand_err.c
33
{ ERR_PACK(ERR_LIB_RAND, 0, RAND_R_ERROR_ENTROPY_POOL_WAS_IGNORED),
crypto/openssl/crypto/rand/rand_err.c
35
{ ERR_PACK(ERR_LIB_RAND, 0, RAND_R_ERROR_INITIALISING_DRBG),
crypto/openssl/crypto/rand/rand_err.c
37
{ ERR_PACK(ERR_LIB_RAND, 0, RAND_R_ERROR_INSTANTIATING_DRBG),
crypto/openssl/crypto/rand/rand_err.c
39
{ ERR_PACK(ERR_LIB_RAND, 0, RAND_R_ERROR_RETRIEVING_ADDITIONAL_INPUT),
crypto/openssl/crypto/rand/rand_err.c
41
{ ERR_PACK(ERR_LIB_RAND, 0, RAND_R_ERROR_RETRIEVING_ENTROPY),
crypto/openssl/crypto/rand/rand_err.c
43
{ ERR_PACK(ERR_LIB_RAND, 0, RAND_R_ERROR_RETRIEVING_NONCE),
crypto/openssl/crypto/rand/rand_err.c
45
{ ERR_PACK(ERR_LIB_RAND, 0, RAND_R_FAILED_TO_CREATE_LOCK),
crypto/openssl/crypto/rand/rand_err.c
47
{ ERR_PACK(ERR_LIB_RAND, 0, RAND_R_FUNC_NOT_IMPLEMENTED),
crypto/openssl/crypto/rand/rand_err.c
49
{ ERR_PACK(ERR_LIB_RAND, 0, RAND_R_FWRITE_ERROR), "Error writing file" },
crypto/openssl/crypto/rand/rand_err.c
50
{ ERR_PACK(ERR_LIB_RAND, 0, RAND_R_GENERATE_ERROR), "generate error" },
crypto/openssl/crypto/rand/rand_err.c
51
{ ERR_PACK(ERR_LIB_RAND, 0, RAND_R_INSUFFICIENT_DRBG_STRENGTH),
crypto/openssl/crypto/rand/rand_err.c
53
{ ERR_PACK(ERR_LIB_RAND, 0, RAND_R_INTERNAL_ERROR), "internal error" },
crypto/openssl/crypto/rand/rand_err.c
54
{ ERR_PACK(ERR_LIB_RAND, 0, RAND_R_INVALID_PROPERTY_QUERY),
crypto/openssl/crypto/rand/rand_err.c
56
{ ERR_PACK(ERR_LIB_RAND, 0, RAND_R_IN_ERROR_STATE), "in error state" },
crypto/openssl/crypto/rand/rand_err.c
57
{ ERR_PACK(ERR_LIB_RAND, 0, RAND_R_NOT_A_REGULAR_FILE),
crypto/openssl/crypto/rand/rand_err.c
59
{ ERR_PACK(ERR_LIB_RAND, 0, RAND_R_NOT_INSTANTIATED), "not instantiated" },
crypto/openssl/crypto/rand/rand_err.c
60
{ ERR_PACK(ERR_LIB_RAND, 0, RAND_R_NO_DRBG_IMPLEMENTATION_SELECTED),
crypto/openssl/crypto/rand/rand_err.c
62
{ ERR_PACK(ERR_LIB_RAND, 0, RAND_R_PARENT_LOCKING_NOT_ENABLED),
crypto/openssl/crypto/rand/rand_err.c
64
{ ERR_PACK(ERR_LIB_RAND, 0, RAND_R_PARENT_STRENGTH_TOO_WEAK),
crypto/openssl/crypto/rand/rand_err.c
66
{ ERR_PACK(ERR_LIB_RAND, 0, RAND_R_PERSONALISATION_STRING_TOO_LONG),
crypto/openssl/crypto/rand/rand_err.c
68
{ ERR_PACK(ERR_LIB_RAND, 0, RAND_R_PREDICTION_RESISTANCE_NOT_SUPPORTED),
crypto/openssl/crypto/rand/rand_err.c
70
{ ERR_PACK(ERR_LIB_RAND, 0, RAND_R_PRNG_NOT_SEEDED), "PRNG not seeded" },
crypto/openssl/crypto/rand/rand_err.c
71
{ ERR_PACK(ERR_LIB_RAND, 0, RAND_R_RANDOM_POOL_IS_EMPTY),
crypto/openssl/crypto/rand/rand_err.c
73
{ ERR_PACK(ERR_LIB_RAND, 0, RAND_R_RANDOM_POOL_OVERFLOW),
crypto/openssl/crypto/rand/rand_err.c
75
{ ERR_PACK(ERR_LIB_RAND, 0, RAND_R_RANDOM_POOL_UNDERFLOW),
crypto/openssl/crypto/rand/rand_err.c
77
{ ERR_PACK(ERR_LIB_RAND, 0, RAND_R_REQUEST_TOO_LARGE_FOR_DRBG),
crypto/openssl/crypto/rand/rand_err.c
79
{ ERR_PACK(ERR_LIB_RAND, 0, RAND_R_RESEED_ERROR), "reseed error" },
crypto/openssl/crypto/rand/rand_err.c
80
{ ERR_PACK(ERR_LIB_RAND, 0, RAND_R_SELFTEST_FAILURE), "selftest failure" },
crypto/openssl/crypto/rand/rand_err.c
81
{ ERR_PACK(ERR_LIB_RAND, 0, RAND_R_TOO_LITTLE_NONCE_REQUESTED),
crypto/openssl/crypto/rand/rand_err.c
83
{ ERR_PACK(ERR_LIB_RAND, 0, RAND_R_TOO_MUCH_NONCE_REQUESTED),
crypto/openssl/crypto/rand/rand_err.c
85
{ ERR_PACK(ERR_LIB_RAND, 0, RAND_R_UNABLE_TO_CREATE_DRBG),
crypto/openssl/crypto/rand/rand_err.c
87
{ ERR_PACK(ERR_LIB_RAND, 0, RAND_R_UNABLE_TO_FETCH_DRBG),
crypto/openssl/crypto/rand/rand_err.c
89
{ ERR_PACK(ERR_LIB_RAND, 0, RAND_R_UNABLE_TO_GET_PARENT_RESEED_PROP_COUNTER),
crypto/openssl/crypto/rand/rand_err.c
91
{ ERR_PACK(ERR_LIB_RAND, 0, RAND_R_UNABLE_TO_GET_PARENT_STRENGTH),
crypto/openssl/crypto/rand/rand_err.c
93
{ ERR_PACK(ERR_LIB_RAND, 0, RAND_R_UNABLE_TO_LOCK_PARENT),
crypto/openssl/crypto/rand/rand_err.c
95
{ ERR_PACK(ERR_LIB_RAND, 0, RAND_R_UNSUPPORTED_DRBG_FLAGS),
crypto/openssl/crypto/rand/rand_err.c
97
{ ERR_PACK(ERR_LIB_RAND, 0, RAND_R_UNSUPPORTED_DRBG_TYPE),
crypto/openssl/crypto/rand/rand_lib.c
1075
ERR_raise(ERR_LIB_RAND, RAND_R_ALREADY_INSTANTIATED);
crypto/openssl/crypto/rand/rand_lib.c
1092
ERR_raise(ERR_LIB_RAND, RAND_R_ALREADY_INSTANTIATED);
crypto/openssl/crypto/rand/rand_lib.c
405
ERR_raise(ERR_LIB_RAND, RAND_R_FUNC_NOT_IMPLEMENTED);
crypto/openssl/crypto/rand/rand_lib.c
450
ERR_raise(ERR_LIB_RAND, RAND_R_FUNC_NOT_IMPLEMENTED);
crypto/openssl/crypto/rand/rand_lib.c
489
ERR_raise(ERR_LIB_RAND, RAND_R_FUNC_NOT_IMPLEMENTED);
crypto/openssl/crypto/rand/rand_lib.c
631
ERR_raise(ERR_LIB_RAND, RAND_R_UNABLE_TO_FETCH_DRBG);
crypto/openssl/crypto/rand/rand_lib.c
637
ERR_raise(ERR_LIB_RAND, RAND_R_UNABLE_TO_CREATE_DRBG);
crypto/openssl/crypto/rand/rand_lib.c
641
ERR_raise(ERR_LIB_RAND, RAND_R_ERROR_INSTANTIATING_DRBG);
crypto/openssl/crypto/rand/rand_lib.c
686
ERR_raise(ERR_LIB_RAND, RAND_R_UNABLE_TO_FETCH_DRBG);
crypto/openssl/crypto/rand/rand_lib.c
693
ERR_raise(ERR_LIB_RAND, RAND_R_UNABLE_TO_CREATE_DRBG);
crypto/openssl/crypto/rand/rand_lib.c
723
ERR_raise(ERR_LIB_RAND, RAND_R_ERROR_INSTANTIATING_DRBG);
crypto/openssl/crypto/rand/rand_lib.c
738
ERR_raise(ERR_LIB_RAND, RAND_R_UNABLE_TO_FETCH_DRBG);
crypto/openssl/crypto/rand/rand_lib.c
744
ERR_raise(ERR_LIB_RAND, RAND_R_UNABLE_TO_CREATE_DRBG);
crypto/openssl/crypto/rand/rand_lib.c
749
ERR_raise(ERR_LIB_RAND, RAND_R_ERROR_INSTANTIATING_DRBG);
crypto/openssl/crypto/rand/rand_pool.c
205
ERR_raise(ERR_LIB_RAND, ERR_R_INTERNAL_ERROR);
crypto/openssl/crypto/rand/rand_pool.c
242
ERR_raise(ERR_LIB_RAND, RAND_R_ARGUMENT_OUT_OF_RANGE);
crypto/openssl/crypto/rand/rand_pool.c
250
ERR_raise_data(ERR_LIB_RAND, RAND_R_RANDOM_POOL_OVERFLOW,
crypto/openssl/crypto/rand/rand_pool.c
302
ERR_raise(ERR_LIB_RAND, RAND_R_ENTROPY_INPUT_TOO_LONG);
crypto/openssl/crypto/rand/rand_pool.c
307
ERR_raise(ERR_LIB_RAND, ERR_R_INTERNAL_ERROR);
crypto/openssl/crypto/rand/rand_pool.c
321
ERR_raise(ERR_LIB_RAND, ERR_R_INTERNAL_ERROR);
crypto/openssl/crypto/rand/rand_pool.c
359
ERR_raise(ERR_LIB_RAND, RAND_R_RANDOM_POOL_OVERFLOW);
crypto/openssl/crypto/rand/rand_pool.c
364
ERR_raise(ERR_LIB_RAND, ERR_R_INTERNAL_ERROR);
crypto/openssl/crypto/rand/rand_pool.c
395
ERR_raise(ERR_LIB_RAND, RAND_R_RANDOM_POOL_OVERFLOW);
crypto/openssl/crypto/rand/rand_pool.c
426
ERR_raise(ERR_LIB_RAND, ERR_R_INTERNAL_ERROR);
crypto/openssl/crypto/rand/rand_pool.c
431
ERR_raise(ERR_LIB_RAND, RAND_R_RANDOM_POOL_IS_EMPTY);
crypto/openssl/crypto/rand/randfile.c
106
ERR_raise_data(ERR_LIB_RAND, RAND_R_CANNOT_OPEN_FILE,
crypto/openssl/crypto/rand/randfile.c
113
ERR_raise_data(ERR_LIB_RAND, RAND_R_INTERNAL_ERROR,
crypto/openssl/crypto/rand/randfile.c
178
ERR_raise_data(ERR_LIB_RAND, RAND_R_RESEED_ERROR, "Filename=%s", file);
crypto/openssl/crypto/rand/randfile.c
194
ERR_raise_data(ERR_LIB_RAND, RAND_R_NOT_A_REGULAR_FILE,
crypto/openssl/crypto/rand/randfile.c
219
ERR_raise_data(ERR_LIB_RAND, RAND_R_CANNOT_OPEN_FILE,
crypto/openssl/crypto/rand/randfile.c
251
ERR_raise_data(ERR_LIB_RAND, RAND_R_CANNOT_OPEN_FILE,
crypto/openssl/include/openssl/err.h
162
#define RANDerr(f, r) ERR_raise_data(ERR_LIB_RAND, (r), NULL)
crypto/openssl/include/openssl/err.h
335
#define ERR_R_RAND_LIB (ERR_LIB_RAND /* 36 */ | ERR_RFLAG_COMMON)
crypto/openssl/providers/implementations/rands/drbg.c
508
ERR_raise(ERR_LIB_RAND, RAND_R_ENTROPY_OUT_OF_RANGE);
crypto/openssl/providers/implementations/rands/drbg.c
513
ERR_raise(ERR_LIB_RAND, RAND_R_ENTROPY_INPUT_TOO_LONG);
crypto/openssl/providers/implementations/rands/seed_src_jitter.c
116
ERR_raise_data(ERR_LIB_RAND, RAND_R_ERROR_RETRIEVING_ENTROPY,
crypto/openssl/providers/implementations/rands/seed_src_jitter.c
155
ERR_raise_data(ERR_LIB_RAND, RAND_R_ERROR_RETRIEVING_ENTROPY,
crypto/openssl/providers/implementations/rands/seeding/rand_vms.c
459
ERR_raise_data(ERR_LIB_RAND, RAND_R_RANDOM_POOL_UNDERFLOW,