]> git.ipfire.org Git - thirdparty/openssl.git/blame - crypto/rand/rand_err.c
Return error when trying to use prediction resistance
[thirdparty/openssl.git] / crypto / rand / rand_err.c
CommitLineData
b6cff313 1/*
0cd0a820 2 * Generated by util/mkerr.pl DO NOT EDIT
48e5119a 3 * Copyright 1995-2018 The OpenSSL Project Authors. All Rights Reserved.
eb952088 4 *
b6cff313
RS
5 * Licensed under the OpenSSL license (the "License"). You may not use
6 * this file except in compliance with the License. You can obtain a copy
7 * in the file LICENSE in the source distribution or at
8 * https://www.openssl.org/source/license.html
eb952088
UM
9 */
10
eb952088 11#include <openssl/err.h>
52df25cf 12#include <openssl/randerr.h>
eb952088 13
cf1b7d96 14#ifndef OPENSSL_NO_ERR
29dc3508 15
52df25cf 16static const ERR_STRING_DATA RAND_str_functs[] = {
12fb8c3d
RS
17 {ERR_PACK(ERR_LIB_RAND, RAND_F_DRBG_BYTES, 0), "drbg_bytes"},
18 {ERR_PACK(ERR_LIB_RAND, RAND_F_DRBG_GET_ENTROPY, 0), "drbg_get_entropy"},
c16de9d8 19 {ERR_PACK(ERR_LIB_RAND, RAND_F_DRBG_SETUP, 0), "drbg_setup"},
12fb8c3d 20 {ERR_PACK(ERR_LIB_RAND, RAND_F_GET_ENTROPY, 0), "get_entropy"},
52df25cf 21 {ERR_PACK(ERR_LIB_RAND, RAND_F_RAND_BYTES, 0), "RAND_bytes"},
3ce1c27b 22 {ERR_PACK(ERR_LIB_RAND, RAND_F_RAND_DRBG_ENABLE_LOCKING, 0),
812b1537 23 "rand_drbg_enable_locking"},
12fb8c3d
RS
24 {ERR_PACK(ERR_LIB_RAND, RAND_F_RAND_DRBG_GENERATE, 0),
25 "RAND_DRBG_generate"},
35503b7c
KR
26 {ERR_PACK(ERR_LIB_RAND, RAND_F_RAND_DRBG_GET_ENTROPY, 0),
27 "rand_drbg_get_entropy"},
12fb8c3d
RS
28 {ERR_PACK(ERR_LIB_RAND, RAND_F_RAND_DRBG_INSTANTIATE, 0),
29 "RAND_DRBG_instantiate"},
30 {ERR_PACK(ERR_LIB_RAND, RAND_F_RAND_DRBG_NEW, 0), "RAND_DRBG_new"},
31 {ERR_PACK(ERR_LIB_RAND, RAND_F_RAND_DRBG_RESEED, 0), "RAND_DRBG_reseed"},
c16de9d8 32 {ERR_PACK(ERR_LIB_RAND, RAND_F_RAND_DRBG_RESTART, 0), "rand_drbg_restart"},
12fb8c3d 33 {ERR_PACK(ERR_LIB_RAND, RAND_F_RAND_DRBG_SET, 0), "RAND_DRBG_set"},
31393fd9
DMSP
34 {ERR_PACK(ERR_LIB_RAND, RAND_F_RAND_DRBG_SET_DEFAULTS, 0),
35 "RAND_DRBG_set_defaults"},
8212d505
DMSP
36 {ERR_PACK(ERR_LIB_RAND, RAND_F_RAND_DRBG_UNINSTANTIATE, 0),
37 "RAND_DRBG_uninstantiate"},
9ee344f5 38 {ERR_PACK(ERR_LIB_RAND, RAND_F_RAND_LOAD_FILE, 0), "RAND_load_file"},
6decf943 39 {ERR_PACK(ERR_LIB_RAND, RAND_F_RAND_POOL_ADD, 0), "rand_pool_add"},
c16de9d8 40 {ERR_PACK(ERR_LIB_RAND, RAND_F_RAND_POOL_ADD_BEGIN, 0),
6decf943
DMSP
41 "rand_pool_add_begin"},
42 {ERR_PACK(ERR_LIB_RAND, RAND_F_RAND_POOL_ADD_END, 0), "rand_pool_add_end"},
c16de9d8 43 {ERR_PACK(ERR_LIB_RAND, RAND_F_RAND_POOL_BYTES_NEEDED, 0),
6decf943
DMSP
44 "rand_pool_bytes_needed"},
45 {ERR_PACK(ERR_LIB_RAND, RAND_F_RAND_POOL_NEW, 0), "rand_pool_new"},
9ee344f5 46 {ERR_PACK(ERR_LIB_RAND, RAND_F_RAND_WRITE_FILE, 0), "RAND_write_file"},
0f113f3e
MC
47 {0, NULL}
48};
eb952088 49
52df25cf 50static const ERR_STRING_DATA RAND_str_reasons[] = {
12fb8c3d
RS
51 {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_ADDITIONAL_INPUT_TOO_LONG),
52 "additional input too long"},
53 {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_ALREADY_INSTANTIATED),
54 "already instantiated"},
c16de9d8
DMSP
55 {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_ARGUMENT_OUT_OF_RANGE),
56 "argument out of range"},
9ee344f5 57 {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_CANNOT_OPEN_FILE), "Cannot open file"},
3ce1c27b
DMSP
58 {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_DRBG_ALREADY_INITIALIZED),
59 "drbg already initialized"},
12fb8c3d
RS
60 {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_DRBG_NOT_INITIALISED),
61 "drbg not initialised"},
c16de9d8
DMSP
62 {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_ENTROPY_INPUT_TOO_LONG),
63 "entropy input too long"},
64 {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_ENTROPY_OUT_OF_RANGE),
65 "entropy out of range"},
66 {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_ERROR_ENTROPY_POOL_WAS_IGNORED),
67 "error entropy pool was ignored"},
12fb8c3d
RS
68 {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_ERROR_INITIALISING_DRBG),
69 "error initialising drbg"},
70 {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_ERROR_INSTANTIATING_DRBG),
71 "error instantiating drbg"},
72 {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_ERROR_RETRIEVING_ADDITIONAL_INPUT),
73 "error retrieving additional input"},
74 {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_ERROR_RETRIEVING_ENTROPY),
75 "error retrieving entropy"},
76 {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_ERROR_RETRIEVING_NONCE),
77 "error retrieving nonce"},
c16de9d8
DMSP
78 {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_FAILED_TO_CREATE_LOCK),
79 "failed to create lock"},
0ea155fc
RS
80 {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_FUNC_NOT_IMPLEMENTED),
81 "Function not implemented"},
9ee344f5 82 {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_FWRITE_ERROR), "Error writing file"},
12fb8c3d
RS
83 {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_GENERATE_ERROR), "generate error"},
84 {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_INTERNAL_ERROR), "internal error"},
85 {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_IN_ERROR_STATE), "in error state"},
9ee344f5
RS
86 {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_NOT_A_REGULAR_FILE),
87 "Not a regular file"},
12fb8c3d 88 {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_NOT_INSTANTIATED), "not instantiated"},
8212d505
DMSP
89 {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_NO_DRBG_IMPLEMENTATION_SELECTED),
90 "no drbg implementation selected"},
3ce1c27b
DMSP
91 {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_PARENT_LOCKING_NOT_ENABLED),
92 "parent locking not enabled"},
35503b7c
KR
93 {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_PARENT_STRENGTH_TOO_WEAK),
94 "parent strength too weak"},
12fb8c3d
RS
95 {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_PERSONALISATION_STRING_TOO_LONG),
96 "personalisation string too long"},
311276ff
KR
97 {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_PREDICTION_RESISTANCE_NOT_SUPPORTED),
98 "prediction resistance not supported"},
52df25cf 99 {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_PRNG_NOT_SEEDED), "PRNG not seeded"},
c16de9d8
DMSP
100 {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_RANDOM_POOL_OVERFLOW),
101 "random pool overflow"},
12fb8c3d
RS
102 {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_REQUEST_TOO_LARGE_FOR_DRBG),
103 "request too large for drbg"},
104 {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_RESEED_ERROR), "reseed error"},
105 {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_SELFTEST_FAILURE), "selftest failure"},
31393fd9
DMSP
106 {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_UNSUPPORTED_DRBG_FLAGS),
107 "unsupported drbg flags"},
12fb8c3d
RS
108 {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_UNSUPPORTED_DRBG_TYPE),
109 "unsupported drbg type"},
0f113f3e
MC
110 {0, NULL}
111};
eb952088
UM
112
113#endif
114
69588edb 115int ERR_load_RAND_strings(void)
0f113f3e 116{
47a9d527 117#ifndef OPENSSL_NO_ERR
0f113f3e 118 if (ERR_func_error_string(RAND_str_functs[0].error) == NULL) {
52df25cf
RS
119 ERR_load_strings_const(RAND_str_functs);
120 ERR_load_strings_const(RAND_str_reasons);
0f113f3e 121 }
47a9d527 122#endif
69588edb 123 return 1;
0f113f3e 124}