Path: blob/main/crypto/openssl/engines/e_loader_attic_err.h
106568 views
/*1* Generated by util/mkerr.pl DO NOT EDIT2* Copyright 1995-2021 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_LOADER_ATTIC_ERR_H11#define OSSL_E_LOADER_ATTIC_ERR_H12#pragma once1314#include <openssl/opensslconf.h>15#include <openssl/symhacks.h>1617#define ATTICerr(f, r) ERR_ATTIC_error(0, (r), OPENSSL_FILE, OPENSSL_LINE)1819/*20* ATTIC reason codes.21*/22#define ATTIC_R_AMBIGUOUS_CONTENT_TYPE 10023#define ATTIC_R_BAD_PASSWORD_READ 10124#define ATTIC_R_ERROR_VERIFYING_PKCS12_MAC 10225#define ATTIC_R_INIT_FAILED 10326#define ATTIC_R_PASSPHRASE_CALLBACK_ERROR 10427#define ATTIC_R_PATH_MUST_BE_ABSOLUTE 10528#define ATTIC_R_SEARCH_ONLY_SUPPORTED_FOR_DIRECTORIES 10629#define ATTIC_R_UI_PROCESS_INTERRUPTED_OR_CANCELLED 10730#define ATTIC_R_UNSUPPORTED_CONTENT_TYPE 10831#define ATTIC_R_UNSUPPORTED_SEARCH_TYPE 10932#define ATTIC_R_URI_AUTHORITY_UNSUPPORTED 1103334#endif353637