ARM64 assembly pack: make it Windows-friendly.
[openssl.git] / include / openssl / kdferr.h
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 HEADER_KDFERR_H
12 # define HEADER_KDFERR_H
13
14 # ifdef  __cplusplus
15 extern "C"
16 # endif
17 int ERR_load_KDF_strings(void);
18
19 /*
20  * KDF function codes.
21  */
22 # define KDF_F_HKDF_EXTRACT                               112
23 # define KDF_F_KDF_HKDF_DERIVE                            113
24 # define KDF_F_KDF_HKDF_NEW                               114
25 # define KDF_F_KDF_HKDF_SIZE                              115
26 # define KDF_F_KDF_MD2CTRL                                116
27 # define KDF_F_KDF_PBKDF2_CTRL_STR                        117
28 # define KDF_F_KDF_PBKDF2_DERIVE                          118
29 # define KDF_F_KDF_PBKDF2_NEW                             119
30 # define KDF_F_KDF_SCRYPT_CTRL_STR                        120
31 # define KDF_F_KDF_SCRYPT_CTRL_UINT32                     121
32 # define KDF_F_KDF_SCRYPT_CTRL_UINT64                     122
33 # define KDF_F_KDF_SCRYPT_DERIVE                          123
34 # define KDF_F_KDF_SCRYPT_NEW                             124
35 # define KDF_F_KDF_TLS1_PRF_CTRL_STR                      125
36 # define KDF_F_KDF_TLS1_PRF_DERIVE                        126
37 # define KDF_F_KDF_TLS1_PRF_NEW                           127
38 # define KDF_F_PBKDF2_SET_MEMBUF                          128
39 # define KDF_F_PKEY_HKDF_CTRL_STR                         103
40 # define KDF_F_PKEY_HKDF_DERIVE                           102
41 # define KDF_F_PKEY_HKDF_INIT                             108
42 # define KDF_F_PKEY_SCRYPT_CTRL_STR                       104
43 # define KDF_F_PKEY_SCRYPT_CTRL_UINT64                    105
44 # define KDF_F_PKEY_SCRYPT_DERIVE                         109
45 # define KDF_F_PKEY_SCRYPT_INIT                           106
46 # define KDF_F_PKEY_SCRYPT_SET_MEMBUF                     107
47 # define KDF_F_PKEY_TLS1_PRF_CTRL_STR                     100
48 # define KDF_F_PKEY_TLS1_PRF_DERIVE                       101
49 # define KDF_F_PKEY_TLS1_PRF_INIT                         110
50 # define KDF_F_SCRYPT_SET_MEMBUF                          129
51 # define KDF_F_TLS1_PRF_ALG                               111
52
53 /*
54  * KDF reason codes.
55  */
56 # define KDF_R_INVALID_DIGEST                             100
57 # define KDF_R_MISSING_ITERATION_COUNT                    109
58 # define KDF_R_MISSING_KEY                                104
59 # define KDF_R_MISSING_MESSAGE_DIGEST                     105
60 # define KDF_R_MISSING_PARAMETER                          101
61 # define KDF_R_MISSING_PASS                               110
62 # define KDF_R_MISSING_SALT                               111
63 # define KDF_R_MISSING_SECRET                             107
64 # define KDF_R_MISSING_SEED                               106
65 # define KDF_R_UNKNOWN_PARAMETER_TYPE                     103
66 # define KDF_R_VALUE_ERROR                                108
67 # define KDF_R_VALUE_MISSING                              102
68 # define KDF_R_WRONG_OUTPUT_BUFFER_SIZE                   112
69
70 #endif