]> git.ipfire.org Git - thirdparty/openssl.git/blame - engines/e_dasync_err.h
Move some macros from include/openssl/opensslconf.h.in, add OPENSSL_FUNC
[thirdparty/openssl.git] / engines / e_dasync_err.h
CommitLineData
b6cff313 1/*
52df25cf 2 * Generated by util/mkerr.pl DO NOT EDIT
cbfa5b03 3 * Copyright 1995-2019 The OpenSSL Project Authors. All Rights Reserved.
a14e9ff7 4 *
ab3fa1c0 5 * Licensed under the Apache License 2.0 (the "License"). You may not use
b6cff313
RS
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
52df25cf
RS
11#ifndef HEADER_DASYNCERR_H
12# define HEADER_DASYNCERR_H
a14e9ff7 13
cbfa5b03
RS
14# include <openssl/opensslconf.h>
15# include <openssl/symhacks.h>
16
17
18# define DASYNCerr(f, r) ERR_DASYNC_error(0, (r), OPENSSL_FILE, OPENSSL_LINE)
a14e9ff7 19
a14e9ff7 20
52df25cf
RS
21/*
22 * DASYNC function codes.
23 */
cbfa5b03
RS
24# if !OPENSSL_API_3
25# define DASYNC_F_BIND_DASYNC 0
26# define DASYNC_F_CIPHER_AES_128_CBC_CODE 0
27# define DASYNC_F_DASYNC_AES128_CBC_HMAC_SHA1_INIT_KEY 0
28# define DASYNC_F_DASYNC_AES128_INIT_KEY 0
29# define DASYNC_F_DASYNC_BN_MOD_EXP 0
30# define DASYNC_F_DASYNC_CIPHER_INIT_KEY_HELPER 0
31# define DASYNC_F_DASYNC_MOD_EXP 0
32# define DASYNC_F_DASYNC_PRIVATE_DECRYPT 0
33# define DASYNC_F_DASYNC_PRIVATE_ENCRYPT 0
34# define DASYNC_F_DASYNC_PUBLIC_DECRYPT 0
35# define DASYNC_F_DASYNC_PUBLIC_ENCRYPT 0
36# endif
a14e9ff7 37
52df25cf
RS
38/*
39 * DASYNC reason codes.
40 */
41# define DASYNC_R_INIT_FAILED 100
a14e9ff7 42
a14e9ff7 43#endif