Coverage Report

Created: 2024-08-16 03:22

/src/openssl/include/openssl/dherr.h
Line
Count
Source (jump to first uncovered line)
1
/*
2
 * Generated by util/mkerr.pl DO NOT EDIT
3
 * Copyright 1995-2019 The OpenSSL Project Authors. All Rights Reserved.
4
 *
5
 * Licensed under the Apache License 2.0 (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
9
 */
10
11
#ifndef OPENSSL_DHERR_H
12
# define OPENSSL_DHERR_H
13
# pragma once
14
15
# include <openssl/macros.h>
16
# ifndef OPENSSL_NO_DEPRECATED_3_0
17
#  define HEADER_DHERR_H
18
# endif
19
20
# include <openssl/opensslconf.h>
21
# include <openssl/symhacks.h>
22
23
24
# include <openssl/opensslconf.h>
25
26
# ifndef OPENSSL_NO_DH
27
28
#  ifdef  __cplusplus
29
extern "C"
30
#  endif
31
int ERR_load_DH_strings(void);
32
33
/*
34
 * DH function codes.
35
 */
36
# ifndef OPENSSL_NO_DEPRECATED_3_0
37
#   define DH_F_COMPUTE_KEY                                 0
38
#   define DH_F_DHPARAMS_PRINT_FP                           0
39
#   define DH_F_DH_BUF2KEY                                  0
40
#   define DH_F_DH_BUILTIN_GENPARAMS                        0
41
#   define DH_F_DH_CHECK_EX                                 0
42
#   define DH_F_DH_CHECK_PARAMS_EX                          0
43
#   define DH_F_DH_CHECK_PUB_KEY_EX                         0
44
#   define DH_F_DH_CMS_DECRYPT                              0
45
#   define DH_F_DH_CMS_SET_PEERKEY                          0
46
#   define DH_F_DH_CMS_SET_SHARED_INFO                      0
47
#   define DH_F_DH_KEY2BUF                                  0
48
#   define DH_F_DH_METH_DUP                                 0
49
#   define DH_F_DH_METH_NEW                                 0
50
#   define DH_F_DH_METH_SET1_NAME                           0
51
#   define DH_F_DH_NEW_BY_NID                               0
52
#   define DH_F_DH_NEW_METHOD                               0
53
#   define DH_F_DH_PARAM_DECODE                             0
54
#   define DH_F_DH_PKEY_PUBLIC_CHECK                        0
55
#   define DH_F_DH_PRIV_DECODE                              0
56
#   define DH_F_DH_PRIV_ENCODE                              0
57
#   define DH_F_DH_PUB_DECODE                               0
58
#   define DH_F_DH_PUB_ENCODE                               0
59
#   define DH_F_DO_DH_PRINT                                 0
60
#   define DH_F_GENERATE_KEY                                0
61
#   define DH_F_PKEY_DH_CTRL_STR                            0
62
#   define DH_F_PKEY_DH_DERIVE                              0
63
#   define DH_F_PKEY_DH_INIT                                0
64
#   define DH_F_PKEY_DH_KEYGEN                              0
65
# endif
66
67
/*
68
 * DH reason codes.
69
 */
70
#  define DH_R_BAD_GENERATOR                               101
71
#  define DH_R_BN_DECODE_ERROR                             109
72
0
#  define DH_R_BN_ERROR                                    106
73
#  define DH_R_CHECK_INVALID_J_VALUE                       115
74
#  define DH_R_CHECK_INVALID_Q_VALUE                       116
75
#  define DH_R_CHECK_PUBKEY_INVALID                        122
76
#  define DH_R_CHECK_PUBKEY_TOO_LARGE                      123
77
#  define DH_R_CHECK_PUBKEY_TOO_SMALL                      124
78
#  define DH_R_CHECK_P_NOT_PRIME                           117
79
#  define DH_R_CHECK_P_NOT_SAFE_PRIME                      118
80
#  define DH_R_CHECK_Q_NOT_PRIME                           119
81
#  define DH_R_DECODE_ERROR                                104
82
#  define DH_R_INVALID_PARAMETER_NAME                      110
83
#  define DH_R_INVALID_PARAMETER_NID                       114
84
0
#  define DH_R_INVALID_PUBKEY                              102
85
#  define DH_R_KDF_PARAMETER_ERROR                         112
86
#  define DH_R_KEYS_NOT_SET                                108
87
#  define DH_R_MISSING_PUBKEY                              125
88
#  define DH_R_MODULUS_TOO_LARGE                           103
89
#  define DH_R_MODULUS_TOO_SMALL                           126
90
#  define DH_R_NOT_SUITABLE_GENERATOR                      120
91
0
#  define DH_R_NO_PARAMETERS_SET                           107
92
#  define DH_R_NO_PRIVATE_VALUE                            100
93
#  define DH_R_PARAMETER_ENCODING_ERROR                    105
94
#  define DH_R_PEER_KEY_ERROR                              111
95
#  define DH_R_SHARED_INFO_ERROR                           113
96
#  define DH_R_UNABLE_TO_CHECK_GENERATOR                   121
97
98
# endif
99
#endif