Path: blob/main/crypto/openssl/engines/e_afalg_err.h
34865 views
/*1* Generated by util/mkerr.pl DO NOT EDIT2* Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.3*4* Licensed under the Apache License 2.0 (the "License"). You may not use5* this file except in compliance with the License. You can obtain a copy6* in the file LICENSE in the source distribution or at7* https://www.openssl.org/source/license.html8*/910#ifndef OSSL_E_AFALG_ERR_H11# define OSSL_E_AFALG_ERR_H12# pragma once1314# include <openssl/opensslconf.h>15# include <openssl/symhacks.h>161718# define AFALGerr(f, r) ERR_AFALG_error(0, (r), OPENSSL_FILE, OPENSSL_LINE)192021/*22* AFALG reason codes.23*/24# define AFALG_R_EVENTFD_FAILED 10825# define AFALG_R_FAILED_TO_GET_PLATFORM_INFO 11126# define AFALG_R_INIT_FAILED 10027# define AFALG_R_IO_SETUP_FAILED 10528# define AFALG_R_KERNEL_DOES_NOT_SUPPORT_AFALG 10129# define AFALG_R_KERNEL_DOES_NOT_SUPPORT_ASYNC_AFALG 10730# define AFALG_R_KERNEL_OP_FAILED 11231# define AFALG_R_MEM_ALLOC_FAILED 10232# define AFALG_R_SOCKET_ACCEPT_FAILED 11033# define AFALG_R_SOCKET_BIND_FAILED 10334# define AFALG_R_SOCKET_CREATE_FAILED 10935# define AFALG_R_SOCKET_OPERATION_FAILED 10436# define AFALG_R_SOCKET_SET_KEY_FAILED 1063738#endif394041