Home
last modified time | relevance | path

Searched refs:ERR_LIB_RAND (Results 1 - 25 of 78) sorted by relevance

1234

/third_party/node/deps/openssl/openssl/crypto/rand/
H A Drand_err.c18 {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_ADDITIONAL_INPUT_TOO_LONG),
20 {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_ALREADY_INSTANTIATED),
22 {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_ARGUMENT_OUT_OF_RANGE),
24 {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_CANNOT_OPEN_FILE), "Cannot open file"},
25 {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_DRBG_ALREADY_INITIALIZED),
27 {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_DRBG_NOT_INITIALISED),
29 {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_ENTROPY_INPUT_TOO_LONG),
31 {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_ENTROPY_OUT_OF_RANGE),
33 {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_ERROR_ENTROPY_POOL_WAS_IGNORED),
35 {ERR_PACK(ERR_LIB_RAND,
[all...]
H A Drand_pool.c29 ERR_raise(ERR_LIB_RAND, ERR_R_MALLOC_FAILURE); in ossl_rand_pool_new()
46 ERR_raise(ERR_LIB_RAND, ERR_R_MALLOC_FAILURE); in ossl_rand_pool_new()
71 ERR_raise(ERR_LIB_RAND, ERR_R_MALLOC_FAILURE); in ossl_rand_pool_attach()
213 ERR_raise(ERR_LIB_RAND, ERR_R_INTERNAL_ERROR); in rand_pool_grow()
226 ERR_raise(ERR_LIB_RAND, ERR_R_MALLOC_FAILURE); in rand_pool_grow()
252 ERR_raise(ERR_LIB_RAND, RAND_R_ARGUMENT_OUT_OF_RANGE); in ossl_rand_pool_bytes_needed()
260 ERR_raise(ERR_LIB_RAND, RAND_R_RANDOM_POOL_OVERFLOW); in ossl_rand_pool_bytes_needed()
309 ERR_raise(ERR_LIB_RAND, RAND_R_ENTROPY_INPUT_TOO_LONG); in ossl_rand_pool_add()
314 ERR_raise(ERR_LIB_RAND, ERR_R_INTERNAL_ERROR); in ossl_rand_pool_add()
328 ERR_raise(ERR_LIB_RAND, ERR_R_INTERNAL_ERRO in ossl_rand_pool_add()
[all...]
H A Drandfile.c106 ERR_raise_data(ERR_LIB_RAND, RAND_R_CANNOT_OPEN_FILE, in RAND_load_file()
113 ERR_raise_data(ERR_LIB_RAND, RAND_R_INTERNAL_ERROR, in RAND_load_file()
174 ERR_raise_data(ERR_LIB_RAND, RAND_R_RESEED_ERROR, "Filename=%s", file); in RAND_load_file()
190 ERR_raise_data(ERR_LIB_RAND, RAND_R_NOT_A_REGULAR_FILE, in RAND_write_file()
240 ERR_raise_data(ERR_LIB_RAND, RAND_R_CANNOT_OPEN_FILE, in RAND_write_file()
H A Drand_lib.c291 ERR_raise(ERR_LIB_RAND, RAND_R_FUNC_NOT_IMPLEMENTED); in RAND_pseudo_bytes()
335 ERR_raise(ERR_LIB_RAND, RAND_R_FUNC_NOT_IMPLEMENTED); in RAND_priv_bytes_ex()
364 ERR_raise(ERR_LIB_RAND, RAND_R_FUNC_NOT_IMPLEMENTED); in RAND_bytes_ex()
544 ERR_raise(ERR_LIB_RAND, RAND_R_UNABLE_TO_FETCH_DRBG); in rand_new_seed()
550 ERR_raise(ERR_LIB_RAND, RAND_R_UNABLE_TO_CREATE_DRBG); in rand_new_seed()
554 ERR_raise(ERR_LIB_RAND, RAND_R_ERROR_INSTANTIATING_DRBG); in rand_new_seed()
577 ERR_raise(ERR_LIB_RAND, RAND_R_UNABLE_TO_FETCH_DRBG); in rand_new_drbg()
583 ERR_raise(ERR_LIB_RAND, RAND_R_UNABLE_TO_CREATE_DRBG); in rand_new_drbg()
607 ERR_raise(ERR_LIB_RAND, RAND_R_ERROR_INSTANTIATING_DRBG); in rand_new_drbg()
H A Dprov_seed.c25 ERR_raise(ERR_LIB_RAND, ERR_R_MALLOC_FAILURE); in ossl_rand_get_entropy()
56 ERR_raise(ERR_LIB_RAND, ERR_R_MALLOC_FAILURE); in ossl_rand_get_nonce()
/third_party/openssl/crypto/rand/
H A Drand_err.c18 {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_ADDITIONAL_INPUT_TOO_LONG),
20 {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_ALREADY_INSTANTIATED),
22 {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_ARGUMENT_OUT_OF_RANGE),
24 {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_CANNOT_OPEN_FILE), "Cannot open file"},
25 {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_DRBG_ALREADY_INITIALIZED),
27 {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_DRBG_NOT_INITIALISED),
29 {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_ENTROPY_INPUT_TOO_LONG),
31 {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_ENTROPY_OUT_OF_RANGE),
33 {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_ERROR_ENTROPY_POOL_WAS_IGNORED),
35 {ERR_PACK(ERR_LIB_RAND,
[all...]
H A Drand_pool.c29 ERR_raise(ERR_LIB_RAND, ERR_R_MALLOC_FAILURE); in ossl_rand_pool_new()
46 ERR_raise(ERR_LIB_RAND, ERR_R_MALLOC_FAILURE); in ossl_rand_pool_new()
71 ERR_raise(ERR_LIB_RAND, ERR_R_MALLOC_FAILURE); in ossl_rand_pool_attach()
213 ERR_raise(ERR_LIB_RAND, ERR_R_INTERNAL_ERROR); in rand_pool_grow()
226 ERR_raise(ERR_LIB_RAND, ERR_R_MALLOC_FAILURE); in rand_pool_grow()
252 ERR_raise(ERR_LIB_RAND, RAND_R_ARGUMENT_OUT_OF_RANGE); in ossl_rand_pool_bytes_needed()
260 ERR_raise(ERR_LIB_RAND, RAND_R_RANDOM_POOL_OVERFLOW); in ossl_rand_pool_bytes_needed()
309 ERR_raise(ERR_LIB_RAND, RAND_R_ENTROPY_INPUT_TOO_LONG); in ossl_rand_pool_add()
314 ERR_raise(ERR_LIB_RAND, ERR_R_INTERNAL_ERROR); in ossl_rand_pool_add()
328 ERR_raise(ERR_LIB_RAND, ERR_R_INTERNAL_ERRO in ossl_rand_pool_add()
[all...]
H A Drandfile.c107 ERR_raise_data(ERR_LIB_RAND, RAND_R_CANNOT_OPEN_FILE, in RAND_load_file()
114 ERR_raise_data(ERR_LIB_RAND, RAND_R_INTERNAL_ERROR, in RAND_load_file()
175 ERR_raise_data(ERR_LIB_RAND, RAND_R_RESEED_ERROR, "Filename=%s", file); in RAND_load_file()
191 ERR_raise_data(ERR_LIB_RAND, RAND_R_NOT_A_REGULAR_FILE, in RAND_write_file()
217 ERR_raise_data(ERR_LIB_RAND, RAND_R_CANNOT_OPEN_FILE, in RAND_write_file()
249 ERR_raise_data(ERR_LIB_RAND, RAND_R_CANNOT_OPEN_FILE, in RAND_write_file()
H A Drand_lib.c291 ERR_raise(ERR_LIB_RAND, RAND_R_FUNC_NOT_IMPLEMENTED); in RAND_pseudo_bytes()
335 ERR_raise(ERR_LIB_RAND, RAND_R_FUNC_NOT_IMPLEMENTED); in RAND_priv_bytes_ex()
364 ERR_raise(ERR_LIB_RAND, RAND_R_FUNC_NOT_IMPLEMENTED); in RAND_bytes_ex()
544 ERR_raise(ERR_LIB_RAND, RAND_R_UNABLE_TO_FETCH_DRBG); in rand_new_seed()
550 ERR_raise(ERR_LIB_RAND, RAND_R_UNABLE_TO_CREATE_DRBG); in rand_new_seed()
554 ERR_raise(ERR_LIB_RAND, RAND_R_ERROR_INSTANTIATING_DRBG); in rand_new_seed()
577 ERR_raise(ERR_LIB_RAND, RAND_R_UNABLE_TO_FETCH_DRBG); in rand_new_drbg()
583 ERR_raise(ERR_LIB_RAND, RAND_R_UNABLE_TO_CREATE_DRBG); in rand_new_drbg()
607 ERR_raise(ERR_LIB_RAND, RAND_R_ERROR_INSTANTIATING_DRBG); in rand_new_drbg()
H A Dprov_seed.c25 ERR_raise(ERR_LIB_RAND, ERR_R_MALLOC_FAILURE); in ossl_rand_get_entropy()
56 ERR_raise(ERR_LIB_RAND, ERR_R_MALLOC_FAILURE); in ossl_rand_get_nonce()
/third_party/python/Modules/
H A D_ssl_data_111.h96 #ifdef ERR_LIB_RAND
97 {"RAND", ERR_LIB_RAND},
3564 {"ADDITIONAL_INPUT_TOO_LONG", ERR_LIB_RAND, RAND_R_ADDITIONAL_INPUT_TOO_LONG},
3569 {"ALREADY_INSTANTIATED", ERR_LIB_RAND, RAND_R_ALREADY_INSTANTIATED},
3574 {"ARGUMENT_OUT_OF_RANGE", ERR_LIB_RAND, RAND_R_ARGUMENT_OUT_OF_RANGE},
3579 {"CANNOT_OPEN_FILE", ERR_LIB_RAND, RAND_R_CANNOT_OPEN_FILE},
3584 {"DRBG_ALREADY_INITIALIZED", ERR_LIB_RAND, RAND_R_DRBG_ALREADY_INITIALIZED},
3589 {"DRBG_NOT_INITIALISED", ERR_LIB_RAND, RAND_R_DRBG_NOT_INITIALISED},
3594 {"ENTROPY_INPUT_TOO_LONG", ERR_LIB_RAND, RAND_R_ENTROPY_INPUT_TOO_LONG},
3599 {"ENTROPY_OUT_OF_RANGE", ERR_LIB_RAND, RAND_R_ENTROPY_OUT_OF_RANG
[all...]
H A D_ssl_data.h62 #ifdef ERR_LIB_RAND
63 {"RAND", ERR_LIB_RAND},
3288 {"ADDITIONAL_INPUT_TOO_LONG", ERR_LIB_RAND, RAND_R_ADDITIONAL_INPUT_TOO_LONG},
3293 {"ALREADY_INSTANTIATED", ERR_LIB_RAND, RAND_R_ALREADY_INSTANTIATED},
3298 {"ARGUMENT_OUT_OF_RANGE", ERR_LIB_RAND, RAND_R_ARGUMENT_OUT_OF_RANGE},
3303 {"CANNOT_OPEN_FILE", ERR_LIB_RAND, RAND_R_CANNOT_OPEN_FILE},
3308 {"DRBG_ALREADY_INITIALIZED", ERR_LIB_RAND, RAND_R_DRBG_ALREADY_INITIALIZED},
3313 {"DRBG_NOT_INITIALISED", ERR_LIB_RAND, RAND_R_DRBG_NOT_INITIALISED},
3318 {"ENTROPY_INPUT_TOO_LONG", ERR_LIB_RAND, RAND_R_ENTROPY_INPUT_TOO_LONG},
3323 {"ENTROPY_OUT_OF_RANGE", ERR_LIB_RAND, RAND_R_ENTROPY_OUT_OF_RANG
[all...]
H A D_ssl_data_300.h126 #ifdef ERR_LIB_RAND
127 {"RAND", ERR_LIB_RAND},
5469 {"ADDITIONAL_INPUT_TOO_LONG", ERR_LIB_RAND, RAND_R_ADDITIONAL_INPUT_TOO_LONG},
5474 {"ALREADY_INSTANTIATED", ERR_LIB_RAND, RAND_R_ALREADY_INSTANTIATED},
5479 {"ARGUMENT_OUT_OF_RANGE", ERR_LIB_RAND, RAND_R_ARGUMENT_OUT_OF_RANGE},
5484 {"CANNOT_OPEN_FILE", ERR_LIB_RAND, RAND_R_CANNOT_OPEN_FILE},
5489 {"DERIVATION_FUNCTION_MANDATORY_FOR_FIPS", ERR_LIB_RAND, RAND_R_DERIVATION_FUNCTION_MANDATORY_FOR_FIPS},
5494 {"DRBG_ALREADY_INITIALIZED", ERR_LIB_RAND, RAND_R_DRBG_ALREADY_INITIALIZED},
5499 {"DRBG_NOT_INITIALISED", ERR_LIB_RAND, RAND_R_DRBG_NOT_INITIALISED},
5504 {"ENTROPY_INPUT_TOO_LONG", ERR_LIB_RAND, RAND_R_ENTROPY_INPUT_TOO_LON
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/
H A Derr.h97 # define ERR_LIB_RAND 36 macro
160 # define RANDerr(f, r) ERR_raise_data(ERR_LIB_RAND, (r), NULL)
334 # define ERR_R_RAND_LIB (ERR_LIB_RAND/* 36 */ | ERR_RFLAG_COMMON)
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/
H A Derr.h97 # define ERR_LIB_RAND 36 macro
160 # define RANDerr(f, r) ERR_raise_data(ERR_LIB_RAND, (r), NULL)
334 # define ERR_R_RAND_LIB (ERR_LIB_RAND/* 36 */ | ERR_RFLAG_COMMON)
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Derr.h97 # define ERR_LIB_RAND 36 macro
160 # define RANDerr(f, r) ERR_raise_data(ERR_LIB_RAND, (r), NULL)
334 # define ERR_R_RAND_LIB (ERR_LIB_RAND/* 36 */ | ERR_RFLAG_COMMON)
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Derr.h97 # define ERR_LIB_RAND 36 macro
160 # define RANDerr(f, r) ERR_raise_data(ERR_LIB_RAND, (r), NULL)
334 # define ERR_R_RAND_LIB (ERR_LIB_RAND/* 36 */ | ERR_RFLAG_COMMON)
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Derr.h97 # define ERR_LIB_RAND 36 macro
160 # define RANDerr(f, r) ERR_raise_data(ERR_LIB_RAND, (r), NULL)
334 # define ERR_R_RAND_LIB (ERR_LIB_RAND/* 36 */ | ERR_RFLAG_COMMON)
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
H A Derr.h97 # define ERR_LIB_RAND 36 macro
160 # define RANDerr(f, r) ERR_raise_data(ERR_LIB_RAND, (r), NULL)
334 # define ERR_R_RAND_LIB (ERR_LIB_RAND/* 36 */ | ERR_RFLAG_COMMON)
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Derr.h97 # define ERR_LIB_RAND 36 macro
160 # define RANDerr(f, r) ERR_raise_data(ERR_LIB_RAND, (r), NULL)
334 # define ERR_R_RAND_LIB (ERR_LIB_RAND/* 36 */ | ERR_RFLAG_COMMON)
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Derr.h97 # define ERR_LIB_RAND 36 macro
160 # define RANDerr(f, r) ERR_raise_data(ERR_LIB_RAND, (r), NULL)
334 # define ERR_R_RAND_LIB (ERR_LIB_RAND/* 36 */ | ERR_RFLAG_COMMON)
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
H A Derr.h97 # define ERR_LIB_RAND 36 macro
160 # define RANDerr(f, r) ERR_raise_data(ERR_LIB_RAND, (r), NULL)
334 # define ERR_R_RAND_LIB (ERR_LIB_RAND/* 36 */ | ERR_RFLAG_COMMON)
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/
H A Derr.h97 # define ERR_LIB_RAND 36 macro
160 # define RANDerr(f, r) ERR_raise_data(ERR_LIB_RAND, (r), NULL)
334 # define ERR_R_RAND_LIB (ERR_LIB_RAND/* 36 */ | ERR_RFLAG_COMMON)
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Derr.h97 # define ERR_LIB_RAND 36 macro
160 # define RANDerr(f, r) ERR_raise_data(ERR_LIB_RAND, (r), NULL)
334 # define ERR_R_RAND_LIB (ERR_LIB_RAND/* 36 */ | ERR_RFLAG_COMMON)
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Derr.h97 # define ERR_LIB_RAND 36 macro
160 # define RANDerr(f, r) ERR_raise_data(ERR_LIB_RAND, (r), NULL)
334 # define ERR_R_RAND_LIB (ERR_LIB_RAND/* 36 */ | ERR_RFLAG_COMMON)

Completed in 27 milliseconds

1234