]> git.ipfire.org Git - thirdparty/openssl.git/blame - engines/e_dasync_err.h
Create provider errors and use them
[thirdparty/openssl.git] / engines / e_dasync_err.h
CommitLineData
b6cff313 1/*
52df25cf
RS
2 * Generated by util/mkerr.pl DO NOT EDIT
3 * Copyright 1995-2017 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
52df25cf 14# define DASYNCerr(f, r) ERR_DASYNC_error((f), (r), OPENSSL_FILE, OPENSSL_LINE)
a14e9ff7 15
a14e9ff7 16
52df25cf
RS
17/*
18 * DASYNC function codes.
19 */
98ee7543
MC
20# define DASYNC_F_BIND_DASYNC 107
21# define DASYNC_F_CIPHER_AES_128_CBC_CODE 100
2f2c9caa 22# define DASYNC_F_DASYNC_AES128_CBC_HMAC_SHA1_INIT_KEY 109
98ee7543
MC
23# define DASYNC_F_DASYNC_AES128_INIT_KEY 108
24# define DASYNC_F_DASYNC_BN_MOD_EXP 101
2f781956 25# define DASYNC_F_DASYNC_CIPHER_INIT_KEY_HELPER 110
98ee7543
MC
26# define DASYNC_F_DASYNC_MOD_EXP 102
27# define DASYNC_F_DASYNC_PRIVATE_DECRYPT 103
28# define DASYNC_F_DASYNC_PRIVATE_ENCRYPT 104
29# define DASYNC_F_DASYNC_PUBLIC_DECRYPT 105
30# define DASYNC_F_DASYNC_PUBLIC_ENCRYPT 106
a14e9ff7 31
52df25cf
RS
32/*
33 * DASYNC reason codes.
34 */
35# define DASYNC_R_INIT_FAILED 100
a14e9ff7 36
a14e9ff7 37#endif