Macros
evp_errors.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define EVP_R_BUFFER_TOO_SMALL   100
 
#define EVP_R_COMMAND_NOT_SUPPORTED   101
 
#define EVP_R_DECODE_ERROR   102
 
#define EVP_R_DIFFERENT_KEY_TYPES   103
 
#define EVP_R_DIFFERENT_PARAMETERS   104
 
#define EVP_R_EMPTY_PSK   136
 
#define EVP_R_ENCODE_ERROR   105
 
#define EVP_R_EXPECTING_A_DSA_KEY   108
 
#define EVP_R_EXPECTING_AN_EC_KEY_KEY   106
 
#define EVP_R_EXPECTING_AN_RSA_KEY   107
 
#define EVP_R_ILLEGAL_OR_UNSUPPORTED_PADDING_MODE   109
 
#define EVP_R_INVALID_BUFFER_SIZE   137
 
#define EVP_R_INVALID_DIGEST_LENGTH   110
 
#define EVP_R_INVALID_DIGEST_TYPE   111
 
#define EVP_R_INVALID_KEYBITS   112
 
#define EVP_R_INVALID_MGF1_MD   113
 
#define EVP_R_INVALID_OPERATION   114
 
#define EVP_R_INVALID_PADDING_MODE   115
 
#define EVP_R_INVALID_PARAMETERS   133
 
#define EVP_R_INVALID_PEER_KEY   134
 
#define EVP_R_INVALID_PSS_SALTLEN   116
 
#define EVP_R_INVALID_SIGNATURE   131
 
#define EVP_R_KEYS_NOT_SET   117
 
#define EVP_R_MEMORY_LIMIT_EXCEEDED   132
 
#define EVP_R_MISSING_PARAMETERS   118
 
#define EVP_R_NO_DEFAULT_DIGEST   119
 
#define EVP_R_NO_KEY_SET   120
 
#define EVP_R_NO_MDC2_SUPPORT   121
 
#define EVP_R_NO_NID_FOR_CURVE   122
 
#define EVP_R_NO_OPERATION_SET   123
 
#define EVP_R_NO_PARAMETERS_SET   124
 
#define EVP_R_NOT_A_PRIVATE_KEY   130
 
#define EVP_R_NOT_XOF_OR_INVALID_LENGTH   135
 
#define EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE   125
 
#define EVP_R_OPERATON_NOT_INITIALIZED   126
 
#define EVP_R_UNKNOWN_PUBLIC_KEY_TYPE   127
 
#define EVP_R_UNSUPPORTED_ALGORITHM   128
 
#define EVP_R_UNSUPPORTED_PUBLIC_KEY_TYPE   129
 

Macro Definition Documentation

◆ EVP_R_BUFFER_TOO_SMALL

#define EVP_R_BUFFER_TOO_SMALL   100

Definition at line 60 of file evp_errors.h.

◆ EVP_R_COMMAND_NOT_SUPPORTED

#define EVP_R_COMMAND_NOT_SUPPORTED   101

Definition at line 61 of file evp_errors.h.

◆ EVP_R_DECODE_ERROR

#define EVP_R_DECODE_ERROR   102

Definition at line 62 of file evp_errors.h.

◆ EVP_R_DIFFERENT_KEY_TYPES

#define EVP_R_DIFFERENT_KEY_TYPES   103

Definition at line 63 of file evp_errors.h.

◆ EVP_R_DIFFERENT_PARAMETERS

#define EVP_R_DIFFERENT_PARAMETERS   104

Definition at line 64 of file evp_errors.h.

◆ EVP_R_EMPTY_PSK

#define EVP_R_EMPTY_PSK   136

Definition at line 96 of file evp_errors.h.

◆ EVP_R_ENCODE_ERROR

#define EVP_R_ENCODE_ERROR   105

Definition at line 65 of file evp_errors.h.

◆ EVP_R_EXPECTING_A_DSA_KEY

#define EVP_R_EXPECTING_A_DSA_KEY   108

Definition at line 68 of file evp_errors.h.

◆ EVP_R_EXPECTING_AN_EC_KEY_KEY

#define EVP_R_EXPECTING_AN_EC_KEY_KEY   106

Definition at line 66 of file evp_errors.h.

◆ EVP_R_EXPECTING_AN_RSA_KEY

#define EVP_R_EXPECTING_AN_RSA_KEY   107

Definition at line 67 of file evp_errors.h.

◆ EVP_R_ILLEGAL_OR_UNSUPPORTED_PADDING_MODE

#define EVP_R_ILLEGAL_OR_UNSUPPORTED_PADDING_MODE   109

Definition at line 69 of file evp_errors.h.

◆ EVP_R_INVALID_BUFFER_SIZE

#define EVP_R_INVALID_BUFFER_SIZE   137

Definition at line 97 of file evp_errors.h.

◆ EVP_R_INVALID_DIGEST_LENGTH

#define EVP_R_INVALID_DIGEST_LENGTH   110

Definition at line 70 of file evp_errors.h.

◆ EVP_R_INVALID_DIGEST_TYPE

#define EVP_R_INVALID_DIGEST_TYPE   111

Definition at line 71 of file evp_errors.h.

◆ EVP_R_INVALID_KEYBITS

#define EVP_R_INVALID_KEYBITS   112

Definition at line 72 of file evp_errors.h.

◆ EVP_R_INVALID_MGF1_MD

#define EVP_R_INVALID_MGF1_MD   113

Definition at line 73 of file evp_errors.h.

◆ EVP_R_INVALID_OPERATION

#define EVP_R_INVALID_OPERATION   114

Definition at line 74 of file evp_errors.h.

◆ EVP_R_INVALID_PADDING_MODE

#define EVP_R_INVALID_PADDING_MODE   115

Definition at line 75 of file evp_errors.h.

◆ EVP_R_INVALID_PARAMETERS

#define EVP_R_INVALID_PARAMETERS   133

Definition at line 93 of file evp_errors.h.

◆ EVP_R_INVALID_PEER_KEY

#define EVP_R_INVALID_PEER_KEY   134

Definition at line 94 of file evp_errors.h.

◆ EVP_R_INVALID_PSS_SALTLEN

#define EVP_R_INVALID_PSS_SALTLEN   116

Definition at line 76 of file evp_errors.h.

◆ EVP_R_INVALID_SIGNATURE

#define EVP_R_INVALID_SIGNATURE   131

Definition at line 91 of file evp_errors.h.

◆ EVP_R_KEYS_NOT_SET

#define EVP_R_KEYS_NOT_SET   117

Definition at line 77 of file evp_errors.h.

◆ EVP_R_MEMORY_LIMIT_EXCEEDED

#define EVP_R_MEMORY_LIMIT_EXCEEDED   132

Definition at line 92 of file evp_errors.h.

◆ EVP_R_MISSING_PARAMETERS

#define EVP_R_MISSING_PARAMETERS   118

Definition at line 78 of file evp_errors.h.

◆ EVP_R_NO_DEFAULT_DIGEST

#define EVP_R_NO_DEFAULT_DIGEST   119

Definition at line 79 of file evp_errors.h.

◆ EVP_R_NO_KEY_SET

#define EVP_R_NO_KEY_SET   120

Definition at line 80 of file evp_errors.h.

◆ EVP_R_NO_MDC2_SUPPORT

#define EVP_R_NO_MDC2_SUPPORT   121

Definition at line 81 of file evp_errors.h.

◆ EVP_R_NO_NID_FOR_CURVE

#define EVP_R_NO_NID_FOR_CURVE   122

Definition at line 82 of file evp_errors.h.

◆ EVP_R_NO_OPERATION_SET

#define EVP_R_NO_OPERATION_SET   123

Definition at line 83 of file evp_errors.h.

◆ EVP_R_NO_PARAMETERS_SET

#define EVP_R_NO_PARAMETERS_SET   124

Definition at line 84 of file evp_errors.h.

◆ EVP_R_NOT_A_PRIVATE_KEY

#define EVP_R_NOT_A_PRIVATE_KEY   130

Definition at line 90 of file evp_errors.h.

◆ EVP_R_NOT_XOF_OR_INVALID_LENGTH

#define EVP_R_NOT_XOF_OR_INVALID_LENGTH   135

Definition at line 95 of file evp_errors.h.

◆ EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE

#define EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE   125

Definition at line 85 of file evp_errors.h.

◆ EVP_R_OPERATON_NOT_INITIALIZED

#define EVP_R_OPERATON_NOT_INITIALIZED   126

Definition at line 86 of file evp_errors.h.

◆ EVP_R_UNKNOWN_PUBLIC_KEY_TYPE

#define EVP_R_UNKNOWN_PUBLIC_KEY_TYPE   127

Definition at line 87 of file evp_errors.h.

◆ EVP_R_UNSUPPORTED_ALGORITHM

#define EVP_R_UNSUPPORTED_ALGORITHM   128

Definition at line 88 of file evp_errors.h.

◆ EVP_R_UNSUPPORTED_PUBLIC_KEY_TYPE

#define EVP_R_UNSUPPORTED_PUBLIC_KEY_TYPE   129

Definition at line 89 of file evp_errors.h.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:12