xref: /netbsd-src/crypto/external/bsd/openssl.old/dist/engines/e_dasync_err.h (revision 4724848cf0da353df257f730694b7882798e5daf)
1*4724848cSchristos /*
2*4724848cSchristos  * Generated by util/mkerr.pl DO NOT EDIT
3*4724848cSchristos  * Copyright 1995-2017 The OpenSSL Project Authors. All Rights Reserved.
4*4724848cSchristos  *
5*4724848cSchristos  * Licensed under the OpenSSL license (the "License").  You may not use
6*4724848cSchristos  * this file except in compliance with the License.  You can obtain a copy
7*4724848cSchristos  * in the file LICENSE in the source distribution or at
8*4724848cSchristos  * https://www.openssl.org/source/license.html
9*4724848cSchristos  */
10*4724848cSchristos 
11*4724848cSchristos #ifndef OSSL_ENGINES_E_DASYNC_ERR_H
12*4724848cSchristos # define OSSL_ENGINES_E_DASYNC_ERR_H
13*4724848cSchristos 
14*4724848cSchristos # define DASYNCerr(f, r) ERR_DASYNC_error((f), (r), OPENSSL_FILE, OPENSSL_LINE)
15*4724848cSchristos 
16*4724848cSchristos 
17*4724848cSchristos /*
18*4724848cSchristos  * DASYNC function codes.
19*4724848cSchristos  */
20*4724848cSchristos # define DASYNC_F_BIND_DASYNC                             107
21*4724848cSchristos # define DASYNC_F_CIPHER_AES_128_CBC_CODE                 100
22*4724848cSchristos # define DASYNC_F_DASYNC_AES128_CBC_HMAC_SHA1_INIT_KEY    109
23*4724848cSchristos # define DASYNC_F_DASYNC_AES128_INIT_KEY                  108
24*4724848cSchristos # define DASYNC_F_DASYNC_BN_MOD_EXP                       101
25*4724848cSchristos # define DASYNC_F_DASYNC_CIPHER_INIT_KEY_HELPER           110
26*4724848cSchristos # define DASYNC_F_DASYNC_MOD_EXP                          102
27*4724848cSchristos # define DASYNC_F_DASYNC_PRIVATE_DECRYPT                  103
28*4724848cSchristos # define DASYNC_F_DASYNC_PRIVATE_ENCRYPT                  104
29*4724848cSchristos # define DASYNC_F_DASYNC_PUBLIC_DECRYPT                   105
30*4724848cSchristos # define DASYNC_F_DASYNC_PUBLIC_ENCRYPT                   106
31*4724848cSchristos 
32*4724848cSchristos /*
33*4724848cSchristos  * DASYNC reason codes.
34*4724848cSchristos  */
35*4724848cSchristos # define DASYNC_R_INIT_FAILED                             100
36*4724848cSchristos 
37*4724848cSchristos #endif
38