1e1051a39Sopenharmony_ci/* 2e1051a39Sopenharmony_ci * Generated by util/mkerr.pl DO NOT EDIT 3e1051a39Sopenharmony_ci * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved. 4e1051a39Sopenharmony_ci * 5e1051a39Sopenharmony_ci * Licensed under the Apache License 2.0 (the "License"). You may not use 6e1051a39Sopenharmony_ci * this file except in compliance with the License. You can obtain a copy 7e1051a39Sopenharmony_ci * in the file LICENSE in the source distribution or at 8e1051a39Sopenharmony_ci * https://www.openssl.org/source/license.html 9e1051a39Sopenharmony_ci */ 10e1051a39Sopenharmony_ci 11e1051a39Sopenharmony_ci#ifndef OSSL_E_LOADER_ATTIC_ERR_H 12e1051a39Sopenharmony_ci# define OSSL_E_LOADER_ATTIC_ERR_H 13e1051a39Sopenharmony_ci# pragma once 14e1051a39Sopenharmony_ci 15e1051a39Sopenharmony_ci# include <openssl/opensslconf.h> 16e1051a39Sopenharmony_ci# include <openssl/symhacks.h> 17e1051a39Sopenharmony_ci 18e1051a39Sopenharmony_ci 19e1051a39Sopenharmony_ci# define ATTICerr(f, r) ERR_ATTIC_error(0, (r), OPENSSL_FILE, OPENSSL_LINE) 20e1051a39Sopenharmony_ci 21e1051a39Sopenharmony_ci 22e1051a39Sopenharmony_ci/* 23e1051a39Sopenharmony_ci * ATTIC reason codes. 24e1051a39Sopenharmony_ci */ 25e1051a39Sopenharmony_ci# define ATTIC_R_AMBIGUOUS_CONTENT_TYPE 100 26e1051a39Sopenharmony_ci# define ATTIC_R_BAD_PASSWORD_READ 101 27e1051a39Sopenharmony_ci# define ATTIC_R_ERROR_VERIFYING_PKCS12_MAC 102 28e1051a39Sopenharmony_ci# define ATTIC_R_INIT_FAILED 103 29e1051a39Sopenharmony_ci# define ATTIC_R_PASSPHRASE_CALLBACK_ERROR 104 30e1051a39Sopenharmony_ci# define ATTIC_R_PATH_MUST_BE_ABSOLUTE 105 31e1051a39Sopenharmony_ci# define ATTIC_R_SEARCH_ONLY_SUPPORTED_FOR_DIRECTORIES 106 32e1051a39Sopenharmony_ci# define ATTIC_R_UI_PROCESS_INTERRUPTED_OR_CANCELLED 107 33e1051a39Sopenharmony_ci# define ATTIC_R_UNSUPPORTED_CONTENT_TYPE 108 34e1051a39Sopenharmony_ci# define ATTIC_R_UNSUPPORTED_SEARCH_TYPE 109 35e1051a39Sopenharmony_ci# define ATTIC_R_URI_AUTHORITY_UNSUPPORTED 110 36e1051a39Sopenharmony_ci 37e1051a39Sopenharmony_ci#endif 38